diff --git a/authlib-1.2.0.tar.gz b/authlib-1.2.0.tar.gz deleted file mode 100644 index 0cf6651..0000000 --- a/authlib-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:049a3850f3c6d0dfa1b9cdcc6527aac7bcc7b1813c6829c6351dacf30c9975e4 -size 307961 diff --git a/authlib-1.2.1.tar.gz b/authlib-1.2.1.tar.gz new file mode 100644 index 0000000..425dc89 --- /dev/null +++ b/authlib-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8081a26b4e8ae30d6e24d9ada0eac0e615cc87292ec52f56013efee51d8c6b6f +size 308479 diff --git a/python-Authlib.changes b/python-Authlib.changes index 0ba3ae6..2c7b91c 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 25 18:48:52 UTC 2023 - Dirk Müller + +- update to 1.2.1: + * Apply headers in ``ClientSecretJWT.sign`` method + * Allow falsy but non-None grant uri params + * Fixed ``authorize_redirect`` for Starlette v0.26.0 + * Removed ``has_client_secret`` method and documentation + * Removed ``request_invalid`` and ``token_revoked`` remaining + occurences and documentation. + * Fixed RFC7591 ``grant_types`` and ``response_types`` default + values + ------------------------------------------------------------------- Sun Jun 11 14:11:54 UTC 2023 - ecsos diff --git a/python-Authlib.spec b/python-Authlib.spec index 671a24e..d251dac 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -19,7 +19,7 @@ %define modname authlib %{?sle15_python_module_pythons} Name: python-Authlib -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause