diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 52adee9..0058970 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.29 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python library to work with the Github API Group: Development/Languages @@ -12,8 +12,8 @@ URL: http://vincent-jacques.net/%{pypi_name} Source: http://pypi.python.org/packages/source/P/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -98,6 +98,10 @@ popd %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.29-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.29-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild