25 Commits

Author SHA256 Message Date
cc502ad0c2 Accepting request 1298827 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1298827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=25
2025-08-12 15:04:06 +00:00
6e3369027b 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
2025-08-11 12:30:53 +00:00
ede6d3851a Accepting request 1282354 from devel:languages:python
Forwarded request #1282104 from glaubitz

- Update to 1.6.2
    * 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.
      issue #525
    * Support for acr and amr claims in id_token. issue #734
    * Support for the none JWS algorithm.
    * Fix response_types strict order during dynamic client
      registration. issue #760
    * Implement RFC9101 The OAuth 2.0 Authorization Framework:
      JWT-Secured Authorization Request (JAR). issue #723
    * OIDC UserInfo endpoint support. issue #459
  - Drop 767-skip-xc20p-tests.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1282354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=24
2025-06-03 15:57:40 +00:00
9ebafa80e9 Accepting request 1282104 from home:glaubitz:branches:devel:languages:python
- Update to 1.6.2
  * 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.
    issue #525
  * Support for acr and amr claims in id_token. issue #734
  * Support for the none JWS algorithm.
  * Fix response_types strict order during dynamic client
    registration. issue #760
  * Implement RFC9101 The OAuth 2.0 Authorization Framework:
    JWT-Secured Authorization Request (JAR). issue #723
  * OIDC UserInfo endpoint support. issue #459
