forked from pool/python-oauthlib
Accepting request 517961 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/517961 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=17
This commit is contained in:
commit
126f0990c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:132ad46df25e53a84b33f1fd43f80e973cda2cb018cc0168d7d0c8c4d5cef9b5
|
||||
size 122966
|
3
oauthlib-2.0.2.tar.gz
Normal file
3
oauthlib-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac
|
||||
size 125631
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 14:03:34 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- update to 2.0.2:
|
||||
* Dropped support for Python 2.6, 3.2 & 3.3.
|
||||
* (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling
|
||||
`openid_authorization_validator()` twice.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 7 15:22:56 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-oauthlib
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Url: https://github.com/idangazit/oauthlib
|
||||
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
||||
@ -26,27 +26,22 @@ License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.io/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
BuildRequires: %{python_module PyJWT}
|
||||
BuildRequires: %{python_module blinker}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module PyJWT}
|
||||
BuildRequires: %{python_module pyasn1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module unittest2}
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyJWT
|
||||
Requires: python-blinker
|
||||
Requires: python-cryptography
|
||||
Requires: python-PyJWT
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user