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:           Sun Aug  9 14:04:45 UTC 2026

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

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

2.56.3 (2026-08-06)

Bug Fixes

    auth: avoid creating mTLS SSL context for custom async transports (#17825) (fbe33f9), refs #17622
    auth: only trigger mTLS certificate rotation on mTLS endpoints (#17928) (f7b49ea)
    auth: properly extract stdout from gnubby webauthn plugin failures (#17885) (744e826)
    deduplicate x-goog-api-client headers (#17616) (6167e41)
    oauth2: avoid redundant JWKS network fetches (#17891) (de53298)

Performance Improvements

    auth: use generator expression in any() to allow short-circuiting (735e565)
    auth: use generator expression in any() to allow short-circuiting (#17937) (735e565)


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.97 -r1.98 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.105 pkgsrc/security/py-google-auth/Makefile:1.106
--- pkgsrc/security/py-google-auth/Makefile:1.105       Mon Jul 27 14:57:50 2026
+++ pkgsrc/security/py-google-auth/Makefile     Sun Aug  9 14:04:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2026/07/27 14:57:50 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2026/08/09 14:04:45 wiz Exp $
 
-DISTNAME=      google_auth-2.56.2
+DISTNAME=      google_auth-2.56.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -32,8 +32,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.56.2
-# 1756 passed, 22 skipped, 110 warnings
+# as of 2.56.3
+# 1760 passed, 23 skipped, 110 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.97 pkgsrc/security/py-google-auth/distinfo:1.98
--- pkgsrc/security/py-google-auth/distinfo:1.97        Mon Jul 27 14:57:50 2026
+++ pkgsrc/security/py-google-auth/distinfo     Sun Aug  9 14:04:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2026/07/27 14:57:50 wiz Exp $
+$NetBSD: distinfo,v 1.98 2026/08/09 14:04:45 wiz Exp $
 
-BLAKE2s (google_auth-2.56.2.tar.gz) = 46a14f6c790299d37760ec0158dbef6184f8048568ad95c224f70b17db227104
-SHA512 (google_auth-2.56.2.tar.gz) = 7dca136d4a5f553b91b6d1781af4d45233af2b3f0719caca7b7ccf839089ab831c3483e363dd3a6052942320cb552e9ca6d20a57c5506e6ca91267cf5614f714
-Size (google_auth-2.56.2.tar.gz) = 365820 bytes
+BLAKE2s (google_auth-2.56.3.tar.gz) = 1b5b8277604cdee09694533bad01e484d17af10331241dedf1981b3c6764206f
+SHA512 (google_auth-2.56.3.tar.gz) = 8505e8109cbe0447cc4cd511b06e6a53a42fc5b2bdbfd210bbe317794d5805a8354ce206f46453d2e4048f039e2895cfd1de17a8e602593c723ac0dcd7339603
+Size (google_auth-2.56.3.tar.gz) = 367110 bytes



Home | Main Index | Thread Index | Old Index