From 629f2c36976f6c2414580c2842f8e2416642890a46533544001d80033fdeaa98 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 13 Apr 2014 17:40:36 +0000 Subject: [PATCH] Accepting request 229915 from home:posophe:branches:devel:languages:python update OBS-URL: https://build.opensuse.org/request/show/229915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=13 --- oauthlib-0.6.0.tar.gz | 3 --- oauthlib-0.6.1.tar.gz | 3 +++ python-oauthlib.changes | 20 ++++++++++++++++++++ python-oauthlib.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 oauthlib-0.6.0.tar.gz create mode 100644 oauthlib-0.6.1.tar.gz diff --git a/oauthlib-0.6.0.tar.gz b/oauthlib-0.6.0.tar.gz deleted file mode 100644 index fb98f65..0000000 --- a/oauthlib-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90746519ea84ae3f7c632ede04a8a049ce863eb81df02054a0c63aa3f3da9f50 -size 91756 diff --git a/oauthlib-0.6.1.tar.gz b/oauthlib-0.6.1.tar.gz new file mode 100644 index 0000000..55062bd --- /dev/null +++ b/oauthlib-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3850fbe9cd9a9a8f82b3ed79a5948aa9f46d6f4405eacbc6bafb74e9f755c8ee +size 96405 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 825e1ce..a3d7cf2 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Apr 13 17:25:38 UTC 2014 - p.drouand@gmail.com + +- Update to version 0.6.1 + + (OAuth 2 Provider) is_within_original_scope to check whether a + refresh token is trying to aquire a new set of scopes that are + a subset of the original scope. + + (OAuth 2 Provider) expires_in token lifetime can be set per request. + + (OAuth 2 Provider) client_authentication_required method added to + differentiate between public and confidential clients. + + (OAuth 2 Provider) rotate_refresh_token now indicates whether a + new refresh token should be generated during token refresh or + if old should be kept. + + (OAuth 2 Provider) returned JSON headers no longer include charset. + + (OAuth 2 Provider) validate_authorizatoin_request now also includes + the internal request object in the returned dictionary. Note that + this is not meant to be relied upon heavily and its interface might + change. + + many style and typo fixes. + ------------------------------------------------------------------- Tue Jan 21 08:47:36 UTC 2014 - dmueller@suse.com diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 74c2e97..ac92716 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -17,7 +17,7 @@ Name: python-oauthlib -Version: 0.6.0 +Version: 0.6.1 Release: 0 Url: https://github.com/idangazit/oauthlib Summary: A Generic Implementation of the OAuth Request-Signing Logic