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:   adam
Date:           Wed Oct  4 16:09:10 UTC 2023

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

Log Message:
py-google-auth: updated to 2.23.2

2.23.2 (2023-09-28)

Bug Fixes

Support urllib3<2.0 versions

2.23.1 (2023-09-26)

Bug Fixes

Less restrictive content-type header check for google authentication (ignores charset)
Trust boundary meta header renaming and using the schema from backend team.
Update urllib3 to >= 2.0.5

2.23.0 (2023-09-11)

Features

Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
Add get_bq_config_path() to _cloud_sdk.py

Bug Fixes

Expose universe domain in credentials
Make external_account resistant to string type 'expires_in' responses from non-compliant services
Missing ssj for impersonate cred
Skip checking projectid on cred if env var is set


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.54 -r1.55 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.57 pkgsrc/security/py-google-auth/Makefile:1.58
--- pkgsrc/security/py-google-auth/Makefile:1.57        Mon Jul 31 09:26:31 2023
+++ pkgsrc/security/py-google-auth/Makefile     Wed Oct  4 16:09:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/07/31 09:26:31 adam Exp $
+# $NetBSD: Makefile,v 1.58 2023/10/04 16:09:10 adam Exp $
 
-DISTNAME=      google-auth-2.22.0
+DISTNAME=      google-auth-2.23.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -14,7 +14,6 @@ DEPENDS+=     ${PYPKGPREFIX}-asn1-modules>=0
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.54 pkgsrc/security/py-google-auth/distinfo:1.55
--- pkgsrc/security/py-google-auth/distinfo:1.54        Mon Jul 31 09:26:31 2023
+++ pkgsrc/security/py-google-auth/distinfo     Wed Oct  4 16:09:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2023/07/31 09:26:31 adam Exp $
+$NetBSD: distinfo,v 1.55 2023/10/04 16:09:10 adam Exp $
 
-BLAKE2s (google-auth-2.22.0.tar.gz) = d68d6031c5ae0152323dba9be8198d0a645867a29f5dd5bd3a108339c5e3961b
-SHA512 (google-auth-2.22.0.tar.gz) = c2c04e9ad367dd96bf00af7b19c7d897dd9fe3f8e9318b7436ec85a5c146b29c273cc718932956e97b2e4a1e2f12d0d10e835b6cf0f4e46ee19f6aaeed492b5e
-Size (google-auth-2.22.0.tar.gz) = 231433 bytes
+BLAKE2s (google-auth-2.23.2.tar.gz) = 3fce21226f1f98f64dc398ff665b1f6863e955724dacedad4b08aa069e2bc910
+SHA512 (google-auth-2.23.2.tar.gz) = d443b769e6ee7de6da14e31f8beb938aaf63edecafcbedda46b253bf0380dbd78a4508a0214f7a708a09c39d1d262cc93a290ec44e89fa05da7796828f33c1fd
+Size (google-auth-2.23.2.tar.gz) = 232207 bytes



Home | Main Index | Thread Index | Old Index