15
0

Accepting request 1095232 from devel:languages:python

- update to 1.2.1:
  * Apply headers in ``ClientSecretJWT.sign`` method
  * Allow falsy but non-None grant uri params
  * Fixed ``authorize_redirect`` for Starlette v0.26.0
  * Removed ``has_client_secret`` method and documentation
  * Removed ``request_invalid`` and ``token_revoked`` remaining
    occurences and documentation.
  * Fixed RFC7591 ``grant_types`` and ``response_types`` default
    values

OBS-URL: https://build.opensuse.org/request/show/1095232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=11
This commit is contained in:
2023-06-26 16:15:39 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 25 18:48:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Apply headers in ``ClientSecretJWT.sign`` method
* Allow falsy but non-None grant uri params
* Fixed ``authorize_redirect`` for Starlette v0.26.0
* Removed ``has_client_secret`` method and documentation
* Removed ``request_invalid`` and ``token_revoked`` remaining
occurences and documentation.
* Fixed RFC7591 ``grant_types`` and ``response_types`` default
values
-------------------------------------------------------------------
Sun Jun 11 14:11:54 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

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