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 Nov  2 20:00:46 UTC 2025

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

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

2.42.1

Bug Fixes

    Catch ValueError for json.loads() (#1842) (b074cad)

2.42.0

Features

    Add trust boundary support for external accounts. (#1809) (36ecb1d)

Bug Fixes

    Read scopes from ADC json for impersoanted cred (#1820) (62c0fc8)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.81 -r1.82 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.88 pkgsrc/security/py-google-auth/Makefile:1.89
--- pkgsrc/security/py-google-auth/Makefile:1.88        Sun Oct  5 19:01:32 2025
+++ pkgsrc/security/py-google-auth/Makefile     Sun Nov  2 20:00:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2025/10/05 19:01:32 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/11/02 20:00:46 wiz Exp $
 
-DISTNAME=      google_auth-2.41.1
+DISTNAME=      google_auth-2.42.1
 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.41.1
-# 2 failed, 1333 passed, 17 skipped, 113 warnings
+# as of 2.42.1
+# 2 failed, 1372 passed, 17 skipped, 113 warnings
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.22 pkgsrc/security/py-google-auth/PLIST:1.23
--- pkgsrc/security/py-google-auth/PLIST:1.22   Sun May 11 10:24:29 2025
+++ pkgsrc/security/py-google-auth/PLIST        Sun Nov  2 20:00:46 2025
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.22 2025/05/11 10:24:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/11/02 20:00:46 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
 ${PYSITELIB}/google/auth/_cloud_sdk.py
 ${PYSITELIB}/google/auth/_cloud_sdk.pyc
 ${PYSITELIB}/google/auth/_cloud_sdk.pyo
+${PYSITELIB}/google/auth/_constants.py
+${PYSITELIB}/google/auth/_constants.pyc
+${PYSITELIB}/google/auth/_constants.pyo
 ${PYSITELIB}/google/auth/_credentials_async.py
 ${PYSITELIB}/google/auth/_credentials_async.pyc
 ${PYSITELIB}/google/auth/_credentials_async.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.81 pkgsrc/security/py-google-auth/distinfo:1.82
--- pkgsrc/security/py-google-auth/distinfo:1.81        Sun Oct  5 19:01:32 2025
+++ pkgsrc/security/py-google-auth/distinfo     Sun Nov  2 20:00:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.81 2025/10/05 19:01:32 wiz Exp $
+$NetBSD: distinfo,v 1.82 2025/11/02 20:00:46 wiz Exp $
 
-BLAKE2s (google_auth-2.41.1.tar.gz) = 6e9d65667bcbed9028b5eb332950025b421ed057085c46311c79806ab9f1b408
-SHA512 (google_auth-2.41.1.tar.gz) = af2912c8be751659b701c5ffafb0c955ef8ad5609911d15ee58ad2e3e72dd041cded34bf3b56b37d5fe64ab17f0c625dfcb95c31d2dbf27ea61fd27e5f4777a7
-Size (google_auth-2.41.1.tar.gz) = 292284 bytes
+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



Home | Main Index | Thread Index | Old Index