diff --git a/python-flask-httpauth.spec b/python-flask-httpauth.spec index 212399a..f03c1ba 100644 --- a/python-flask-httpauth.spec +++ b/python-flask-httpauth.spec @@ -7,7 +7,7 @@ Name: python-%{pkg_name} Version: 3.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Basic and Digest HTTP authentication for Flask routes License: MIT @@ -22,11 +22,11 @@ FlaskHTTPAuth Basic and Digest HTTP authentication for Flask routes. Summary: Basic and Digest HTTP authentication for Flask routes %{?python_provide:%python_provide python2-%{pkg_name}} BuildRequires: python2-devel -BuildRequires: python-flask -BuildRequires: python-setuptools -BuildRequires: python-sphinx -Requires: python-flask -Requires: python-werkzeug +BuildRequires: python2-flask +BuildRequires: python2-setuptools +BuildRequires: python2-sphinx +Requires: python2-flask +Requires: python2-werkzeug %description -n python2-%{pkg_name} FlaskHTTPAuth Basic and Digest HTTP authentication for Flask routes. @@ -103,6 +103,10 @@ rm -rf build/sphinx/html/.{doctrees,buildinfo} %endif # with_python3 %changelog +* Thu Jan 18 2018 Iryna Shcherbina - 3.2.3-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Sep 15 2017 Javier Peña - 3.2.3-3 - Fix provides for python2 and python3 subpackages