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 Mar  9 17:02:34 UTC 2026

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

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

2.49.0 (2026-03-05)

Features

    mTLS configuration via x.509 for asynchronous session in google-auth (#1959) (7b70feade1d336b49f66de55d776a5e6ebcc5928)
    Support timeout as aiohttp.ClientTimeout and total_attempts (max retries) in AsyncAuthorizedSession (#1961) (4d818b93a6c9a5a2526264174b368d47728b513b)
    Add helper methods for asynchronous x.509 certificate discovery (#1956) (3368f27c3267c744ffb067f612c1202954b9b14b)
    support an alternative env to decide if mtls should be enabled (#1945) (89fc6f2e1fd6c6fcf4b3945961b2dfde98631e72)

Bug Fixes

    gracefully fallback if workload fields are missing from cert config (#16022) (3ed2d6804bcacfdfd74e223d30492d90e606ea98)


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.86 -r1.87 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.93 pkgsrc/security/py-google-auth/Makefile:1.94
--- pkgsrc/security/py-google-auth/Makefile:1.93        Sun Feb  1 17:58:00 2026
+++ pkgsrc/security/py-google-auth/Makefile     Mon Mar  9 17:02:34 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.93 2026/02/01 17:58:00 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2026/03/09 17:02:34 wiz Exp $
 
-DISTNAME=      google_auth-2.48.0
+DISTNAME=      google_auth-2.49.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/googleapis/google-auth-library-python
+HOMEPAGE=      https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth
 COMMENT=       Google Authentication Library
 LICENSE=       apache-2.0
 
@@ -30,8 +30,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.48.0
-# 2 failed, 1544 passed, 17 skipped, 91 warnings
+# as of 2.49.0
+# 2 failed, 1570 passed, 17 skipped, 91 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.25 pkgsrc/security/py-google-auth/PLIST:1.26
--- pkgsrc/security/py-google-auth/PLIST:1.25   Mon Jan 12 22:03:02 2026
+++ pkgsrc/security/py-google-auth/PLIST        Mon Mar  9 17:02:34 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2026/01/12 22:03:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2026/03/09 17:02:34 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
@@ -59,6 +59,9 @@ ${PYSITELIB}/google/auth/aio/transport/_
 ${PYSITELIB}/google/auth/aio/transport/aiohttp.py
 ${PYSITELIB}/google/auth/aio/transport/aiohttp.pyc
 ${PYSITELIB}/google/auth/aio/transport/aiohttp.pyo
+${PYSITELIB}/google/auth/aio/transport/mtls.py
+${PYSITELIB}/google/auth/aio/transport/mtls.pyc
+${PYSITELIB}/google/auth/aio/transport/mtls.pyo
 ${PYSITELIB}/google/auth/aio/transport/sessions.py
 ${PYSITELIB}/google/auth/aio/transport/sessions.pyc
 ${PYSITELIB}/google/auth/aio/transport/sessions.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.86 pkgsrc/security/py-google-auth/distinfo:1.87
--- pkgsrc/security/py-google-auth/distinfo:1.86        Sun Feb  1 17:58:00 2026
+++ pkgsrc/security/py-google-auth/distinfo     Mon Mar  9 17:02:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2026/02/01 17:58:00 wiz Exp $
+$NetBSD: distinfo,v 1.87 2026/03/09 17:02:34 wiz Exp $
 
-BLAKE2s (google_auth-2.48.0.tar.gz) = ba9c10d0c40313cff00484c80c5a83833095b752c5ec18b2d0cd661175b7cf86
-SHA512 (google_auth-2.48.0.tar.gz) = efa7b3142fbac1e790913c7a1640b6a4133cc132c6ba296bd5d6a20a6951fd6b1a62c3db90aa936caa6290472d658ca1d30549d8e3db1d92c8fa7ab189b4ab01
-Size (google_auth-2.48.0.tar.gz) = 326522 bytes
+BLAKE2s (google_auth-2.49.0.tar.gz) = 23de28c6c5eafbcd795ed8a25b546bd1e028d1ea4db08111c573714122d48212
+SHA512 (google_auth-2.49.0.tar.gz) = 65bbd4373ae2f0f5a1b52fa875f50aa23effcde7574b775cd10f2d6d8f2c5bccedd7f4ad85609eb3dfb71bd2f3cf00a910c24daf97414bc50e92e21c9d2803b0
+Size (google_auth-2.49.0.tar.gz) = 333444 bytes



Home | Main Index | Thread Index | Old Index