8a7204
%global modname flask
8a7204
%global srcname Flask
8a7204
8a7204
Name:           python-%{modname}
rdobuilder a8f8ad
Version:        2.2.2
rdobuilder a8f8ad
Release:        1%{?dist}
8a7204
Epoch:          1
8a7204
Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
8a7204
8a7204
License:        BSD
8a7204
URL:            http://flask.pocoo.org/
rdobuilder a8f8ad
Source0:        %{pypi_source}
5b8aa9
8a7204
BuildArch:      noarch
8a7204
8a7204
%global _description \
8a7204
Flask is called a “micro-framework” because the idea to keep the core\
8a7204
simple but extensible. There is no database abstraction layer, no form\
8a7204
validation or anything else where different libraries already exist\
8a7204
that can handle that. However Flask knows the concept of extensions\
8a7204
that can add this functionality into your application as if it was\
8a7204
implemented in Flask itself. There are currently extensions for object\
8a7204
relational mappers, form validation, upload handling, various open\
8a7204
authentication technologies and more.
8a7204
8a7204
%description %{_description}
8a7204
rdobuilder a8f8ad
%package -n python3-%{modname}
8a7204
Summary:        %{summary}
rdobuilder a8f8ad
%{?python_provide:%python_provide python3-%{modname}}
rdobuilder a8f8ad
BuildRequires:  python3-devel
rdobuilder a8f8ad
BuildRequires:  python3dist(setuptools)
rdobuilder a8f8ad
BuildRequires:  python3dist(werkzeug) >= 0.15
rdobuilder a8f8ad
BuildRequires:  python3dist(jinja2) >= 2.10.1
rdobuilder a8f8ad
BuildRequires:  python3dist(itsdangerous) >= 0.24
rdobuilder a8f8ad
BuildRequires:  python3dist(click) >= 5.1
rdobuilder a8f8ad
BuildRequires:  python3dist(pytest)
rdobuilder a8f8ad
BuildRequires:  python3dist(importlib-metadata)
rdobuilder a8f8ad
Obsoletes:      python2-%{modname} < 1:1.0.2-9
rdobuilder a8f8ad
rdobuilder a8f8ad
%description -n python3-%{modname} %{_description}
8a7204
8a7204
Python 3 version.
8a7204
8a7204
%package doc
8a7204
Summary:        Documentation for %{name}
rdobuilder a8f8ad
Obsoletes:      python3-%{modname}-doc < 1:0.11.1-3
8a7204
8a7204
%description doc
8a7204
Documentation and examples for %{name}.
8a7204
8a7204
%prep
rdobuilder a8f8ad
%autosetup -n %{srcname}-%{version}
8a7204
rm -rf examples/flaskr/
8a7204
rm -rf examples/minitwit/
rdobuilder a8f8ad
# jinja 2.11 is included in CentOS9 and update to 3.0 in flask is unjustified
rdobuilder a8f8ad
# let's try with the version in CentOS
rdobuilder a8f8ad
sed -i 's/Jinja2\ >=\ 3\.0/Jinja2/' setup.py
8a7204
8a7204
%build
8a7204
%py3_build
8a7204
8a7204
%install
8a7204
%py3_install
8a7204
mv %{buildroot}%{_bindir}/%{modname}{,-%{python3_version}}
8a7204
ln -s %{modname}-%{python3_version} %{buildroot}%{_bindir}/%{modname}-3
8a7204
ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
8a7204
8a7204
%check
rdobuilder a8f8ad
%pytest
8a7204
rdobuilder a8f8ad
%files -n python3-%{modname}
rdobuilder a8f8ad
%license LICENSE.rst
rdobuilder a8f8ad
%doc CHANGES.rst README.rst
8a7204
%{_bindir}/%{modname}
8a7204
%{_bindir}/%{modname}-3
8a7204
%{_bindir}/%{modname}-%{python3_version}
8a7204
%{python3_sitelib}/%{srcname}-*.egg-info/
8a7204
%{python3_sitelib}/%{modname}/
8a7204
8a7204
%files doc
rdobuilder a8f8ad
%license LICENSE.rst
rdobuilder a8f8ad
%doc examples
8a7204
8a7204
%changelog
rdobuilder a8f8ad
* Tue Aug 09 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.2.2-1
rdobuilder a8f8ad
- Update to 2.2.2 (closes RHBZ#2116586)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Thu Aug 04 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.2.1-1
rdobuilder a8f8ad
- Update to 2.2.1 (closes RHBZ#2113719)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.3-2
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Mon Jul 18 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.3-1
rdobuilder a8f8ad
- Update to 2.1.3
rdobuilder a8f8ad
rdobuilder a8f8ad
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1:2.1.2-2
rdobuilder a8f8ad
- Rebuilt for Python 3.11
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed May 11 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.1.2-1
rdobuilder a8f8ad
- Update to 2.1.2
rdobuilder a8f8ad
- Fixes: rhbz#2069375
rdobuilder a8f8ad
rdobuilder a8f8ad
* Mon Feb 21 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.0.3-1
rdobuilder a8f8ad
- Update to 2.0.3
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-2
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Nov 10 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.0.2-1
rdobuilder a8f8ad
- Update to 2.0.2
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-2
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-1
rdobuilder a8f8ad
- Update to 2.0.1
rdobuilder a8f8ad
Resolves: rhbz#1950465
rdobuilder a8f8ad
rdobuilder a8f8ad
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1:1.1.2-6
rdobuilder a8f8ad
- Rebuilt for Python 3.10
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.2-5
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.2-4
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.2-3
rdobuilder a8f8ad
- Rebuilt for Python 3.9
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Apr 08 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1:1.1.2-2
rdobuilder a8f8ad
- Simplify packaging
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Apr 03 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1:1.1.2-1
rdobuilder a8f8ad
- Update to 1.1.2 (#1820730)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.1-2
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Tue Jan 07 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.1-1
rdobuilder a8f8ad
- Update to 1.1.1 (#1711414)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Oct 30 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.0.2-9
rdobuilder a8f8ad
- Obsolete proper version of python2-flask to fix an upgrade path issue (#1767198)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Wed Sep 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.0.2-8
rdobuilder a8f8ad
- Subpackage python2-flask has been removed
rdobuilder a8f8ad
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
rdobuilder a8f8ad
rdobuilder a8f8ad
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.0.2-7
rdobuilder a8f8ad
- Rebuilt for Python 3.8
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.2-6
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Mar 08 2019 François Cami <fcami@fedoraproject.org> - 1:1.0.2-5
rdobuilder a8f8ad
- Remove python2-sphinx dependency since it's not used anymore.
rdobuilder a8f8ad
rdobuilder a8f8ad
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.2-4
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.2-3
rdobuilder a8f8ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
rdobuilder a8f8ad
rdobuilder a8f8ad
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.0.2-2
rdobuilder a8f8ad
- Rebuilt for Python 3.7
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Jun 01 2018 Ken Dreyer <ktdreyer@ktdreyer.com> 1:1.0.2-1
rdobuilder a8f8ad
- Update to 1.0.2 (rhbz#1572414)
rdobuilder a8f8ad
- Do not build Sphinx docs (pallet-sphinx-themes not available)
rdobuilder a8f8ad
rdobuilder a8f8ad
* Fri Apr 27 2018 Ricky Elrod <relrod@redhat.com> - 1:1.0-1
rdobuilder a8f8ad
- new version
8a7204
8a7204
* Thu Feb 15 2018 itamar <itamar@ispbrasil.com.br> - 1:0.12.2-1
8a7204
- new version
8a7204
8a7204
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.1-8
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8a7204
8a7204
* Thu Jan 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:0.11.1-7
8a7204
- Update Python 2 dependency declarations to new packaging standards
8a7204
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
8a7204
8a7204
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.1-6
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8a7204
8a7204
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.1-5
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8a7204
8a7204
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 1:0.11.1-4
8a7204
- Rebuild for Python 3.6
8a7204
- Have rpmbuild to not fail on python3 test failures
8a7204
8a7204
* Mon Aug 22 2016 Igor Gnatenko <ignatenko@redhat.com> - 1:0.11.1-3
8a7204
- Fix FTBFS
8a7204
- Ton of fixes in spec
8a7204
8a7204
* Tue Aug 16 2016 Ricky Elrod <relrod@redhat.com> - 1:0.11.1-2
8a7204
- Attempt a completely fresh build with new NVR.
8a7204
8a7204
* Tue Aug 16 2016 Ricky Elrod <relrod@redhat.com> - 1:0.11.1-1
8a7204
- Latest upstream release.
8a7204
8a7204
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-9
8a7204
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
8a7204
8a7204
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.10.1-8
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8a7204
8a7204
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 1:0.10.1-7
8a7204
- Rebuilt for Python3.5 rebuild
8a7204
8a7204
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-6
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8a7204
8a7204
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-5
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8a7204
8a7204
* Tue May 13 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.10.1-4
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
8a7204
- Minor fix to rhel macro logic
8a7204
8a7204
* Mon Jul 29 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 1:0.10.1-3
8a7204
- fix wrong requires on sphinx (RHBZ #989361)
8a7204
8a7204
* Sat Jul 20 2013 Ricky Elrod <codeblock@fedoraproject.org> - 1:0.10.1-2
8a7204
- Nuke a Python3 specific file owned by python3-setuptools.
8a7204
8a7204
* Sat Jun 15 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 1:0.10.1-1
8a7204
- upstream 0.10.1
8a7204
8a7204
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9-6
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8a7204
8a7204
* Fri Aug 17 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-5
8a7204
- Add epoch to subpackage Requires.
8a7204
8a7204
* Wed Aug 8 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-4
8a7204
- Fix changelog messup.
8a7204
8a7204
* Wed Aug 8 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-3
8a7204
- Unified spec for EL6 and Fedora
8a7204
8a7204
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a7204
8a7204
* Mon Jul  2 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 0.9.0-1
8a7204
- upstream 0.9
8a7204
- spec cleanups
8a7204
8a7204
* Sun Jul  1 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.1-1
8a7204
- upstream 0.8.1 (minor bugfixes)
8a7204
8a7204
* Wed Jan 25 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.0-1
8a7204
- upstream 0.8
8a7204
8a7204
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-3
8a7204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8a7204
8a7204
* Wed Nov 16 2011 Dan Young <dyoung@mesd.k12.or.us> - 0.7.2-2
8a7204
- don't own easy-install.pth
8a7204
8a7204
* Fri Jul 22 2011 Steve Milner <smilner@fedoraproject.org> - 0.7.2-1
8a7204
- update for upstream release
8a7204
8a7204
* Thu Feb 24 2011 Dan Young <dyoung@mesd.k12.or.us> - 0.6.1-2
8a7204
- fix rpmlint spelling warning
8a7204
- BR python2-devel rather than python-devel
8a7204
- run test suite in check
8a7204
8a7204
* Tue Feb 22 2011 Dan Young <dyoung@mesd.k12.or.us> - 0.6.1-1
8a7204
- Initial package