From ab34919e9f3dedf12db7ec93fa86aec129ffbec7d42fc87453aec50f06994bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Feb 2025 10:41:08 +0000 Subject: [PATCH] Accepting request 1243614 from home:glaubitz:branches:devel:languages:python - Update to 1.4.1 * Improve garbage collection on OAuth clients. (#698) * Fix client parameters for httpx. (#694) OBS-URL: https://build.opensuse.org/request/show/1243614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=38 --- authlib-1.4.0.tar.gz | 3 --- authlib-1.4.1.tar.gz | 3 +++ python-Authlib.changes | 7 +++++++ python-Authlib.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 authlib-1.4.0.tar.gz create mode 100644 authlib-1.4.1.tar.gz diff --git a/authlib-1.4.0.tar.gz b/authlib-1.4.0.tar.gz deleted file mode 100644 index 8ae8f96..0000000 --- a/authlib-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d0bcb3697a300844416290634ec689933de6c6f9ac5642c267aa8164b238f89 -size 322334 diff --git a/authlib-1.4.1.tar.gz b/authlib-1.4.1.tar.gz new file mode 100644 index 0000000..85322eb --- /dev/null +++ b/authlib-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edf089aae7a043b526f6f07b32077e482be12fc36eff27448ced2a44fcd976b +size 322395 diff --git a/python-Authlib.changes b/python-Authlib.changes index ef6ade7..6ed24dd 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 6 11:41:00 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.4.1 + * Improve garbage collection on OAuth clients. (#698) + * Fix client parameters for httpx. (#694) + ------------------------------------------------------------------- Fri Jan 24 18:21:06 UTC 2025 - ecsos diff --git a/python-Authlib.spec b/python-Authlib.spec index 636fc51..321277c 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.4.0 +Version: 1.4.1 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause