Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEC6984EB2 for ; Wed, 4 Oct 2023 16:09:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SFo0gvLED_Z4 for ; Wed, 4 Oct 2023 16:09:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AF5884D46 for ; Wed, 4 Oct 2023 16:09:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E8A5FBDB; Wed, 4 Oct 2023 16:09:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696435750202140" MIME-Version: 1.0 Date: Wed, 4 Oct 2023 16:09:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231004160910.2E8A5FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696435750202140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1696435750202140 Content-Disposition: inline Content-Length: 2189 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1696435750202140--