Received: by mail.netbsd.org (Postfix, from userid 605) id CC32484E78; Tue, 27 Jul 2021 05:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12A6E84D3C for ; Tue, 27 Jul 2021 05:24:29 +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 pzYmcCiT1vgh for ; Tue, 27 Jul 2021 05:24:28 +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 6432584D26 for ; Tue, 27 Jul 2021 05:24:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DA48FA95; Tue, 27 Jul 2021 05:24:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627363468290190" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 05:24:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210727052428.5DA48FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627363468290190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 27 05:24:28 UTC 2021 Modified Files: pkgsrc/security/py-google-auth: Makefile PLIST distinfo Log Message: py-google-auth: updated to 1.33.1 1.33.1 (2021-07-20) Bug Fixes fallback to source creds expiration in downscoped tokens Reverts revert "feat: service account is able to use a private token endpoint 1.33.0 (2021-07-14) Features define CredentialAccessBoundary classes define google.auth.downscoped.Credentials class service account is able to use a private token endpoint Bug Fixes fix fetch_id_token credential lookup order to match adc Documentation fix code block formatting in 'user-guide.rst' 1.32.1 (2021-06-30) Bug Fixes avoid leaking sub-session created for '_auth_request' 1.32.0 (2021-06-16) Features allow scopes for self signed jwt 1.31.0 (2021-06-09) Features define useful properties on google.auth.external_account.Credentials Bug Fixes avoid deleting items while iterating To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-google-auth/PLIST cvs rdiff -u -r1.35 -r1.36 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. --_----------=_1627363468290190 Content-Disposition: inline Content-Length: 2766 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.38 pkgsrc/security/py-google-auth/Makefile:1.39 --- pkgsrc/security/py-google-auth/Makefile:1.38 Tue May 25 05:35:52 2021 +++ pkgsrc/security/py-google-auth/Makefile Tue Jul 27 05:24:28 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2021/05/25 05:35:52 adam Exp $ +# $NetBSD: Makefile,v 1.39 2021/07/27 05:24:28 adam Exp $ -DISTNAME= google-auth-1.30.1 +DISTNAME= google-auth-1.33.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 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.9 pkgsrc/security/py-google-auth/PLIST:1.10 --- pkgsrc/security/py-google-auth/PLIST:1.9 Wed May 12 18:17:35 2021 +++ pkgsrc/security/py-google-auth/PLIST Tue Jul 27 05:24:28 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/05/12 18:17:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/07/27 05:24:28 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -72,6 +72,9 @@ ${PYSITELIB}/google/auth/crypt/es256.pyo ${PYSITELIB}/google/auth/crypt/rsa.py ${PYSITELIB}/google/auth/crypt/rsa.pyc ${PYSITELIB}/google/auth/crypt/rsa.pyo +${PYSITELIB}/google/auth/downscoped.py +${PYSITELIB}/google/auth/downscoped.pyc +${PYSITELIB}/google/auth/downscoped.pyo ${PYSITELIB}/google/auth/environment_vars.py ${PYSITELIB}/google/auth/environment_vars.pyc ${PYSITELIB}/google/auth/environment_vars.pyo Index: pkgsrc/security/py-google-auth/distinfo diff -u pkgsrc/security/py-google-auth/distinfo:1.35 pkgsrc/security/py-google-auth/distinfo:1.36 --- pkgsrc/security/py-google-auth/distinfo:1.35 Tue May 25 05:35:52 2021 +++ pkgsrc/security/py-google-auth/distinfo Tue Jul 27 05:24:28 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2021/05/25 05:35:52 adam Exp $ +$NetBSD: distinfo,v 1.36 2021/07/27 05:24:28 adam Exp $ -SHA1 (google-auth-1.30.1.tar.gz) = 73fed2c425ba400c9db801bfa1930b4409920b80 -RMD160 (google-auth-1.30.1.tar.gz) = 40c241f7201287aeabae45e2ca9e9ae0a930fd0a -SHA512 (google-auth-1.30.1.tar.gz) = 7e35f5be9be160ddef4b579c2e5bc966f1d64f8f0bb75220e22fd3edb9c6f6140bdcf68055fdb13dd370e3d543206900cc9403237eb328d69418a384a4d0fe26 -Size (google-auth-1.30.1.tar.gz) = 169244 bytes +SHA1 (google-auth-1.33.1.tar.gz) = a9a9c340e06a6f5f8f89607e4496db4bf755f012 +RMD160 (google-auth-1.33.1.tar.gz) = f7914a022fd36fd4a061e48d0d6ed81d635fd0b5 +SHA512 (google-auth-1.33.1.tar.gz) = c54356b21af5ddeda88023b886631050e8e4306ed444093ed6589d13d95af402f03928dc5b5f44f9b4c038128ed254aa14de6d852108f44949c42e2d05304062 +Size (google-auth-1.33.1.tar.gz) = 178615 bytes --_----------=_1627363468290190--