15
0

Accepting request 611770 from home:apersaud:branches:devel:languages:python

- specfile:
  * fix fdupes call for single-spec
- update to version 2.1.0:
  * Fixed some copy and paste typos (#535)
  * Use secrets module in Python 3.6 and later (#533)
  * Add request argument to confirm_redirect_uri (#504)
  * Avoid populating spurious token credentials (#542)
  * Make populate attributes API public (#546)

OBS-URL: https://build.opensuse.org/request/show/611770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2018-05-24 06:41:28 +00:00
committed by Git OBS Bridge
parent c6618c1499
commit e65838b338
4 changed files with 19 additions and 8 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-oauthlib
Version: 2.0.7
Version: 2.1.0
Release: 0
Summary: A Generic Implementation of the OAuth Request-Signing Logic
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/oauthlib/oauthlib
URL: https://github.com/oauthlib/oauthlib
Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
BuildRequires: %{python_module PyJWT}
BuildRequires: %{python_module blinker}
@@ -67,9 +67,7 @@ veneer on top of OAuthLib and get OAuth support for very little effort.
%install
%python_install
#hardlink duplicated files
%fdupes %{buildroot}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test