Blame SPECS/python-flask-restful.spec

7c7800
%global srcname flask-restful
7c7800
%global sum Simple framework for creating REST APIs for Flask
7c7800
7c7800
Name:           python-%{srcname}
7c7800
Version:        0.3.10
7c7800
Release:        1%{?dist}
7c7800
Summary:        %{sum}
7c7800
7c7800
License:        BSD
7c7800
URL:            https://www.github.com/%{srcname}/%{srcname}/
7c7800
Source0:        https://github.com/%{srcname}/%{srcname}/archive/%{version}.tar.gz
7c7800
Patch0001:      0001-Use-mock-from-unittest.patch
7c7800
7c7800
BuildArch:      noarch
7c7800
7c7800
BuildRequires:  python3-flask
7c7800
BuildRequires:  python3-six
7c7800
BuildRequires:  python3-aniso8601
7c7800
BuildRequires:  python3-pytz
7c7800
BuildRequires:  python3-nose
7c7800
BuildRequires:  python3-devel
7c7800
BuildRequires:  python3-setuptools
7c7800
7c7800
%description
7c7800
Flask-RESTful is Python extension for Flask that adds support
7c7800
for quickly building REST APIs. It is a lightweight abstraction
7c7800
that works with your existing ORM/libraries.
7c7800
7c7800
%package -n python3-%{srcname}
7c7800
Summary:        %{sum}
7c7800
Requires:       python3-flask
7c7800
Requires:       python3-six
7c7800
Requires:       python3-aniso8601
7c7800
Requires:       python3-pytz
7c7800
%{?python_provide:%python_provide python3-%{srcname}}
7c7800
7c7800
%description -n python3-%{srcname}
7c7800
Flask-RESTful is Python 3 extension for Flask that adds support
7c7800
for quickly building REST APIs. It is a lightweight abstraction
7c7800
that works with your existing ORM/libraries.
7c7800
7c7800
%prep
7c7800
%autosetup -p1 -n %{srcname}-%{version}
7c7800
rm -rf docs/_themes/.gitignore
7c7800
7c7800
7c7800
%build
7c7800
%py3_build
7c7800
7c7800
%install
7c7800
%py3_install
7c7800
7c7800
%check
7c7800
# Disable test as issue is not fixed yet https://github.com/flask-restful/flask-restful/issues/963
7c7800
#%%{__python3} setup.py test
7c7800
7c7800
%files -n python3-%{srcname}
7c7800
%doc AUTHORS.md README.md examples/ docs/
7c7800
%license LICENSE
7c7800
%{python3_sitelib}/flask_restful/
7c7800
%{python3_sitelib}/Flask_RESTful-*.egg-info/
7c7800
7c7800
%changelog
7c7800
* Thu Feb 06 2025 Joel Capitao <jcapitao@redhat.com> - 0.3.10-1
7c7800
- Update to 0.3.10
7c7800
7c7800
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-6
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7c7800
7c7800
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.3.9-5
7c7800
- Rebuilt for Python 3.11
7c7800
7c7800
* Fri May 13 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.3.9-4
7c7800
- Fix to a relative redirect on test_api with Flask >= 2.1
7c7800
7c7800
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-3
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7c7800
7c7800
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7c7800
7c7800
* Wed Jun 23 2021 Lumír Balhar <lbalhar@redhat.com> - 0.3.9-1
7c7800
- Update to 0.3.9
7c7800
7c7800
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.8-6
7c7800
- Rebuilt for Python 3.10
7c7800
7c7800
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-5
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7c7800
7c7800
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-4
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7c7800
7c7800
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.8-3
7c7800
- Rebuilt for Python 3.9
7c7800
7c7800
* Thu May 07 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.8-2
7c7800
- Fix tests with python3-werkzeug >= 1.0
7c7800
7c7800
* Fri Feb 07 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.8-1
7c7800
- Release 0.3.8
7c7800
7c7800
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-6
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7c7800
7c7800
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.7-5
7c7800
- Rebuilt for Python 3.8.0rc1 (#1748018)
7c7800
7c7800
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.7-4
7c7800
- Rebuilt for Python 3.8
7c7800
7c7800
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7c7800
7c7800
* Wed Feb 13 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.7-2
7c7800
- Don't include entire python3_sitelib in files
7c7800
7c7800
* Tue Feb 12 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.7-1
7c7800
- Update to upstream 0.3.7 release
7c7800
- Drop upstreamed patch: 0003-Fix-tests_api-list-traceback.patch
7c7800
- Drop upstreamed patch: 0001-Fix-arguments-with-type-list-705.patch
7c7800
- Drop upstreamed patch: 0002-Support-aniso8601-3.0-in-tests.patch
7c7800
- Drop no longer needed patch: python-flask-restful.remove_q0_testcase.patch
7c7800
- Drop Fedora 27 support
7c7800
- Drop Python 2 support
7c7800
7c7800
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-9
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7c7800
7c7800
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-8
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7c7800
7c7800
* Tue Jun 26 2018 Kamil Páral <kparal@redhat.com> - 0.3.6-7
7c7800
- Add Patch3 to fix tests
7c7800
7c7800
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.6-6
7c7800
- Rebuilt for Python 3.7
7c7800
7c7800
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.6-5
7c7800
- Rebuilt for Python 3.7
7c7800
7c7800
* Mon Jun 04 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.6-4
7c7800
- Backport upstream fix: Support-aniso8601-3.0-in-tests
7c7800
7c7800
* Thu Mar 29 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.6-3
7c7800
- Backport upstream fix: Fix-arguments-with-type-list-705
7c7800
7c7800
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.6-2
7c7800
- Update Python 2 dependency declarations to new packaging standards
7c7800
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
7c7800
7c7800
* Thu Mar 15 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.3.6-1
7c7800
- Update to 0.3.6
7c7800
7c7800
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-8
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7c7800
7c7800
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-7
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7c7800
7c7800
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-6
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7c7800
7c7800
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.3.5-5
7c7800
- Rebuild for Python 3.6
7c7800
7c7800
* Mon Oct 17 2016 Ralph Bean <rbean@redhat.com> - 0.3.5-4
7c7800
- Conditionalize python3 package for EPEL7.
7c7800
7c7800
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-3
7c7800
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
7c7800
7c7800
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7c7800
7c7800
* Fri Dec 11 2015 Jan Sedlak <jsedlak@redhat.com> - 0.3.5-1
7c7800
- update to newest version
7c7800
7c7800
* Fri Nov 13 2015 Jan Sedlak <jsedlak@redhat.com> - 0.3.4-3
7c7800
- change specfile to be more aligned with guidelines
7c7800
7c7800
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-2
7c7800
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
7c7800
7c7800
* Thu Aug 20 2015 Jan Sedlak <jsedlak@redhat.com> - 0.3.4-1
7c7800
- update version, correct project URL
7c7800
7c7800
* Tue Jul 07 2015 Jan Sedlak <jsedlak@redhat.com> - 0.3.3-1
7c7800
- package newest version
7c7800
7c7800
* Wed Jan 22 2014 Jan Sedlak <jsedlak@redhat.com> - 0.2.11-1
7c7800
- initial packaging