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:   adam
Date:           Wed May 12 18:17:35 UTC 2021

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

Log Message:
py-google-auth: updated to 1.30.0

1.30.0 (2021-04-23)

Features
add reauth support to async user credentials for gcloud. This internal feature is for gcloud developers only.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/security/py-google-auth/Makefile:1.37
--- pkgsrc/security/py-google-auth/Makefile:1.36        Thu Apr 22 13:56:50 2021
+++ pkgsrc/security/py-google-auth/Makefile     Wed May 12 18:17:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2021/04/22 13:56:50 adam Exp $
+# $NetBSD: Makefile,v 1.37 2021/05/12 18:17:35 adam Exp $
 
-DISTNAME=      google-auth-1.29.0
+DISTNAME=      google-auth-1.30.0
 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.8 pkgsrc/security/py-google-auth/PLIST:1.9
--- pkgsrc/security/py-google-auth/PLIST:1.8    Thu Apr 22 13:56:50 2021
+++ pkgsrc/security/py-google-auth/PLIST        Wed May 12 18:17:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/04/22 13:56:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/05/12 18:17:35 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -135,6 +135,9 @@ ${PYSITELIB}/google/oauth2/_credentials_
 ${PYSITELIB}/google/oauth2/_id_token_async.py
 ${PYSITELIB}/google/oauth2/_id_token_async.pyc
 ${PYSITELIB}/google/oauth2/_id_token_async.pyo
+${PYSITELIB}/google/oauth2/_reauth_async.py
+${PYSITELIB}/google/oauth2/_reauth_async.pyc
+${PYSITELIB}/google/oauth2/_reauth_async.pyo
 ${PYSITELIB}/google/oauth2/_service_account_async.py
 ${PYSITELIB}/google/oauth2/_service_account_async.pyc
 ${PYSITELIB}/google/oauth2/_service_account_async.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.33 pkgsrc/security/py-google-auth/distinfo:1.34
--- pkgsrc/security/py-google-auth/distinfo:1.33        Thu Apr 22 13:56:50 2021
+++ pkgsrc/security/py-google-auth/distinfo     Wed May 12 18:17:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2021/04/22 13:56:50 adam Exp $
+$NetBSD: distinfo,v 1.34 2021/05/12 18:17:35 adam Exp $
 
-SHA1 (google-auth-1.29.0.tar.gz) = 2df11fdc42f71e1b8701d9086522e9931aaf621e
-RMD160 (google-auth-1.29.0.tar.gz) = 1ce0439be2e1c4331490c14bace3eb57ba862e7b
-SHA512 (google-auth-1.29.0.tar.gz) = a6c8ca93ef493f16b7b16c2e1456891a09635bbc4a39053dc2c4cdca2f739692a74e4588c61c8aa5f06c1a5355ef304771770e26f1656edc0ef4c3c291df796d
-Size (google-auth-1.29.0.tar.gz) = 167058 bytes
+SHA1 (google-auth-1.30.0.tar.gz) = e12e919bf07e96be9a9c94ec73ddded0955e1c8f
+RMD160 (google-auth-1.30.0.tar.gz) = 46a64ba4dc73a95f1be39ad17f116f8217e33ac6
+SHA512 (google-auth-1.30.0.tar.gz) = d07d6946635071e601c684a60e99ecec532ec51425aa934ece48b124419cb4c69c7651505018471431a7cf14470f4f8d894a2121999d3a482d603d41e5a8e66c
+Size (google-auth-1.30.0.tar.gz) = 169598 bytes



Home | Main Index | Thread Index | Old Index