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:           Wed May  6 11:01:02 UTC 2026

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

Log Message:
py-authlib: updated to 1.7.2

1.7.2

Fix the readme links
Allow non-recommended algorithms in ClientSecretJWT and PrivateKey
Validate BCP47 language tags with a regex
Fix RFC7523 signing with non RSA keys


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-authlib/DESCR
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-authlib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-authlib/PLIST
cvs rdiff -u -r1.34 -r1.35 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/DESCR
diff -u pkgsrc/security/py-authlib/DESCR:1.2 pkgsrc/security/py-authlib/DESCR:1.3
--- pkgsrc/security/py-authlib/DESCR:1.2        Thu Apr 23 09:25:05 2026
+++ pkgsrc/security/py-authlib/DESCR    Wed May  6 11:01:02 2026
@@ -1,2 +1,13 @@
-joserfc is a Python library that provides a comprehensive implementation of
-several essential JSON Object Signing and Encryption (JOSE) standards.
+OAuth often seems complicated and difficult-to-implement. There are several
+prominent libraries for handling OAuth requests, but they all suffer from one
+or both of the following:
+
+  *  They predate the OAuth 1.0 spec, AKA RFC 5849.
+  *  They predate the OAuth 2.0 spec, AKA RFC 6749.
+  *  They assume the usage of a specific HTTP request library.
+
+OAuthLib is a generic utility which implements the logic of OAuth without
+assuming a specific HTTP request object or web framework. Use it to graft OAuth
+client support onto your favorite HTTP library, or provider support onto your
+favourite web framework. If you're a maintainer of such a library, write a thin
+veneer on top of OAuthLib and get OAuth support for very little effort.

Index: pkgsrc/security/py-authlib/Makefile
diff -u pkgsrc/security/py-authlib/Makefile:1.37 pkgsrc/security/py-authlib/Makefile:1.38
--- pkgsrc/security/py-authlib/Makefile:1.37    Mon Apr 27 05:45:44 2026
+++ pkgsrc/security/py-authlib/Makefile Wed May  6 11:01:02 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2026/04/27 05:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/05/06 11:01:02 adam Exp $
 
-DISTNAME=      authlib-1.7.0
+DISTNAME=      authlib-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/authlib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/authlib/joserfc
+HOMEPAGE=      https://github.com/authlib/authlib
 COMMENT=       Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT
 LICENSE=       modified-bsd
 

Index: pkgsrc/security/py-authlib/PLIST
diff -u pkgsrc/security/py-authlib/PLIST:1.11 pkgsrc/security/py-authlib/PLIST:1.12
--- pkgsrc/security/py-authlib/PLIST:1.11       Thu Apr 23 09:28:39 2026
+++ pkgsrc/security/py-authlib/PLIST    Wed May  6 11:01:02 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/04/23 09:28:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/05/06 11:01:02 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -19,6 +19,9 @@ ${PYSITELIB}/authlib/common/encoding.pyo
 ${PYSITELIB}/authlib/common/errors.py
 ${PYSITELIB}/authlib/common/errors.pyc
 ${PYSITELIB}/authlib/common/errors.pyo
+${PYSITELIB}/authlib/common/language.py
+${PYSITELIB}/authlib/common/language.pyc
+${PYSITELIB}/authlib/common/language.pyo
 ${PYSITELIB}/authlib/common/security.py
 ${PYSITELIB}/authlib/common/security.pyc
 ${PYSITELIB}/authlib/common/security.pyo

Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.34 pkgsrc/security/py-authlib/distinfo:1.35
--- pkgsrc/security/py-authlib/distinfo:1.34    Thu Apr 23 09:28:39 2026
+++ pkgsrc/security/py-authlib/distinfo Wed May  6 11:01:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/04/23 09:28:39 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/05/06 11:01:02 adam Exp $
 
-BLAKE2s (authlib-1.7.0.tar.gz) = 556cb4cd22c67fb9fffa405c7b7e57ca58069a8537129f21f16aefb6233c4f45
-SHA512 (authlib-1.7.0.tar.gz) = 9390e861851677bfa435c7d4a1d8804ee6c30d4db06dc3353d8ff9cff1b6da41eb1bf428b00d2aa6e334c2916ee58ea8b068d35b720b473b35b6e5ab7f0b1cd3
-Size (authlib-1.7.0.tar.gz) = 175890 bytes
+BLAKE2s (authlib-1.7.2.tar.gz) = 38cfa2ca92cd8798aa2fa33109cd4f062e509d4eb80694802cf5f5aaf40b2cbd
+SHA512 (authlib-1.7.2.tar.gz) = 075f00a38686a5eaf9586413f2ab5141cded2f1f4a6b354ebe9805f7066732e5880dbea771209d6722ab744446f4edbecc6dc022c1d3ec1b79e1055ecfd20041
+Size (authlib-1.7.2.tar.gz) = 176511 bytes



Home | Main Index | Thread Index | Old Index