diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 33ec7cc..4f24cf5 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -24,7 +24,7 @@ Name: python-oauthlib Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: An implementation of the OAuth request-signing logic Group: Development/Libraries @@ -56,19 +56,19 @@ BuildRequires: python2-setuptools BuildRequires: python2-nose BuildRequires: python2-mock -BuildRequires: python-blinker +BuildRequires: python2-blinker %if %{with jwcrypto} BuildRequires: python2-jwcrypto %else -BuildRequires: python-jwt +BuildRequires: python2-jwt %endif BuildRequires: python2-cryptography %if %{with jwcrypto} Requires: python2-jwcrypto %else -Requires: python-jwt +Requires: python2-jwt %endif Requires: python2-cryptography >= 0.8.1 @@ -164,6 +164,10 @@ rm -rf %{modname}.egg-info %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 2.0.1-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild