Blame SPECS/python-flask-restful.spec

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