diff --git a/python-responses.spec b/python-responses.spec index ef07e5a..08b3d96 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -11,7 +11,7 @@ Name: python-%{pypi_name} Version: 0.5.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: %{sum} License: ASL 2.0 URL: https://github.com/getsentry/responses @@ -23,11 +23,11 @@ BuildRequires: python2-devel BuildRequires: python2-cookies # python2-six is missing, see https://bugzilla.redhat.com/show_bug.cgi?id=1342037 -BuildRequires: python-six +BuildRequires: python2-six # python2-requests is missing, https://bugzilla.redhat.com/show_bug.cgi?id=1342056 -BuildRequires: python-requests +BuildRequires: python2-requests %if 0%{?needs_python_setuptools} -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %endif %if 0%{?with_python3} BuildRequires: python%{python3_pkgversion}-devel @@ -44,8 +44,8 @@ Summary: %{sum} %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python2-cookies -Requires: python-requests -Requires: python-six +Requires: python2-requests +Requires: python2-six %description -n python2-%{pypi_name} A utility library for mocking out the requests Python library. @@ -99,6 +99,10 @@ A utility library for mocking out the requests Python library. %endif # if with_python3 %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.5.1-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Igor Gnatenko - 0.5.1-7 - Escape macros in %%changelog