15
0

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
This commit is contained in:
2025-08-11 12:30:53 +00:00
committed by Git OBS Bridge
parent 9ebafa80e9
commit 6e3369027b
4 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Tue Aug 5 07:34:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>
- 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.