diff --git a/python-stuf.spec b/python-stuf.spec index 450fc7b..e0d39b6 100644 --- a/python-stuf.spec +++ b/python-stuf.spec @@ -14,7 +14,7 @@ Name: python-stuf Version: 0.9.16 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Fancy python dictionary types Group: Development/Libraries @@ -28,7 +28,7 @@ BuildRequires: python2-devel %if 0%{?fedora} && 0%{?fedora} > 22 BuildRequires: python2-setuptools %else -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %endif %if 0%{?with_python3} @@ -46,7 +46,7 @@ writing Python software. Summary: Fancy python dictionary types %{?python_provide:%python_provide python2-%{modname}} -Requires: python-parse +Requires: python2-parse %description -n python2-%{modname} A collection of Python dictionary types that support attribute-style @@ -109,6 +109,10 @@ rm -rf %{buildroot}%{python3_sitelib}/tests/ %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.9.16-13 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9.16-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild