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 Aug 25 08:20:44 UTC 2025

Modified Files:
        pkgsrc/security/py-authlib: Makefile distinfo

Log Message:
py-authlib: updated to 1.6.2

1.6.2
Allow insecure transport for 127.0.0.1 for debugging
Raise a MissingCodeError when code parameter is missing
Temporarily restore OAuth2Request body parameter
Raise MissingCodeException when code parameter is missing
Fix id_token generation with EdDSA alg


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-authlib/Makefile
cvs rdiff -u -r1.22 -r1.23 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.24 pkgsrc/security/py-authlib/Makefile:1.25
--- pkgsrc/security/py-authlib/Makefile:1.24    Sun Jul 27 10:16:53 2025
+++ pkgsrc/security/py-authlib/Makefile Mon Aug 25 08:20:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/07/27 10:16:53 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/08/25 08:20:44 adam Exp $
 
-DISTNAME=      authlib-1.6.1
+DISTNAME=      authlib-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Authlib/}

Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.22 pkgsrc/security/py-authlib/distinfo:1.23
--- pkgsrc/security/py-authlib/distinfo:1.22    Sun Jul 27 10:16:53 2025
+++ pkgsrc/security/py-authlib/distinfo Mon Aug 25 08:20:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/07/27 10:16:53 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/08/25 08:20:44 adam Exp $
 
-BLAKE2s (authlib-1.6.1.tar.gz) = 6a2207f78c7ee3e2d9914f081fed962c7cae4864f7578a960ce220dd89f05d8f
-SHA512 (authlib-1.6.1.tar.gz) = d88f09e40ad3c5a41f20f9cc2c00b528ef1e7dd7684b71fe07dc402bce2500d21dceafb06a170a1ff6520564c5fc3631d16399781218218b2e89a3641a9ed095
-Size (authlib-1.6.1.tar.gz) = 159988 bytes
+BLAKE2s (authlib-1.6.2.tar.gz) = f95a50ac1fe87019379e9c34e14c077f001ceee0b37d0df6f7948b320b3d6118
+SHA512 (authlib-1.6.2.tar.gz) = 7c7626344d584f440937649f713fce231bb6148b363117fdb353cd51b2d3276b664bbca1c470d37de5740a8fd66ea2d4dabd7e3a9eeb6e02c4ff37672be19628
+Size (authlib-1.6.2.tar.gz) = 160429 bytes



Home | Main Index | Thread Index | Old Index