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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/535616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=30
This commit is contained in:
Todd R 2017-10-23 15:07:34 +00:00 committed by Git OBS Bridge
parent 0c74930893
commit 9158959985
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 21 03:14:43 UTC 2017 - arun@gmx.de
- update to version 2.0.6:
* 2.0.5 contains breaking changes.
-------------------------------------------------------------------
Fri Oct 20 01:43:25 UTC 2017 - arun@gmx.de
- update to version 2.0.5:
* Fix OAuth2Error.response_mode for #463.
* Documentation improvement.
-------------------------------------------------------------------
Mon Sep 25 16:14:07 UTC 2017 - arun@gmx.de

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-oauthlib
Version: 2.0.4
Version: 2.0.6
Release: 0
Url: https://github.com/idangazit/oauthlib
Summary: A Generic Implementation of the OAuth Request-Signing Logic