15
0

Accepting request 517951 from home:tbechtold:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/517951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=26
This commit is contained in:
2017-08-21 15:37:23 +00:00
committed by Git OBS Bridge
parent 759b6a7314
commit 22e63fe105
4 changed files with 16 additions and 13 deletions

View File

@@ -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