From 8e56f7f75092de40dec1fa902146ce9d74f23abf52c5fa30e94f341bced3c383 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Apr 2025 20:23:29 +0000 Subject: [PATCH] Accepting request 1272151 from home:glaubitz:branches:devel:languages:python - Update to 1.5.2 * Forbid fragments in ``redirect_uris``. :issue:`714` * Fix invalid characters in ``error_description``. :issue:`720` * Add ``claims_cls``` parameter for client's ``parse_id_token`` method. :issue:`725` OBS-URL: https://build.opensuse.org/request/show/1272151 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=45 --- authlib-1.5.1.tar.gz | 3 --- authlib-1.5.2.tar.gz | 3 +++ python-Authlib.changes | 9 +++++++++ python-Authlib.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 authlib-1.5.1.tar.gz create mode 100644 authlib-1.5.2.tar.gz diff --git a/authlib-1.5.1.tar.gz b/authlib-1.5.1.tar.gz deleted file mode 100644 index b78019e..0000000 --- a/authlib-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0125eb3122e0e4e87a8bb81573eda8d4c326f6be81d911cb2f5f11a970800ec6 -size 330575 diff --git a/authlib-1.5.2.tar.gz b/authlib-1.5.2.tar.gz new file mode 100644 index 0000000..c20f104 --- /dev/null +++ b/authlib-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f94a1259f69645d6d6c4ecf9a8f32a9c3e2b2d2e6b8163cc90bc0e4a7245939 +size 331162 diff --git a/python-Authlib.changes b/python-Authlib.changes index f7402bc..9b28224 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 23 10:49:33 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.5.2 + * Forbid fragments in ``redirect_uris``. :issue:`714` + * Fix invalid characters in ``error_description``. :issue:`720` + * Add ``claims_cls``` parameter for client's ``parse_id_token`` + method. :issue:`725` + ------------------------------------------------------------------- Mon Apr 14 05:42:44 UTC 2025 - Steve Kowalik diff --git a/python-Authlib.spec b/python-Authlib.spec index 1b39922..fcd80f1 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.5.1 +Version: 1.5.2 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause