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 Aug 30 15:18:25 UTC 2026

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

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

Features

    auth: add deprecation warning for grpcio < 1.83.0 (PQC support) (#18070) (68bdaba)

Bug Fixes

    auth: parse hostname for mTLS and PSC endpoint certificate rotat… (#18153) (b642373)
    auth: prevent TypeError and support home-dir cert fallback for X… (#18016) (b9a1379)

Documentation

    handwritten: centralize CONTRIBUTING.rst pointers (#17642) (23b9499)


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.98 -r1.99 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.106 pkgsrc/security/py-google-auth/Makefile:1.107
--- pkgsrc/security/py-google-auth/Makefile:1.106       Sun Aug  9 14:04:45 2026
+++ pkgsrc/security/py-google-auth/Makefile     Sun Aug 30 15:18:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2026/08/09 14:04:45 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2026/08/30 15:18:24 wiz Exp $
 
-DISTNAME=      google_auth-2.56.3
+DISTNAME=      google_auth-2.57.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.56.3
-# 1760 passed, 23 skipped, 110 warnings
+# as of 2.57.0
+# 1769 passed, 26 skipped, 110 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.98 pkgsrc/security/py-google-auth/distinfo:1.99
--- pkgsrc/security/py-google-auth/distinfo:1.98        Sun Aug  9 14:04:45 2026
+++ pkgsrc/security/py-google-auth/distinfo     Sun Aug 30 15:18:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2026/08/09 14:04:45 wiz Exp $
+$NetBSD: distinfo,v 1.99 2026/08/30 15:18:24 wiz Exp $
 
-BLAKE2s (google_auth-2.56.3.tar.gz) = 1b5b8277604cdee09694533bad01e484d17af10331241dedf1981b3c6764206f
-SHA512 (google_auth-2.56.3.tar.gz) = 8505e8109cbe0447cc4cd511b06e6a53a42fc5b2bdbfd210bbe317794d5805a8354ce206f46453d2e4048f039e2895cfd1de17a8e602593c723ac0dcd7339603
-Size (google_auth-2.56.3.tar.gz) = 367110 bytes
+BLAKE2s (google_auth-2.57.0.tar.gz) = 5056c4fcfc4f05459bc27d3eb6041b898acab9e69378ebc092cc40ce7e07a719
+SHA512 (google_auth-2.57.0.tar.gz) = 8aa4d2054273ce7c7f4b0ad771d19f1aa857ac7e47757bdf3e2e57184978cb57ad21479a335402e1b152deaa7caf3dc3e68a6c76eede687e81c6609e36ae3b7a
+Size (google_auth-2.57.0.tar.gz) = 370794 bytes



Home | Main Index | Thread Index | Old Index