Update to 0.8.0.
Make sure to specify package versions required. Fixes bug #1320683
This commit is contained in:
parent
7c7421d7b2
commit
c919fcf4fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/requests-oauthlib-0.4.0.tar.gz
|
||||
/requests-oauthlib-0.5.0.tar.gz
|
||||
/v0.8.0.tar.gz
|
||||
|
@ -13,14 +13,14 @@
|
||||
%global modname requests_oauthlib
|
||||
|
||||
Name: python-requests-oauthlib
|
||||
Version: 0.5.0
|
||||
Release: 8%{?dist}
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: OAuthlib authentication support for Requests.
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ISC
|
||||
URL: http://pypi.python.org/pypi/requests-oauthlib
|
||||
Source0: http://pypi.python.org/packages/source/r/%{distname}/%{distname}-%{version}.tar.gz
|
||||
Source0: https://github.com/requests/requests-oauthlib/archive/v%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -35,8 +35,8 @@ Group: Development/Libraries
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
BuildRequires: python2-oauthlib
|
||||
BuildRequires: python2-requests
|
||||
BuildRequires: python2-oauthlib >= 0.6.2
|
||||
BuildRequires: python2-requests >= 2.0.0
|
||||
|
||||
BuildRequires: python2-mock
|
||||
|
||||
@ -55,8 +55,8 @@ Group: Development/Libraries
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
BuildRequires: python3-oauthlib
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-oauthlib >= 0.6.2
|
||||
BuildRequires: python3-requests >= 2.0.0
|
||||
|
||||
BuildRequires: python3-mock
|
||||
|
||||
@ -68,9 +68,7 @@ This project provides first-class OAuth library support for python-request.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n %{distname}-%{version}
|
||||
|
||||
sed -i 's/requests>=2.0.0/requests/' setup.py
|
||||
%autosetup -n %{distname}-%{version}
|
||||
|
||||
# Remove bundled egg-info in case it exists
|
||||
rm -rf %{distname}.egg-info
|
||||
@ -108,6 +106,10 @@ rm -rf %{distname}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.0-1
|
||||
- Update to 0.8.0.
|
||||
- Make sure to specify package versions required. Fixes bug #1320683
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user