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 May 11 10:24:29 UTC 2025

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

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

2.40.1

Bug Fixes

    Disable logging response body for async logs (#1756) (2f0ddfe)

2.40.0

Features

    Add request response logging to auth (#1678) (77ad53e)

Bug Fixes

    Correct webauthn JSON parsing to be compliant with standard. (#1658) (0c5ef36)


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.77 -r1.78 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.83 pkgsrc/security/py-google-auth/Makefile:1.84
--- pkgsrc/security/py-google-auth/Makefile:1.83        Sun Apr 20 20:36:14 2025
+++ pkgsrc/security/py-google-auth/Makefile     Sun May 11 10:24:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2025/04/20 20:36:14 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2025/05/11 10:24:29 wiz Exp $
 
-DISTNAME=      google_auth-2.39.0
+DISTNAME=      google_auth-2.40.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.21 pkgsrc/security/py-google-auth/PLIST:1.22
--- pkgsrc/security/py-google-auth/PLIST:1.21   Sun Apr 13 16:08:12 2025
+++ pkgsrc/security/py-google-auth/PLIST        Sun May 11 10:24:29 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/04/13 16:08:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/05/11 10:24:29 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
@@ -38,6 +38,9 @@ ${PYSITELIB}/google/auth/_service_accoun
 ${PYSITELIB}/google/auth/aio/__init__.py
 ${PYSITELIB}/google/auth/aio/__init__.pyc
 ${PYSITELIB}/google/auth/aio/__init__.pyo
+${PYSITELIB}/google/auth/aio/_helpers.py
+${PYSITELIB}/google/auth/aio/_helpers.pyc
+${PYSITELIB}/google/auth/aio/_helpers.pyo
 ${PYSITELIB}/google/auth/aio/credentials.py
 ${PYSITELIB}/google/auth/aio/credentials.pyc
 ${PYSITELIB}/google/auth/aio/credentials.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.77 pkgsrc/security/py-google-auth/distinfo:1.78
--- pkgsrc/security/py-google-auth/distinfo:1.77        Sun Apr 20 20:36:14 2025
+++ pkgsrc/security/py-google-auth/distinfo     Sun May 11 10:24:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2025/04/20 20:36:14 wiz Exp $
+$NetBSD: distinfo,v 1.78 2025/05/11 10:24:29 wiz Exp $
 
-BLAKE2s (google_auth-2.39.0.tar.gz) = 864094d6526957de723abe01b2a742d546dba34b2ac0b2c2edab1b261b9bbd6b
-SHA512 (google_auth-2.39.0.tar.gz) = 3bee0b649fdec2e9972afc47cd863f58c2b5e451a3970d85674d3d0572b1cbfd39d355af8c7648bb79aea2b41bd177da03dd01cb146681ed651de2d06bf355c0
-Size (google_auth-2.39.0.tar.gz) = 274834 bytes
+BLAKE2s (google_auth-2.40.1.tar.gz) = 6da2cbb2f0f11b465a02ddc9aa1d0bc2600ca2dea37cd734a321d00dd90e44b4
+SHA512 (google_auth-2.40.1.tar.gz) = 3a3a5b970d020ba8e220794ef276ef55249026161f18dce513eaaa2e63f2a0d628a477c11ea2b35e7686b924ccc12eb5ff6c97a6e8df5279f8d3a195f85d4181
+Size (google_auth-2.40.1.tar.gz) = 280975 bytes



Home | Main Index | Thread Index | Old Index