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 Jan 12 22:03:02 UTC 2026

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

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

2.47.0

Features

    drop cachetools dependency in favor of simple local implementation (#1590) (5c07e1c4)

Bug Fixes

    Python 3.8 support (#1918) (60dc2001)

2.46.0

Features

    Recognize workload certificate config in has_default_client_cert_source for mTLS for Agentic Identities (#1907) (0b9107d5)

Bug Fixes

    Fix test coverage for mtls_helper (#1886) (02e71631)
    use .read() instead of .content.read() in aiohttp transport (#1899) (12f4470f)
    add types to default and verify_token and Request init based on comments in the source code. (#1588) (59a5f588)
    fix the document of secure_authorized_session (#1536) (5d001470)
    raise RefreshError for missing token in impersonated credentials (#1897) (94d04e09)
    remove setup.cfg configuration for creating universal wheels (#1693) (c767531c)

Documentation

    update urllib3 docstrings for v2 compatibility (#1903) (3f1aeea2)


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.84 -r1.85 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.91 pkgsrc/security/py-google-auth/Makefile:1.92
--- pkgsrc/security/py-google-auth/Makefile:1.91        Sun Dec 21 17:15:35 2025
+++ pkgsrc/security/py-google-auth/Makefile     Mon Jan 12 22:03:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2025/12/21 17:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2026/01/12 22:03:02 wiz Exp $
 
-DISTNAME=      google_auth-2.45.0
+DISTNAME=      google_auth-2.47.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -12,7 +12,6 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
-DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
 TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
 TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
@@ -31,8 +30,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.45.0
-# 2 failed, 1500 passed, 17 skipped, 105 warnings
+# as of 2.47.0
+# 2 failed, 1518 passed, 17 skipped, 114 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.24 pkgsrc/security/py-google-auth/PLIST:1.25
--- pkgsrc/security/py-google-auth/PLIST:1.24   Sun Dec 21 17:15:35 2025
+++ pkgsrc/security/py-google-auth/PLIST        Mon Jan 12 22:03:02 2026
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.24 2025/12/21 17:15:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/01/12 22:03:02 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
 ${PYSITELIB}/google/auth/_agent_identity_utils.py
 ${PYSITELIB}/google/auth/_agent_identity_utils.pyc
 ${PYSITELIB}/google/auth/_agent_identity_utils.pyo
+${PYSITELIB}/google/auth/_cache.py
+${PYSITELIB}/google/auth/_cache.pyc
+${PYSITELIB}/google/auth/_cache.pyo
 ${PYSITELIB}/google/auth/_cloud_sdk.py
 ${PYSITELIB}/google/auth/_cloud_sdk.pyc
 ${PYSITELIB}/google/auth/_cloud_sdk.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.84 pkgsrc/security/py-google-auth/distinfo:1.85
--- pkgsrc/security/py-google-auth/distinfo:1.84        Sun Dec 21 17:15:36 2025
+++ pkgsrc/security/py-google-auth/distinfo     Mon Jan 12 22:03:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.84 2025/12/21 17:15:36 wiz Exp $
+$NetBSD: distinfo,v 1.85 2026/01/12 22:03:02 wiz Exp $
 
-BLAKE2s (google_auth-2.45.0.tar.gz) = dc450e39ba02487394b8d1b4acf07757eb747cbc2862bc5c3747743929815396
-SHA512 (google_auth-2.45.0.tar.gz) = 73c5b88c1c04eeedfc7529f42ea6128a2de80286385b44684d2de8c4ac20680b731df9a23bbde275c847fabd21a042a3a2cc8c7de70f518dbc001252f2bd18d6
-Size (google_auth-2.45.0.tar.gz) = 320708 bytes
+BLAKE2s (google_auth-2.47.0.tar.gz) = 02b5ee6dc25564d487fcf7b89b05d5b7d44e89dfd1f49b08823ec6c8f213cd3c
+SHA512 (google_auth-2.47.0.tar.gz) = fb3aa20d391767337ccdf6b127435d0aeedb9b639976a625bddabb4155ab8d83f17b298e606af5854f9baf3f42ac7c5d62c0799b90b888aae84d7379682d4ecb
+Size (google_auth-2.47.0.tar.gz) = 323719 bytes



Home | Main Index | Thread Index | Old Index