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 26 14:55:44 UTC 2024

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

Log Message:
py-authlib: updated to 1.3.2

Version 1.3.2

Prevent ever-growing session size for OAuth clients.
Revert quote client id and secret.
unquote basic auth header for authorization server.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-authlib/Makefile \
    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.14 pkgsrc/security/py-authlib/Makefile:1.15
--- pkgsrc/security/py-authlib/Makefile:1.14    Fri Jun  7 20:54:53 2024
+++ pkgsrc/security/py-authlib/Makefile Mon Aug 26 14:55:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/06/07 20:54:53 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/26 14:55:44 adam Exp $
 
-DISTNAME=      authlib-1.3.1
+DISTNAME=      authlib-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Authlib/}
@@ -18,7 +18,5 @@ DEPENDS+=     ${PYPKGPREFIX}-cryptography>=3
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.14 pkgsrc/security/py-authlib/distinfo:1.15
--- pkgsrc/security/py-authlib/distinfo:1.14    Fri Jun  7 20:54:53 2024
+++ pkgsrc/security/py-authlib/distinfo Mon Aug 26 14:55:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/06/07 20:54:53 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/08/26 14:55:44 adam Exp $
 
-BLAKE2s (authlib-1.3.1.tar.gz) = 2aaf16ced9f14d5d7fdbc2496b4bea44a1b2f39873cd9fcab192a30e5ffcb9e5
-SHA512 (authlib-1.3.1.tar.gz) = 6e24d65cf48637deb871b452f4ee0d229a9a84da3ca866d494c4e7ea5bf341a4278a868785b9412daf423746db004d897a4ef8b2242b2ea3b9714fe62d113948
-Size (authlib-1.3.1.tar.gz) = 146074 bytes
+BLAKE2s (authlib-1.3.2.tar.gz) = 02aedf0f5783e3456153917170340718495befaf3c62a461776d485e2456cc8a
+SHA512 (authlib-1.3.2.tar.gz) = 6604558cf346af1e881ba947a1f0570e25a50e078f2057daa7044649f7c6fa1e866479ef82d7175806329dbbe8d88902fe2b8cedaba94d434d1ef56bcbd865b5
+Size (authlib-1.3.2.tar.gz) = 147313 bytes



Home | Main Index | Thread Index | Old Index