diff --git a/oauthlib-3.1.1.tar.gz b/oauthlib-3.1.1.tar.gz deleted file mode 100644 index 72bd90a..0000000 --- a/oauthlib-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3 -size 161395 diff --git a/oauthlib-3.2.0.tar.gz b/oauthlib-3.2.0.tar.gz new file mode 100644 index 0000000..89cce57 --- /dev/null +++ b/oauthlib-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2 +size 163829 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 45e8070..9b3054b 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Feb 3 20:02:09 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 17f6247..4c24516 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -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