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:   wiz
Date:           Thu May  4 11:43:34 UTC 2023

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.46 -r1.47 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.49 pkgsrc/security/py-google-auth/Makefile:1.50
--- pkgsrc/security/py-google-auth/Makefile:1.49        Sun Mar  5 07:29:16 2023
+++ pkgsrc/security/py-google-auth/Makefile     Thu May  4 11:43:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2023/03/05 07:29:16 adam Exp $
+# $NetBSD: Makefile,v 1.50 2023/05/04 11:43:33 wiz Exp $
 
-DISTNAME=      google-auth-2.16.2
+DISTNAME=      google-auth-2.17.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}

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



Home | Main Index | Thread Index | Old Index