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 Jul 27 14:57:50 UTC 2026
Modified Files:
pkgsrc/security/py-google-auth: Makefile distinfo
Log Message:
py-google-auth: update to 2.56.2.
2.56.2 (2026-07-21)
Bug Fixes
auth: centralize cert discovery logic and steps (#17696) (edc0423)
auth: exit early when agent cert config is outside well-known directory (#17762) (61e795a)
transport: propagate mTLS adapter to auth session and fix connection leaks (#17689) (8289d32)
update _SERVICE_ACCOUNT_EMAIL_PATTERN to require .gserviceaccount.com suffix (#17748) (b60bb04)
2.56.1 (2026-07-17)
Bug Fixes
disable RAB lookup for Domain-Wide Delegation (#17763) (00eb128), closes #17703
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.96 -r1.97 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.104 pkgsrc/security/py-google-auth/Makefile:1.105
--- pkgsrc/security/py-google-auth/Makefile:1.104 Sun Jul 19 10:49:56 2026
+++ pkgsrc/security/py-google-auth/Makefile Mon Jul 27 14:57:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2026/07/19 10:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2026/07/27 14:57:50 wiz Exp $
-DISTNAME= google_auth-2.56.0
+DISTNAME= google_auth-2.56.2
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.55.2
-# 1702 passed, 22 skipped, 109 warnings
+# as of 2.56.2
+# 1756 passed, 22 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.96 pkgsrc/security/py-google-auth/distinfo:1.97
--- pkgsrc/security/py-google-auth/distinfo:1.96 Sun Jul 19 10:49:56 2026
+++ pkgsrc/security/py-google-auth/distinfo Mon Jul 27 14:57:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.96 2026/07/19 10:49:56 wiz Exp $
+$NetBSD: distinfo,v 1.97 2026/07/27 14:57:50 wiz Exp $
-BLAKE2s (google_auth-2.56.0.tar.gz) = 431a7e96a741c62766cc3100e44c360540b4541efe1dd26fa915a507ca5bf63a
-SHA512 (google_auth-2.56.0.tar.gz) = 57fc7d7d3d84888794380c3390f5623497f7bd817114f41ebb740396f069f7be8e82bcb3f08e4bc1fdd763ad6c15ed7bc8614be8a9516360874fe05b9456f609
-Size (google_auth-2.56.0.tar.gz) = 364629 bytes
+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
Home |
Main Index |
Thread Index |
Old Index