Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-27 01:34:07 +01:00
commit bb4ece1813

View file

@ -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 <ishcherb@redhat.com> - 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 <zbyszek@in.waw.pl> - 1.2-14
- Python 2 binary package renamed to python2-progress
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3