15
0

- update to 1.3.0:

* Restore AuthorizationServer.create_authorization_response
    behavior, via :PR:`558`
  * Include leeway in validate_iat() for JWT, via :PR:`565`
  * Fix encode_client_secret_basic, via :PR:`594`
  * Use single key in JWK if JWS does not specify kid, via
    :PR:`596`
  * Fix error when RFC9068 JWS has no scope field, via :PR:`598`
  * Get werkzeug version using importlib, via :PR:`591`
  * New features:
  * RFC9068 implementation, via :PR:`586`, by @azmeuk.
  * Breaking changes:
  * End support for python 3.7
- Update to version 1.2.0
  * Fix Starlette OAuth client for cache store, via PR#478.
- Remove unneeded BuildRequires on mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=23
This commit is contained in:
2024-01-08 20:58:17 +00:00
committed by Git OBS Bridge
parent 6df3cb17be
commit 20c41d0886
4 changed files with 25 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Authlib
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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.2.1
Version: 1.3.0
Release: 0
Summary: Python library for building OAuth and OpenID Connect servers
License: BSD-3-Clause