diff --git a/python-progress.spec b/python-progress.spec index bcf2e17..1c7e8a8 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Easy to use progress bars License: ISC @@ -13,7 +13,7 @@ Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_na BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if %{?with_python3} BuildRequires: python3-devel @@ -89,6 +89,10 @@ popd %endif # with_python3 %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 1.2-15 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2-14 - Python 2 binary package renamed to python2-progress See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3