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 Oct  5 19:01:32 UTC 2025

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

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

2.41.1

Suppress deprecation warning for ADC (#1815) (751ce3f)

2.41.0

Features

    Add support for cachetools 6.0 (#1773) (af18060)
    Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)

Bug Fixes

    Deprecating load_credentials_from_dict (58b66ec)
    Deprecating load_credentials_from_file (58b66ec)
    Fix type error in credentials.py for python 3.7 and 3.8 (#1805) (c30a6a7)

Documentation

    Update user guide to include x509 feature. (#1802) (2d89ab4)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.80 -r1.81 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.87 pkgsrc/security/py-google-auth/Makefile:1.88
--- pkgsrc/security/py-google-auth/Makefile:1.87        Tue Jun 10 05:18:05 2025
+++ pkgsrc/security/py-google-auth/Makefile     Sun Oct  5 19:01:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2025/06/10 05:18:05 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2025/10/05 19:01:32 wiz Exp $
 
-DISTNAME=      google_auth-2.40.3
+DISTNAME=      google_auth-2.41.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -31,8 +31,11 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.40.3
-# 6 failed, 1284 passed, 17 skipped, 68 warnings
+# as of 2.41.1
+# 2 failed, 1333 passed, 17 skipped, 113 warnings
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.80 pkgsrc/security/py-google-auth/distinfo:1.81
--- pkgsrc/security/py-google-auth/distinfo:1.80        Tue Jun 10 05:18:05 2025
+++ pkgsrc/security/py-google-auth/distinfo     Sun Oct  5 19:01:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.80 2025/06/10 05:18:05 wiz Exp $
+$NetBSD: distinfo,v 1.81 2025/10/05 19:01:32 wiz Exp $
 
-BLAKE2s (google_auth-2.40.3.tar.gz) = dd6b03ed7171a8102ea066cc58e93e34819abd3af67a2f4689d63e78abb59ce0
-SHA512 (google_auth-2.40.3.tar.gz) = 35062091ab3515f381c5da5d7952e1c60c650f62041b32217905462b0393199666126cbc018e96ea694eadaf9fec2528e9c7531758cfeda8a244fa10f8d362fb
-Size (google_auth-2.40.3.tar.gz) = 281029 bytes
+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



Home | Main Index | Thread Index | Old Index