Skip to content

Commit 72ed3a1

Browse files
committed
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)
1 parent 24a7864 commit 72ed3a1

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

security/py-google-auth/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.83 2025/04/20 20:36:14 wiz Exp $
1+
# $NetBSD: Makefile,v 1.84 2025/05/11 10:24:29 wiz Exp $
22

3-
DISTNAME= google_auth-2.39.0
3+
DISTNAME= google_auth-2.40.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
55
CATEGORIES= security python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google_auth/}

security/py-google-auth/PLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.21 2025/04/13 16:08:12 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.22 2025/05/11 10:24:29 wiz Exp $
22
${PYSITELIB}/google/auth/__init__.py
33
${PYSITELIB}/google/auth/__init__.pyc
44
${PYSITELIB}/google/auth/__init__.pyo
@@ -38,6 +38,9 @@ ${PYSITELIB}/google/auth/_service_account_info.pyo
3838
${PYSITELIB}/google/auth/aio/__init__.py
3939
${PYSITELIB}/google/auth/aio/__init__.pyc
4040
${PYSITELIB}/google/auth/aio/__init__.pyo
41+
${PYSITELIB}/google/auth/aio/_helpers.py
42+
${PYSITELIB}/google/auth/aio/_helpers.pyc
43+
${PYSITELIB}/google/auth/aio/_helpers.pyo
4144
${PYSITELIB}/google/auth/aio/credentials.py
4245
${PYSITELIB}/google/auth/aio/credentials.pyc
4346
${PYSITELIB}/google/auth/aio/credentials.pyo

security/py-google-auth/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.77 2025/04/20 20:36:14 wiz Exp $
1+
$NetBSD: distinfo,v 1.78 2025/05/11 10:24:29 wiz Exp $
22

3-
BLAKE2s (google_auth-2.39.0.tar.gz) = 864094d6526957de723abe01b2a742d546dba34b2ac0b2c2edab1b261b9bbd6b
4-
SHA512 (google_auth-2.39.0.tar.gz) = 3bee0b649fdec2e9972afc47cd863f58c2b5e451a3970d85674d3d0572b1cbfd39d355af8c7648bb79aea2b41bd177da03dd01cb146681ed651de2d06bf355c0
5-
Size (google_auth-2.39.0.tar.gz) = 274834 bytes
3+
BLAKE2s (google_auth-2.40.1.tar.gz) = 6da2cbb2f0f11b465a02ddc9aa1d0bc2600ca2dea37cd734a321d00dd90e44b4
4+
SHA512 (google_auth-2.40.1.tar.gz) = 3a3a5b970d020ba8e220794ef276ef55249026161f18dce513eaaa2e63f2a0d628a477c11ea2b35e7686b924ccc12eb5ff6c97a6e8df5279f8d3a195f85d4181
5+
Size (google_auth-2.40.1.tar.gz) = 280975 bytes

0 commit comments

Comments
 (0)