pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-authlib
Module Name: pkgsrc
Committed By: adam
Date: Mon May 26 09:37:19 UTC 2025
Modified Files:
pkgsrc/security/py-authlib: Makefile PLIST distinfo
Log Message:
py-authlib: updated to 1.6.0
1.6.0
Fix issue when RFC9207 is enabled and the authorization endpoint response is not a redirection.
Fix missing state parameter in authorization error responses.
Support for acr and amr claims in id_token.
Support for the none JWS algorithm.
Fix response_types strict order during dynamic client registration.
Implement RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR).
OIDC UserInfo endpoint support.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-authlib/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-authlib/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-authlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-authlib/Makefile
diff -u pkgsrc/security/py-authlib/Makefile:1.22 pkgsrc/security/py-authlib/Makefile:1.23
--- pkgsrc/security/py-authlib/Makefile:1.22 Mon Apr 14 04:59:14 2025
+++ pkgsrc/security/py-authlib/Makefile Mon May 26 09:37:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/04/14 04:59:14 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/05/26 09:37:19 adam Exp $
-DISTNAME= authlib-1.5.2
+DISTNAME= authlib-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=A/Authlib/}
Index: pkgsrc/security/py-authlib/PLIST
diff -u pkgsrc/security/py-authlib/PLIST:1.8 pkgsrc/security/py-authlib/PLIST:1.9
--- pkgsrc/security/py-authlib/PLIST:1.8 Mon Apr 14 04:59:14 2025
+++ pkgsrc/security/py-authlib/PLIST Mon May 26 09:37:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/14 04:59:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/05/26 09:37:19 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -379,6 +379,9 @@ ${PYSITELIB}/authlib/oauth2/rfc6749/gran
${PYSITELIB}/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.py
${PYSITELIB}/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyc
${PYSITELIB}/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyo
+${PYSITELIB}/authlib/oauth2/rfc6749/hooks.py
+${PYSITELIB}/authlib/oauth2/rfc6749/hooks.pyc
+${PYSITELIB}/authlib/oauth2/rfc6749/hooks.pyo
${PYSITELIB}/authlib/oauth2/rfc6749/models.py
${PYSITELIB}/authlib/oauth2/rfc6749/models.pyc
${PYSITELIB}/authlib/oauth2/rfc6749/models.pyo
@@ -532,6 +535,21 @@ ${PYSITELIB}/authlib/oauth2/rfc9068/toke
${PYSITELIB}/authlib/oauth2/rfc9068/token_validator.py
${PYSITELIB}/authlib/oauth2/rfc9068/token_validator.pyc
${PYSITELIB}/authlib/oauth2/rfc9068/token_validator.pyo
+${PYSITELIB}/authlib/oauth2/rfc9101/__init__.py
+${PYSITELIB}/authlib/oauth2/rfc9101/__init__.pyc
+${PYSITELIB}/authlib/oauth2/rfc9101/__init__.pyo
+${PYSITELIB}/authlib/oauth2/rfc9101/authorization_server.py
+${PYSITELIB}/authlib/oauth2/rfc9101/authorization_server.pyc
+${PYSITELIB}/authlib/oauth2/rfc9101/authorization_server.pyo
+${PYSITELIB}/authlib/oauth2/rfc9101/discovery.py
+${PYSITELIB}/authlib/oauth2/rfc9101/discovery.pyc
+${PYSITELIB}/authlib/oauth2/rfc9101/discovery.pyo
+${PYSITELIB}/authlib/oauth2/rfc9101/errors.py
+${PYSITELIB}/authlib/oauth2/rfc9101/errors.pyc
+${PYSITELIB}/authlib/oauth2/rfc9101/errors.pyo
+${PYSITELIB}/authlib/oauth2/rfc9101/registration.py
+${PYSITELIB}/authlib/oauth2/rfc9101/registration.pyc
+${PYSITELIB}/authlib/oauth2/rfc9101/registration.pyo
${PYSITELIB}/authlib/oauth2/rfc9207/__init__.py
${PYSITELIB}/authlib/oauth2/rfc9207/__init__.pyc
${PYSITELIB}/authlib/oauth2/rfc9207/__init__.pyo
@@ -568,6 +586,9 @@ ${PYSITELIB}/authlib/oidc/core/grants/ut
${PYSITELIB}/authlib/oidc/core/models.py
${PYSITELIB}/authlib/oidc/core/models.pyc
${PYSITELIB}/authlib/oidc/core/models.pyo
+${PYSITELIB}/authlib/oidc/core/userinfo.py
+${PYSITELIB}/authlib/oidc/core/userinfo.pyc
+${PYSITELIB}/authlib/oidc/core/userinfo.pyo
${PYSITELIB}/authlib/oidc/core/util.py
${PYSITELIB}/authlib/oidc/core/util.pyc
${PYSITELIB}/authlib/oidc/core/util.pyo
Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.20 pkgsrc/security/py-authlib/distinfo:1.21
--- pkgsrc/security/py-authlib/distinfo:1.20 Mon Apr 14 04:59:14 2025
+++ pkgsrc/security/py-authlib/distinfo Mon May 26 09:37:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/04/14 04:59:14 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/05/26 09:37:19 adam Exp $
-BLAKE2s (authlib-1.5.2.tar.gz) = b847592c514a627ce891b7ba29a173f74c2c88b906f3a3a973a5972056096e9b
-SHA512 (authlib-1.5.2.tar.gz) = ac7a989f646e34d9b712d951a7024e5dbab9103b922152ce54840f60be208ffde8761a64bf4a49937edf9bddd974bbe04ee849848022248f5c5fd95667a555ed
-Size (authlib-1.5.2.tar.gz) = 153000 bytes
+BLAKE2s (authlib-1.6.0.tar.gz) = fac770d9caf6a09c88990f9a5bb716861938676bf47a3d6722720ab98ae16ce3
+SHA512 (authlib-1.6.0.tar.gz) = 83980b44c3f5f5fe8f6ace5463b1b7c88198767f03bbf85ee1524f578753b628aeff258e1925dfd10bc7581935598f04802b0cff7ed486e05b1a1a6c7c2e5901
+Size (authlib-1.6.0.tar.gz) = 158371 bytes
Home |
Main Index |
Thread Index |
Old Index