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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:909665297635fa11fe9914c146d875f2ed41c8c2d78e21a529dd71c0ba756508
size 128412

3
oauthlib-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162
size 128807

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 23 02:49:49 UTC 2018 - arun@gmx.de
- 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)
-------------------------------------------------------------------
Mon Mar 26 16:17:21 UTC 2018 - arun@gmx.de

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