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:           Mon Nov 10 09:35:51 UTC 2025

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

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

Features

    Add public wrapper for _mtls_helper.check_use_client_cert which
    enables mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set,
    when the MWID/X.509 cert sources detected (#1859) (1535eccb)

    Enable mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set,
    if the MWID/X.509 cert sources detected (#1848) (395e405b)

    onboard google-auth to librarian (#1838) (c503eaa5)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.82 -r1.83 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.89 pkgsrc/security/py-google-auth/Makefile:1.90
--- pkgsrc/security/py-google-auth/Makefile:1.89        Sun Nov  2 20:00:46 2025
+++ pkgsrc/security/py-google-auth/Makefile     Mon Nov 10 09:35:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2025/11/02 20:00:46 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2025/11/10 09:35:51 wiz Exp $
 
-DISTNAME=      google_auth-2.42.1
+DISTNAME=      google_auth-2.43.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -31,8 +31,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.42.1
-# 2 failed, 1372 passed, 17 skipped, 113 warnings
+# as of 2.43.0
+# 2 failed, 1381 passed, 17 skipped, 113 warnings
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.82 pkgsrc/security/py-google-auth/distinfo:1.83
--- pkgsrc/security/py-google-auth/distinfo:1.82        Sun Nov  2 20:00:46 2025
+++ pkgsrc/security/py-google-auth/distinfo     Mon Nov 10 09:35:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.82 2025/11/02 20:00:46 wiz Exp $
+$NetBSD: distinfo,v 1.83 2025/11/10 09:35:51 wiz Exp $
 
-BLAKE2s (google_auth-2.42.1.tar.gz) = 863b69d730dc3bf610e91d82201048a6614668365af979e35eb58282bed19540
-SHA512 (google_auth-2.42.1.tar.gz) = f9302c3a94ff262241ef4a15a11cfbcd86142e8fc327b5d962e464993e9fa30a3d1a4d55a643309055be94ca19d5797714e05dc3eb50bb0fd71c7d2be2627b18
-Size (google_auth-2.42.1.tar.gz) = 295541 bytes
+BLAKE2s (google_auth-2.43.0.tar.gz) = 0bcf1faefa1989523b3adf42a9300507d5d686bc01070dc59acc8fe759fbbdcf
+SHA512 (google_auth-2.43.0.tar.gz) = 9e935d6431b556677aa2399100f3d25d7fdbf2ceb333688fcb9d4bda1fbc2b46a66dd86128eb1e81f0d5b9a1e1ca26dcaa312d6295a508a27454e4cbf785dd4e
+Size (google_auth-2.43.0.tar.gz) = 296359 bytes



Home | Main Index | Thread Index | Old Index