From 9158959985d4a1bdc0475b01240b67843253c8e8ecac30a5019966faf97ec902 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 23 Oct 2017 15:07:34 +0000 Subject: [PATCH] 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 --- oauthlib-2.0.4.tar.gz | 3 --- oauthlib-2.0.6.tar.gz | 3 +++ python-oauthlib.changes | 13 +++++++++++++ python-oauthlib.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 oauthlib-2.0.4.tar.gz create mode 100644 oauthlib-2.0.6.tar.gz diff --git a/oauthlib-2.0.4.tar.gz b/oauthlib-2.0.4.tar.gz deleted file mode 100644 index a3fdb78..0000000 --- a/oauthlib-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:514e293cb356dd53d596692207d48d9231b997995c9a4167eefa868583d74d13 -size 127426 diff --git a/oauthlib-2.0.6.tar.gz b/oauthlib-2.0.6.tar.gz new file mode 100644 index 0000000..65c5500 --- /dev/null +++ b/oauthlib-2.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1 +size 127675 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index d3c834c..053e77a 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -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 diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 909b06d..88f0c02 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -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