diff --git a/authlib-1.2.1.tar.gz b/authlib-1.2.1.tar.gz deleted file mode 100644 index 425dc89..0000000 --- a/authlib-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8081a26b4e8ae30d6e24d9ada0eac0e615cc87292ec52f56013efee51d8c6b6f -size 308479 diff --git a/authlib-1.3.0.tar.gz b/authlib-1.3.0.tar.gz new file mode 100644 index 0000000..000d6a8 --- /dev/null +++ b/authlib-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec01011526b5a3ca0bba6e595ce4fe4c4d0d2f79f36731778c21741a7c0d46a +size 319753 diff --git a/python-Authlib.changes b/python-Authlib.changes index 2c7b91c..f57b54d 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jan 8 20:58:02 UTC 2024 - Dirk Müller + +- update to 1.3.0: + * Restore AuthorizationServer.create_authorization_response + behavior, via :PR:`558` + * Include leeway in validate_iat() for JWT, via :PR:`565` + * Fix encode_client_secret_basic, via :PR:`594` + * Use single key in JWK if JWS does not specify kid, via + :PR:`596` + * Fix error when RFC9068 JWS has no scope field, via :PR:`598` + * Get werkzeug version using importlib, via :PR:`591` + * New features: + * RFC9068 implementation, via :PR:`586`, by @azmeuk. + * Breaking changes: + * End support for python 3.7 + ------------------------------------------------------------------- Sun Jun 25 18:48:52 UTC 2023 - Dirk Müller @@ -19,7 +36,7 @@ Sun Jun 11 14:11:54 UTC 2023 - ecsos ------------------------------------------------------------------- Tue Dec 13 03:19:54 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 1.2.0 +- Update to version 1.2.0 * Not passing request.body to ResourceProtector, #485. * Use flask.g instead of _app_ctx_stack, #482. * Add headers parameter back to ClientSecretJWT, #457. @@ -35,12 +52,12 @@ Tue Oct 11 23:14:36 UTC 2022 - Yogalakshmi Arunachalam * This release contains breaking changes and security fixes. * Allow to pass claims_options to Framework OpenID Connect clients, via PR#446. * Fix .stream with context for HTTPX OAuth clients, via PR#465. - * Fix Starlette OAuth client for cache store, via PR#478. + * Fix Starlette OAuth client for cache store, via PR#478. ------------------------------------------------------------------- Thu Aug 4 06:30:52 UTC 2022 - Steve Kowalik -- Remove unneeded BuildRequires on mock. +- Remove unneeded BuildRequires on mock. - Remove duplicated BuildRequires on pytest. ------------------------------------------------------------------- diff --git a/python-Authlib.spec b/python-Authlib.spec index d251dac..4f4bcf3 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-Authlib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %define modname authlib %{?sle15_python_module_pythons} Name: python-Authlib -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause