Thu May 4 11:43:34 2023 UTC ()
py-google-auth: update to 2.17.3.

Add useEmailAzp claim for id token iam flow (#1270) (7a9c6f2)
Do not create new JWT credentials if they make the same claims as the existing. (#1267) (eebb7b6)
Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe)
Experimental service account iam endpoint flow for id token (#1258) (8ff0de5)
Python: Remove aws url validation (#1254) (20a966b)
Read both applicationId and relyingPartyId. (#1246) (e125dfe)


(wiz)
diff -r1.49 -r1.50 pkgsrc/security/py-google-auth/Makefile
diff -r1.46 -r1.47 pkgsrc/security/py-google-auth/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/security/py-google-auth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/Makefile 2023/03/05 07:29:16 1.49
+++ pkgsrc/security/py-google-auth/Makefile 2023/05/04 11:43:33 1.50
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.49 2023/03/05 07:29:16 adam Exp $ 1# $NetBSD: Makefile,v 1.50 2023/05/04 11:43:33 wiz Exp $
2 2
3DISTNAME= google-auth-2.16.2 3DISTNAME= google-auth-2.17.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/googleapis/google-auth-library-python 9HOMEPAGE= https://github.com/googleapis/google-auth-library-python
10COMMENT= Google Authentication Library 10COMMENT= Google Authentication Library
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules 13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools 14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
15DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests 15DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
16DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa 16DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa

cvs diff -r1.46 -r1.47 pkgsrc/security/py-google-auth/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/distinfo 2023/03/05 07:29:16 1.46
+++ pkgsrc/security/py-google-auth/distinfo 2023/05/04 11:43:33 1.47
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.46 2023/03/05 07:29:16 adam Exp $ 1$NetBSD: distinfo,v 1.47 2023/05/04 11:43:33 wiz Exp $
2 2
3BLAKE2s (google-auth-2.16.2.tar.gz) = 5a69263b58393a3e70146a9e740fcd8e667daa769665c3692d99ab87df8945dd 3BLAKE2s (google-auth-2.17.3.tar.gz) = e2fecba11e73a7ddbe32b107fc8349f90ce381ee989723417e173135b5f1b213
4SHA512 (google-auth-2.16.2.tar.gz) = 5686846fbd299e8d331a2132a1f2847febb68f06e460aed987ff12efa3a629c274f6b9dcae53b8b3d9075bb590e5e265eb11b9d6eb3861d4230f91f0bfea84f1 4SHA512 (google-auth-2.17.3.tar.gz) = a731260cdfd74a2a095d682aecde55807727eb24fbc4c0ea0da2fb24a6b0f9eed5653cf9ce18ce2caee2e79a7bcadb7a9342aa511db30358c670afbf01c2fd4c
5Size (google-auth-2.16.2.tar.gz) = 221392 bytes 5Size (google-auth-2.17.3.tar.gz) = 222865 bytes