pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 27 08:55:10 UTC 2024

Modified Files:
        pkgsrc/security/py-google-auth: Makefile distinfo

Log Message:
py-google-auth: update to 2.37.0.

Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/security/py-google-auth/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-google-auth/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.79 pkgsrc/security/py-google-auth/Makefile:1.80
--- pkgsrc/security/py-google-auth/Makefile:1.79        Mon Nov 11 07:55:50 2024
+++ pkgsrc/security/py-google-auth/Makefile     Fri Dec 27 08:55:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2024/11/11 07:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2024/12/27 08:55:09 wiz Exp $
 
-DISTNAME=      google_auth-2.36.0
+DISTNAME=      google_auth-2.37.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -31,9 +31,10 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# 4 failed due to proxy setting
 # as of 2.35.0
 # 4 failed, 1223 passed, 52 warnings
+# as of 2.37.0
+# core dump in Python 3.13
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.74 pkgsrc/security/py-google-auth/distinfo:1.75
--- pkgsrc/security/py-google-auth/distinfo:1.74        Mon Nov 11 07:55:50 2024
+++ pkgsrc/security/py-google-auth/distinfo     Fri Dec 27 08:55:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2024/11/11 07:55:50 wiz Exp $
+$NetBSD: distinfo,v 1.75 2024/12/27 08:55:09 wiz Exp $
 
-BLAKE2s (google_auth-2.36.0.tar.gz) = d99bb13b1b2b2880a7a7aa1bf61a4ba3076245956a2cb6f49af4f3cb50094d90
-SHA512 (google_auth-2.36.0.tar.gz) = 9e61d5ab21e8973f6d9d2af8d4b73e5637efe9b09b1854bf82743e4a03a6b5fc6154a492e4b7ad5935ba3796186d6ed11e891bd0a0eb1190e06fedc824904c22
-Size (google_auth-2.36.0.tar.gz) = 268336 bytes
+BLAKE2s (google_auth-2.37.0.tar.gz) = 2ebcbc2bf129426f717540deed008aff19d83e6c1b2c1bc8ac10c9b44a001066
+SHA512 (google_auth-2.37.0.tar.gz) = 08f194c99077a230845857e98ac8c4eab3ca086a288be9ce1031c9d3f6a5b40cb4fe3305be6b822b27561e4e7b0c0a144e9888be5a95ebe06de42d74fc911756
+Size (google_auth-2.37.0.tar.gz) = 268878 bytes



Home | Main Index | Thread Index | Old Index