forked from pool/python-oauthlib
Accepting request 951386 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/951386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=31
This commit is contained in:
commit
10ef2fab41
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3
|
||||
size 161395
|
3
oauthlib-3.2.0.tar.gz
Normal file
3
oauthlib-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2
|
||||
size 163829
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 3 20:02:09 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 3.2.0:
|
||||
* OAuth2.0 Client: * #795: Add Device Authorization Flow for Web
|
||||
Application * #786: Add PKCE support for Client * #783: Fallback
|
||||
to none in case of wrong expires_at format.
|
||||
* OAuth2.0 Provider: * #790: Add support for CORS to metadata
|
||||
endpoint. * #791: Add support for CORS to token endpoint. * #787:
|
||||
Remove comma after Bearer in WWW-Authenticate
|
||||
* OAuth2.0 Provider - OIDC:
|
||||
+ #755: Call save_token in Hybrid code flow
|
||||
+ #751: OIDC add support of refreshing ID Tokens with
|
||||
refresh_id_token
|
||||
+ #751: The RefreshTokenGrant modifiers now take the same
|
||||
arguments as the AuthorizationCodeGrant modifiers (token,
|
||||
token_handler, request).
|
||||
* General:
|
||||
+ Added Python 3.9, 3.10, 3.11
|
||||
+ Improve Travis & Coverage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 6 12:48:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-oauthlib
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-oauthlib
|
||||
Version: 3.1.1
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user