Update to 1.0.3

- Add python2 provides (fixes bug #1313235 and #1314349)
This commit is contained in:
Kevin Fenzi 2016-04-10 12:39:13 -06:00
parent 3e4d5fef9f
commit 8b3cc27509
3 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/oauthlib-0.6.0.tar.gz
/oauthlib-514cad74bde4cd7781b496155058a79507245798.tar.gz
/oauthlib-1.0.3.tar.gz

View File

@ -18,15 +18,15 @@
%global modname oauthlib
Name: python-oauthlib
Version: 0.7.2
Release: 5.%{checkout}%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: An implementation of the OAuth request-signing logic
Group: Development/Libraries
License: BSD
URL: http://pypi.python.org/pypi/oauthlib
#Source0: http://pypi.python.org/packages/source/o/%{modname}/%{modname}-%{version}.tar.gz
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{commit}/%{gh_project}-%{commit}.tar.gz
Source0: http://pypi.python.org/packages/source/o/%{modname}/%{modname}-%{version}.tar.gz
#Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{commit}/%{gh_project}-%{commit}.tar.gz
BuildArch: noarch
@ -47,6 +47,8 @@ BuildRequires: python-crypto >= 2.6
Requires: python-crypto >= 2.6
%endif
Provides: python2-oauthlib = %{version}
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -83,8 +85,8 @@ very little effort.
%endif
%prep
#%%setup -q -n %{modname}-%{version}
%setup -q -n %{gh_project}-%{commit}
%setup -q -n %{modname}-%{version}
#%%setup -q -n %{gh_project}-%{commit}
# python-unittest2 is now provided by "python" package and python-unittest is retired
# adapt setup.py to reflect this fact downstream
@ -140,6 +142,10 @@ popd
%endif
%changelog
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.3-1
- Update to 1.0.3
- Add python2 provides (fixes bug #1313235 and #1314349)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-5.20150520git514cad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
de7be92f0dab479f482e4f08a0d1c3c0 oauthlib-514cad74bde4cd7781b496155058a79507245798.tar.gz
02772867bf246b3b37f4ed22786c41f5 oauthlib-1.0.3.tar.gz