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
This commit is contained in:
parent
ee72d7ff25
commit
629f2c3697
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90746519ea84ae3f7c632ede04a8a049ce863eb81df02054a0c63aa3f3da9f50
|
||||
size 91756
|
3
oauthlib-0.6.1.tar.gz
Normal file
3
oauthlib-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3850fbe9cd9a9a8f82b3ed79a5948aa9f46d6f4405eacbc6bafb74e9f755c8ee
|
||||
size 96405
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user