diff --git a/python-flask-mako.spec b/python-flask-mako.spec index a9c3ed9..da25211 100644 --- a/python-flask-mako.spec +++ b/python-flask-mako.spec @@ -7,7 +7,7 @@ Name: python-flask-mako Version: 0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mako templating support for Flask applications Group: Development/Libraries License: BSD @@ -18,8 +18,8 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python-flask -BuildRequires: python-mako +BuildRequires: python2-flask +BuildRequires: python2-mako %if 0%{?with_python3} BuildRequires: python3-devel @@ -37,8 +37,8 @@ to use Mako Templates instead of the default Jinja2 templating engine. Summary: Mako templating support for Flask applications %{?python_provide:%python_provide python2-flask-mako} -Requires: python-flask -Requires: python-mako +Requires: python2-flask +Requires: python2-mako %description -n python2-flask-mako This extension for the Flask micro web framework allows developers @@ -87,6 +87,10 @@ to use Mako Templates instead of the default Jinja2 templating engine. %endif %changelog +* Thu Jan 18 2018 Iryna Shcherbina - 0.4-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild