Received: by mail.netbsd.org (Postfix, from userid 605) id D534A84F12; Tue, 30 Aug 2022 12:01:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BE1484F0D for ; Tue, 30 Aug 2022 12:01:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SWG2wcO2bkYk for ; Tue, 30 Aug 2022 12:01:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0C91984D55 for ; Tue, 30 Aug 2022 12:01:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 009B2FA89; Tue, 30 Aug 2022 12:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661860911275700" MIME-Version: 1.0 Date: Tue, 30 Aug 2022 12:01:51 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20220830120152.009B2FA89@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661860911275700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Tue Aug 30 12:01:51 UTC 2022 Modified Files: pkgsrc/security/py-google-auth: Makefile PLIST distinfo Log Message: py-google-auth: update to 2.11.0 Changes since 1.34.0: 2.11.0 (2022-08-18) Features add integration tests for configurable token lifespan (#1103) (124bae6) Bug Fixes Async certificate retrieving (#1101) (05f125d) 2.10.0 (2022-08-05) Features add integration tests for pluggable auth (#1073) (f8d776a) support for configurable token lifetime (0dc6a9a) support for configurable token lifetime (#1079) (0dc6a9a) Bug Fixes async certificate decoding (#1085) (741c6c6) Async system tests were not unwrapping async_generators (#1086) (29d248a) Fix IDTokenCredentials update bug (#1072) (b62c25c) make expiration_time optional in response schema (#1091) (032fb8d) refactor credential subclass parameters (#1095) (8d15f69) 2.9.1 (2022-07-12) Bug Fixes there was a raise missing for throwing exceptions (#1077) (d1f17b0) 2.9.0 (2022-06-28) Features pluggable auth support (#1045) (de14f4e) 2.8.0 (2022-06-14) Features add experimental GDCH support (#1044) (94fb5e2) 2.7.0 (2022-06-07) Features add experimental enterprise cert support (#1052) (dda7dda) add experimental GDCH support (#1022) (5367aac) Pluggable auth support (#995) (62daa73) Bug Fixes validate urls for external accounts (#1031) (61b1f15) Reverts pluggable auth support #995 (#1039) (513d999) revert experimental GDCH support (#1022) (#1042) (c720995) Documentation fix changelog header to consistent size (#1046) (e64d084) 2.6.6 (2022-04-21) Bug Fixes silence TypeError during tear down stage (#1027) (952a6aa) 2.6.5 (2022-04-14) Bug Fixes add additional missing import in _default.py (#1018) (638331b) 2.6.4 (2022-04-12) Bug Fixes fix missing import in _default.py (#1015) (63f4e38) 2.6.3 (2022-04-06) Bug Fixes change requests lib import place (#1010) (c753c08) clean up HTTP session and pool during tear down phase (#1007) (d057376) pin click version and update sys test creds (#1008) (ae2804b) 2.6.2 (2022-03-16) Bug Fixes Rename aws imdsv2 url field and update token lifetime (#982) (818e6d2) Miscellaneous Chores let release-please finish the release (#991) (d2bdc9a) 2.6.1 (2022-02-09) Bug Fixes Add AWS session token to metadata requests (#958) (5c7f734) 2.6.0 (2022-01-31) Features ADC can load an impersonated service account credentials. (#962) (52c8ef9) Bug Fixes revert "feat: add api key support (#826)" (#964) (f9f23f4) 2.5.0 (2022-01-25) Features ADC can load an impersonated service account credentials. (#956) (a8eb4c8) 2.4.1 (2022-01-21) Bug Fixes urllib3 import (#953) (c8b5cae) 2.4.0 (2022-01-20) Features add 'py.typed' declaration (#919) (c993504) add api key support (#826) (3b15092) Bug Fixes deps: allow cachetools 5.0 for python 3.7+ (#937) (1eae37d) fix the message format for metadata server exception (#916) (e756f08) Documentation fix intersphinx link for 'requests-oauthlib' (#921) (967be4f) note ValueError in verify_oauth2_token (#928) (82bc5f0) 2.3.3 (2021-11-01) Bug Fixes add fetch_id_token_credentials (#866) (8f1e9cf) fix error in sign_bytes (#905) (ef31284) use 'int.to_bytes' and 'int.from_bytes' for py3 (#904) (bd0ccc5) 2.3.2 (2021-10-26) Bug Fixes add clock_skew_in_seconds to verify_token functions (#894) (8e95c1e) 2.3.1 (2021-10-21) Bug Fixes add back python 2.7 for gcloud usage only (#892) (5bd5ccf) Documentation Fix formatting of GCE_METADATA_HOST (#890) (e2b3c98) 2.3.0 (2021-10-07) Features add support for Python 3.10 (#882) (19d41f8) Bug Fixes ADC with impersonated workforce pools (#877) (10bd9fb) 2.2.1 (2021-09-28) Bug Fixes disable self signed jwt for domain wide delegation (#873) (0cd15e2) 2.2.0 (2021-09-21) Features add support for workforce pool credentials (#868) (993bab2) 2.1.0 (2021-09-10) Features Improve handling of clock skew (#858) (45c4491) Bug Fixes add SAML challenge to reauth (#819) (13aed5f) disable warning if quota project id provided to auth.default() (#856) (11ebaeb) rename CLOCK_SKEW and separate client/server user case (#863) (738611b) 2.0.2 (2021-08-25) Bug Fixes use 'int.to_bytes' rather than deprecated crypto wrapper (#848) (b79b554) use int.from_bytes (#846) (466aed9) 2.0.1 (2021-08-17) Bug Fixes normalize AWS paths correctly on windows (#842) (4e0fb1c) 2.0.0 (2021-08-16) BREAKING CHANGES drop support for Python 2.7 (#778) (560cf1e) Features service account is able to use a private token endpoint (#835) (20b817a) Bug Fixes downscoping documentation bugs (#830) (da8bb13) Fix missing space in error message. (#821) (7b03988) Documentation update user guide/references for downscoped creds (#827) (d1840dc) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-google-auth/PLIST cvs rdiff -u -r1.39 -r1.40 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. --_----------=_1661860911275700 Content-Disposition: inline Content-Length: 4408 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.41 pkgsrc/security/py-google-auth/Makefile:1.42 --- pkgsrc/security/py-google-auth/Makefile:1.41 Tue Jan 4 20:54:41 2022 +++ pkgsrc/security/py-google-auth/Makefile Tue Aug 30 12:01:51 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2022/01/04 20:54:41 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2022/08/30 12:01:51 sborrill Exp $ -DISTNAME= google-auth-1.34.0 +DISTNAME= google-auth-2.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 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.10 pkgsrc/security/py-google-auth/PLIST:1.11 --- pkgsrc/security/py-google-auth/PLIST:1.10 Tue Jul 27 05:24:28 2021 +++ pkgsrc/security/py-google-auth/PLIST Tue Aug 30 12:01:51 2022 @@ -1,11 +1,4 @@ -@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 -${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_NAME}-nspkg.pth +@comment $NetBSD: PLIST,v 1.11 2022/08/30 12:01:51 sborrill Exp $ ${PYSITELIB}/google/auth/__init__.py ${PYSITELIB}/google/auth/__init__.pyc ${PYSITELIB}/google/auth/__init__.pyo @@ -96,12 +89,18 @@ ${PYSITELIB}/google/auth/impersonated_cr ${PYSITELIB}/google/auth/jwt.py ${PYSITELIB}/google/auth/jwt.pyc ${PYSITELIB}/google/auth/jwt.pyo +${PYSITELIB}/google/auth/pluggable.py +${PYSITELIB}/google/auth/pluggable.pyc +${PYSITELIB}/google/auth/pluggable.pyo ${PYSITELIB}/google/auth/transport/__init__.py ${PYSITELIB}/google/auth/transport/__init__.pyc ${PYSITELIB}/google/auth/transport/__init__.pyo ${PYSITELIB}/google/auth/transport/_aiohttp_requests.py ${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyc ${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyo +${PYSITELIB}/google/auth/transport/_custom_tls_signer.py +${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyc +${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyo ${PYSITELIB}/google/auth/transport/_http_client.py ${PYSITELIB}/google/auth/transport/_http_client.pyc ${PYSITELIB}/google/auth/transport/_http_client.pyo @@ -150,6 +149,9 @@ ${PYSITELIB}/google/oauth2/challenges.py ${PYSITELIB}/google/oauth2/credentials.py ${PYSITELIB}/google/oauth2/credentials.pyc ${PYSITELIB}/google/oauth2/credentials.pyo +${PYSITELIB}/google/oauth2/gdch_credentials.py +${PYSITELIB}/google/oauth2/gdch_credentials.pyc +${PYSITELIB}/google/oauth2/gdch_credentials.pyo ${PYSITELIB}/google/oauth2/id_token.py ${PYSITELIB}/google/oauth2/id_token.pyc ${PYSITELIB}/google/oauth2/id_token.pyo @@ -165,3 +167,10 @@ ${PYSITELIB}/google/oauth2/sts.pyo ${PYSITELIB}/google/oauth2/utils.py ${PYSITELIB}/google/oauth2/utils.pyc ${PYSITELIB}/google/oauth2/utils.pyo +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt Index: pkgsrc/security/py-google-auth/distinfo diff -u pkgsrc/security/py-google-auth/distinfo:1.39 pkgsrc/security/py-google-auth/distinfo:1.40 --- pkgsrc/security/py-google-auth/distinfo:1.39 Tue Oct 26 11:17:45 2021 +++ pkgsrc/security/py-google-auth/distinfo Tue Aug 30 12:01:51 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 11:17:45 nia Exp $ +$NetBSD: distinfo,v 1.40 2022/08/30 12:01:51 sborrill Exp $ -BLAKE2s (google-auth-1.34.0.tar.gz) = c0baa2f116bdf906e07024463134d569f7f8a6564015b90bb979093550d45c5a -SHA512 (google-auth-1.34.0.tar.gz) = 7c3b64e8f85056fb660bbfd4f737053813a1e5b8aba52290882a0ddb9d9fd8c5365b767c78dd1e7859ef95caa6e653786d5a8747c8792bbee9c6fad1a5218910 -Size (google-auth-1.34.0.tar.gz) = 180860 bytes +BLAKE2s (google-auth-2.11.0.tar.gz) = 46c9ccf5642cd21079eb54cfd76766cb0254701d78c26e1f5eb1c84fc6e180f1 +SHA512 (google-auth-2.11.0.tar.gz) = 0b2c8653184d95b1f0981326721a8604bee6737e2e4fb68c12d695c74e03406e6d189b00740c34ee74d6ae4032581bd099018f8eaf1d65759e4c5fa4127305cf +Size (google-auth-2.11.0.tar.gz) = 205568 bytes --_----------=_1661860911275700--