Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-12 04:43:15 +01:00
parent d725c163f5
commit 93292221bd

View File

@ -24,7 +24,7 @@
Name: python-oauthlib Name: python-oauthlib
Version: 2.0.1 Version: 2.0.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: An implementation of the OAuth request-signing logic Summary: An implementation of the OAuth request-signing logic
Group: Development/Libraries Group: Development/Libraries
@ -56,19 +56,19 @@ BuildRequires: python2-setuptools
BuildRequires: python2-nose BuildRequires: python2-nose
BuildRequires: python2-mock BuildRequires: python2-mock
BuildRequires: python-blinker BuildRequires: python2-blinker
%if %{with jwcrypto} %if %{with jwcrypto}
BuildRequires: python2-jwcrypto BuildRequires: python2-jwcrypto
%else %else
BuildRequires: python-jwt BuildRequires: python2-jwt
%endif %endif
BuildRequires: python2-cryptography BuildRequires: python2-cryptography
%if %{with jwcrypto} %if %{with jwcrypto}
Requires: python2-jwcrypto Requires: python2-jwcrypto
%else %else
Requires: python-jwt Requires: python2-jwt
%endif %endif
Requires: python2-cryptography >= 0.8.1 Requires: python2-cryptography >= 0.8.1
@ -164,6 +164,10 @@ rm -rf %{modname}.egg-info
%endif %endif
%changelog %changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 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 <releng@fedoraproject.org> - 2.0.1-6 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild