Update to 1.0.3
- Add python2 provides (fixes bug #1313235 and #1314349)
This commit is contained in:
parent
3e4d5fef9f
commit
8b3cc27509
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/oauthlib-0.6.0.tar.gz
|
||||
/oauthlib-514cad74bde4cd7781b496155058a79507245798.tar.gz
|
||||
/oauthlib-1.0.3.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user