Accepting request 730100 from devel:languages:python
- Update to 3.1.0: * OAuth2.0 Provider - Features * #660: OIDC add support of nonce, c_hash, at_hash fields * #677: OIDC add UserInfo endpoint - New RequestValidator.get_userinfo_claims method * #666: Disabling query parameters for POST requests OBS-URL: https://build.opensuse.org/request/show/730100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=26
This commit is contained in:
commit
dd0ccc39b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e
|
|
||||||
size 149894
|
|
3
oauthlib-3.1.0.tar.gz
Normal file
3
oauthlib-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
|
||||||
|
size 155362
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 11:02:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.1.0:
|
||||||
|
* OAuth2.0 Provider - Features * #660: OIDC add support of nonce, c_hash, at_hash fields
|
||||||
|
* #677: OIDC add UserInfo endpoint - New RequestValidator.get_userinfo_claims method
|
||||||
|
* #666: Disabling query parameters for POST requests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 16:58:02 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sun Jul 21 16:58:02 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-oauthlib
|
Name: python-oauthlib
|
||||||
Version: 3.0.2
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user