From 0c749308939bbd2ae7a5d30c197463c3308bf02f6bb57fef15812b3a44e545ca Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 2 Oct 2017 12:26:17 +0000 Subject: [PATCH] Accepting request 530158 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/530158 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=28 --- oauthlib-2.0.2.tar.gz | 3 --- oauthlib-2.0.4.tar.gz | 3 +++ python-oauthlib.changes | 30 ++++++++++++++++++++++++++++++ python-oauthlib.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 oauthlib-2.0.2.tar.gz create mode 100644 oauthlib-2.0.4.tar.gz diff --git a/oauthlib-2.0.2.tar.gz b/oauthlib-2.0.2.tar.gz deleted file mode 100644 index 2e43dff..0000000 --- a/oauthlib-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac -size 125631 diff --git a/oauthlib-2.0.4.tar.gz b/oauthlib-2.0.4.tar.gz new file mode 100644 index 0000000..a3fdb78 --- /dev/null +++ b/oauthlib-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514e293cb356dd53d596692207d48d9231b997995c9a4167eefa868583d74d13 +size 127426 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 3c2f5ae..d3c834c 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Sep 25 16:14:07 UTC 2017 - arun@gmx.de + +- update to version 2.0.4: + * Fixed typo that caused OAuthlib to crash because of the fix in + "Address missing OIDC errors and fix a typo in the + AccountSelectionRequired exception". + +- changes from version 2.0.3: + * Address missing OIDC errors and fix a typo in the + AccountSelectionRequired exception. + * Update proxy keys on CaseInsensitiveDict.update(). + * Redirect errors according to OIDC's response_mode. + * Added universal wheel support. + * Added log statements to except clauses. + * According to RC7009 Section 2.1, a client should include + authentication credentials when revoking its tokens. As discussed + in #339, this is not make sense for public clients. However, in + that case, the public client should still be checked that is + infact a public client (authenticate_client_id). + * Improved prompt parameter validation. + * Added two error codes from RFC 6750. + * Hybrid response types are now be fragment-encoded. + * Added Python 3.6 to Travis CI testing and trove classifiers. + * Fixed BytesWarning issued when using a string placeholder for + bytes object. + * Documented PyJWT dependency and improved logging and exception + messages. + * Documentation improvements and fixes. + ------------------------------------------------------------------- Mon Aug 21 14:03:34 UTC 2017 - tbechtold@suse.com diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 15e2248..909b06d 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.2 +Version: 2.0.4 Release: 0 Url: https://github.com/idangazit/oauthlib Summary: A Generic Implementation of the OAuth Request-Signing Logic