- Drop 767-skip-xc20p-tests.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1282104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=50
2025-06-03 13:47:52 +00:00
b0cb148d3e Accepting request 1274078 from devel:languages:python
- Add 767-skip-xc20p-tests.patch to skip unavailable tests
  (gh#authlib/authlib#456).

OBS-URL: https://build.opensuse.org/request/show/1274078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=23
2025-05-03 18:59:15 +00:00
cd362f7e05 Try tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=48
2025-05-02 22:02:10 +00:00
e6b3001848 - Add 767-skip-xc20p-tests.patch to skip unavailable tests
(gh#authlib/authlib#456).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=47
2025-05-02 21:30:36 +00:00
4949c93d6c Accepting request 1272263 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1272263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=22
2025-04-24 15:25:46 +00:00
8e56f7f750 Accepting request 1272151 from home:glaubitz:branches:devel:languages:python
- Update to 1.5.2
  * Forbid fragments in ``redirect_uris``. :issue:`714`
  * Fix invalid characters in ``error_description``. :issue:`720`
  * Add ``claims_cls``` parameter for client's ``parse_id_token``
    method. :issue:`725`

OBS-URL: https://build.opensuse.org/request/show/1272151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=45
2025-04-23 20:23:29 +00:00
7dab8cd027 Accepting request 1269067 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=21
2025-04-14 10:59:26 +00:00
f126d0cae4 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=43
2025-04-14 05:42:59 +00:00
e9c06c04aa - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=42
2025-03-26 00:26:47 +00:00
d5fa0ead53 Accepting request 1255455 from devel:languages:python
- update to 1.5.1:
  * Fix RFC9207 iss parameter.
  * Fix token introspection auth method for clients.
  * Optional typ claim in JWT tokens.
  * JWT validation leeway.
  * Implement server-side :rfc:`RFC9207 <9207>`.
  * generate_id_token can take a kid parameter.
  * More detailed InvalidClientError.
  * OpenID Connect Dynamic Client Registration implementation.

OBS-URL: https://build.opensuse.org/request/show/1255455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=20
2025-03-24 12:31:55 +00:00
01174be1b7 - update to 1.5.1:
* Fix RFC9207 iss parameter.
  * Fix token introspection auth method for clients.
  * Optional typ claim in JWT tokens.
  * JWT validation leeway.
  * Implement server-side :rfc:`RFC9207 <9207>`.
  * generate_id_token can take a kid parameter.
  * More detailed InvalidClientError.
  * OpenID Connect Dynamic Client Registration implementation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=40
2025-03-23 21:42:41 +00:00
b6908f0d83 Accepting request 1244113 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1244113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=19
2025-02-07 22:07:01 +00:00
ab34919e9f Accepting request 1243614 from home:glaubitz:branches:devel:languages:python
- Update to 1.4.1
  * Improve garbage collection on OAuth clients. (#698)
  * Fix client parameters for httpx. (#694)

OBS-URL: https://build.opensuse.org/request/show/1243614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=38
2025-02-07 10:41:08 +00:00
8457578d5b Accepting request 1240304 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=18
2025-01-27 19:52:26 +00:00
4b3a7ba671 Accepting request 1240203 from home:ecsos:python
- Update to 1.4.0
  * Fix id_token decoding when kid is null. :pr:`659`
  * Support for Python 3.13. :pr:`682`
  * Force login if the prompt parameter value is login. :pr:`637`
  * Support for httpx 0.28, :pr:`695`
  * Breaking changes:
    - Stop support for Python 3.8. :pr:`682`
- Drop py313-tests.patch, because now in upstream.
- Drop httpx028.patch, because now in upstream.

OBS-URL: https://build.opensuse.org/request/show/1240203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=36
2025-01-25 20:55:26 +00:00
a6e5e686f3 Accepting request 1232630 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1232630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=17
2024-12-19 20:42:15 +00:00
0ee18569d9 Accepting request 1232567 from home:mcalabkova:branches:devel:languages:python
- Add httpx028.patch to add compatibility with new httpx

OBS-URL: https://build.opensuse.org/request/show/1232567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=34
2024-12-19 15:37:31 +00:00
bb5cd918a6 Accepting request 1219795 from devel:languages:python
- add py313-tests.patch
- modernize spec file

OBS-URL: https://build.opensuse.org/request/show/1219795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=16
2024-10-31 15:10:05 +00:00
a61a7fb097 - modernize spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=32
2024-10-31 09:14:35 +00:00
66b2daf2b5 - add py313-tests.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=31
2024-10-31 09:13:33 +00:00
1dc21d8487 Accepting request 1204401 from devel:languages:python
- update to 1.3.2:
  * Prevent ever-growing session size for OAuth clients.
  * Revert quote client id and secret.
  * unquote basic auth header for authorization server.

OBS-URL: https://build.opensuse.org/request/show/1204401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=15
2024-09-30 13:38:23 +00:00
7f80687269 - update to 1.3.2:
* Prevent ever-growing session size for OAuth clients.
  * Revert quote client id and secret.
  * unquote basic auth header for authorization server.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=29
2024-09-28 20:04:14 +00:00
4 changed files with 117 additions and 11 deletions

View File

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

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

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

View File

@@ -1,3 +1,105 @@
-------------------------------------------------------------------
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.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.
issue #525
* Support for acr and amr claims in id_token. issue #734
* Support for the none JWS algorithm.
* Fix response_types strict order during dynamic client
registration. issue #760
* Implement RFC9101 The OAuth 2.0 Authorization Framework:
JWT-Secured Authorization Request (JAR). issue #723
* OIDC UserInfo endpoint support. issue #459
- Drop 767-skip-xc20p-tests.patch, merged upstream
-------------------------------------------------------------------
Fri May 2 21:29:54 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add 767-skip-xc20p-tests.patch to skip unavailable tests
(gh#authlib/authlib#456).
-------------------------------------------------------------------
Wed Apr 23 10:49:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.2
* Forbid fragments in ``redirect_uris``. :issue:`714`
* Fix invalid characters in ``error_description``. :issue:`720`
* Add ``claims_cls``` parameter for client's ``parse_id_token``
method. :issue:`725`
-------------------------------------------------------------------
Mon Apr 14 05:42:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Wed Mar 26 00:26:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Sun Mar 23 21:41:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.1:
* Fix RFC9207 iss parameter.
* Fix token introspection auth method for clients.
* Optional typ claim in JWT tokens.
* JWT validation leeway.
* Implement server-side :rfc:`RFC9207 <9207>`.
* generate_id_token can take a kid parameter.
* More detailed InvalidClientError.
* OpenID Connect Dynamic Client Registration implementation.
-------------------------------------------------------------------
Thu Feb 6 11:41:00 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.4.1
* Improve garbage collection on OAuth clients. (#698)
* Fix client parameters for httpx. (#694)
-------------------------------------------------------------------
Fri Jan 24 18:21:06 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 1.4.0
* Fix id_token decoding when kid is null. :pr:`659`
* Support for Python 3.13. :pr:`682`
* Force login if the prompt parameter value is login. :pr:`637`
* Support for httpx 0.28, :pr:`695`
* Breaking changes:
- Stop support for Python 3.8. :pr:`682`
- Drop py313-tests.patch, because now in upstream.
- Drop httpx028.patch, because now in upstream.
-------------------------------------------------------------------
Thu Dec 19 13:57:51 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Add httpx028.patch to add compatibility with new httpx
-------------------------------------------------------------------
Thu Oct 31 09:13:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add py313-tests.patch
- modernize spec file
-------------------------------------------------------------------
Sat Sep 28 20:03:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Prevent ever-growing session size for OAuth clients.
* Revert quote client id and secret.
* unquote basic auth header for authorization server.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 10 11:05:10 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Mon Jun 10 11:05:10 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Authlib # spec file for package python-Authlib
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,16 @@
%define modname authlib %define modname authlib
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Authlib Name: python-Authlib
Version: 1.3.1 Version: 1.6.1
Release: 0 Release: 0
Summary: Python library for building OAuth and OpenID Connect servers Summary: Python library for building OAuth and OpenID Connect servers
License: BSD-3-Clause License: BSD-3-Clause
URL: https://authlib.org/ URL: https://authlib.org/
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module anyio} BuildRequires: %{python_module anyio}
@@ -53,16 +56,16 @@ BuildArch: noarch
A Python library for building OAuth and OpenID Connect servers. A Python library for building OAuth and OpenID Connect servers.
%prep %prep
%setup -q -n %{modname}-%{version} %autosetup -p1 -n %{modname}-%{version}
# Remove the file containing the commercial license so licensedigger # Remove the file containing the commercial license so licensedigger
# doesn't complain about the dual license # doesn't complain about the dual license
rm COMMERCIAL-LICENSE rm COMMERCIAL-LICENSE
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -70,7 +73,8 @@ rm COMMERCIAL-LICENSE
$python -mpytest tests/core $python -mpytest tests/core
$python -mpytest tests/flask $python -mpytest tests/flask
# gh#lepture/authlib#456 # gh#lepture/authlib#456
$python -mpytest tests/jose -k 'not (test_dir_alg_xc20p or test_xc20p_content_encryption_decryption)' # $python -mpytest tests/jose -k 'not (test_dir_alg_xc20p or test_xc20p_content_encryption_decryption)'
$python -mpytest tests/jose
export DJANGO_SETTINGS_MODULE=tests.clients.test_django.settings export DJANGO_SETTINGS_MODULE=tests.clients.test_django.settings
$python -mpytest tests/clients $python -mpytest tests/clients
# export DJANGO_SETTINGS_MODULE=tests.django.settings # export DJANGO_SETTINGS_MODULE=tests.django.settings
@@ -78,9 +82,9 @@ $python -mpytest tests/clients
} }
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.md
%license LICENSE %license LICENSE
%{python_sitelib}/%{modname} %{python_sitelib}/%{modname}
%{python_sitelib}/Authlib-%{version}*-info %{python_sitelib}/[Aa]uthlib-%{version}.dist-info
%changelog %changelog