Accepting request 1337357 from devel:languages:python

- update to 1.6.9:
  * Not using header's `jwk` automatically
  * Add `ES256K` into default jwt algorithms
  * Remove deprecated algorithm from default registry
  * Generate random `cek` when `cek` length doesn't match

OBS-URL: https://build.opensuse.org/request/show/1337357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=29
This commit is contained in:
2026-03-07 19:09:22 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca5610af2c3a2bdd0628ceb35c2f343cfc41956f20cc924796955e13b41aaae5
size 329609

3
authlib-1.6.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce10a845ac8066757d658e45c41d160dfbd728da7a29056ebd4e190c051da687
size 329652

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 6 16:50:14 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 1.6.9:
* Not using header's `jwk` automatically
* Add `ES256K` into default jwt algorithms
* Remove deprecated algorithm from default registry
* Generate random `cek` when `cek` length doesn't match
-------------------------------------------------------------------
Tue Feb 17 08:38:21 UTC 2026 - Marius Grossu <marius.grossu@suse.com>

View File

@@ -19,7 +19,7 @@
%define modname authlib
%{?sle15_python_module_pythons}
Name: python-Authlib
Version: 1.6.8
Version: 1.6.9
Release: 0
Summary: Python library for building OAuth and OpenID Connect servers
License: BSD-3-Clause