From 6e3369027b5483f266b50408e32f29367f15fbe76303992b4c1c1d2f3f6458ea Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 11 Aug 2025 12:30:53 +0000 Subject: [PATCH] Accepting request 1298801 from home:glaubitz:branches:devel:languages:python - Update to 1.6.1 * Filter key set with additional "alg" and "use" parameters. - Fix bogus version number in previous changelog entry - Rename README.rst to README.md in %files section - Update to 1.6.0 OBS-URL: https://build.opensuse.org/request/show/1298801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=52 --- authlib-1.6.0.tar.gz | 3 --- authlib-1.6.1.tar.gz | 3 +++ python-Authlib.changes | 10 +++++++++- python-Authlib.spec | 6 +++--- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 authlib-1.6.0.tar.gz create mode 100644 authlib-1.6.1.tar.gz diff --git a/authlib-1.6.0.tar.gz b/authlib-1.6.0.tar.gz deleted file mode 100644 index 753d060..0000000 --- a/authlib-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dfc1275b287aa1324ac5c014766b8c79fb228c59d98c021750d86b6ec7e0904 -size 341039 diff --git a/authlib-1.6.1.tar.gz b/authlib-1.6.1.tar.gz new file mode 100644 index 0000000..8a1afc9 --- /dev/null +++ b/authlib-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d714698f818fd478161666c319e275f9ffedee3259b9a259360462734c24b5a2 +size 341053 diff --git a/python-Authlib.changes b/python-Authlib.changes index 1e96172..23d9c81 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 5 07:34:40 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.6.1 + * Filter key set with additional "alg" and "use" parameters. +- Fix bogus version number in previous changelog entry +- Rename README.rst to README.md in %files section + ------------------------------------------------------------------- Tue Jun 3 06:26:39 UTC 2025 - John Paul Adrian Glaubitz -- Update to 1.6.2 +- Update to 1.6.0 * Fix issue when RFC9207 is enabled and the authorization endpoint response is not a redirection. pull request #733 * Fix missing state parameter in authorization error responses. diff --git a/python-Authlib.spec b/python-Authlib.spec index a125402..af83ed4 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-Authlib # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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.6.0 +Version: 1.6.1 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause @@ -82,7 +82,7 @@ $python -mpytest tests/clients } %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/%{modname} %{python_sitelib}/[Aa]uthlib-%{version}.dist-info