forked from pool/python-Authlib
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8081a26b4e8ae30d6e24d9ada0eac0e615cc87292ec52f56013efee51d8c6b6f
|
||||
size 308479
|
||||
3
authlib-1.3.0.tar.gz
Normal file
3
authlib-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ec01011526b5a3ca0bba6e595ce4fe4c4d0d2f79f36731778c21741a7c0d46a
|
||||
size 319753
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 20:58:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 18:48:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -19,7 +36,7 @@ Sun Jun 11 14:11:54 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 03:19:54 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 1.2.0
|
||||
- Update to version 1.2.0
|
||||
* Not passing request.body to ResourceProtector, #485.
|
||||
* Use flask.g instead of _app_ctx_stack, #482.
|
||||
* Add headers parameter back to ClientSecretJWT, #457.
|
||||
@@ -35,12 +52,12 @@ Tue Oct 11 23:14:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* This release contains breaking changes and security fixes.
|
||||
* Allow to pass claims_options to Framework OpenID Connect clients, via PR#446.
|
||||
* Fix .stream with context for HTTPX OAuth clients, via PR#465.
|
||||
* Fix Starlette OAuth client for cache store, via PR#478.
|
||||
* Fix Starlette OAuth client for cache store, via PR#478.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 06:30:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded BuildRequires on mock.
|
||||
- Remove unneeded BuildRequires on mock.
|
||||
- Remove duplicated BuildRequires on pytest.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user