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:           Tue Jun 23 10:47:01 UTC 2026

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

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

2.55.0 (2026-06-15)

Features

    make RAB feature production ready (#17390) (af193931e4e38c4b59751edb8e915ae3388b8524)

Bug Fixes

    run async background boundary refresh on detached session (#17441) (56cbea8509c66889485b43f2d98d60210eae81bc)

2.54.0 (2026-06-11)
Features

    implement regional access boundary support for standalone JWT and async service accounts (#17025) (35af6168c19dd6f114dd67a8bfdcd0ff8fe3bdf9)

Bug Fixes

    configure mTLS for impersonated credentials (#17404) (57269d567227655e16a2c518e29129c31ebe65be)
    fail-fast on missing ECP config file to avoid 30s hang (#17377) (e0961270013ceea2c191ec2c6d445c5c5f928ddf)
    update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237) (eaed04baf3cd356c3811c66e64c277c8841c7563)
    Rename the 'seed' argument for setting an initial regional access boundary for clarity (#17186) (e5c8cf92f4e78fe05c8d899e00fb36f29f31d7c4)


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.92 -r1.93 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.100 pkgsrc/security/py-google-auth/Makefile:1.101
--- pkgsrc/security/py-google-auth/Makefile:1.100       Sun May 17 15:58:05 2026
+++ pkgsrc/security/py-google-auth/Makefile     Tue Jun 23 10:47:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2026/05/17 15:58:05 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2026/06/23 10:47:00 wiz Exp $
 
-DISTNAME=      google_auth-2.53.0
+DISTNAME=      google_auth-2.55.0
 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.53.0
-# 1 failed, 1568 passed, 17 skipped, 91 warnings
+# as of 2.55.0
+# 10 failed, 1626 passed, 17 skipped, 96 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.92 pkgsrc/security/py-google-auth/distinfo:1.93
--- pkgsrc/security/py-google-auth/distinfo:1.92        Sun May 17 15:58:05 2026
+++ pkgsrc/security/py-google-auth/distinfo     Tue Jun 23 10:47:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.92 2026/05/17 15:58:05 wiz Exp $
+$NetBSD: distinfo,v 1.93 2026/06/23 10:47:01 wiz Exp $
 
-BLAKE2s (google_auth-2.53.0.tar.gz) = acfc7532e6bb08b7828635405aaf998f8a976ec7dfdd8b79dd52da728ad5e830
-SHA512 (google_auth-2.53.0.tar.gz) = fecfb268bd969ce3f37e79c252e109ea805159f84f51777e5665b0692c9e600f0f11728a6896dfcee92421bafa71be5ea1fcf5fdbabbad4eb1acb18474cfdb31
-Size (google_auth-2.53.0.tar.gz) = 335844 bytes
+BLAKE2s (google_auth-2.55.0.tar.gz) = d8299d2fbac97346b8f75367b458a5bb18975c0e897cb5b283c99ae951043158
+SHA512 (google_auth-2.55.0.tar.gz) = 923e043d59a406eaf297b03ed865d67d25ab7f938684d4c4c55523d7dbb90699edd4ce206a3f3670cf9e6ba6939195f9f668c9fa2d9a8e8dee23fb8acafd4e35
+Size (google_auth-2.55.0.tar.gz) = 349379 bytes



Home | Main Index | Thread Index | Old Index