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:           Thu Apr 22 13:56:50 UTC 2021

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

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

v1.29.0

Features
add reauth feature to user credentials

Bug Fixes
Allow multiple audiences for id_token.verify_token


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.32 -r1.33 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.35 pkgsrc/security/py-google-auth/Makefile:1.36
--- pkgsrc/security/py-google-auth/Makefile:1.35        Sat Mar 20 19:08:58 2021
+++ pkgsrc/security/py-google-auth/Makefile     Thu Apr 22 13:56:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2021/03/20 19:08:58 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/04/22 13:56:50 adam Exp $
 
-DISTNAME=      google-auth-1.28.0
+DISTNAME=      google-auth-1.29.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.7 pkgsrc/security/py-google-auth/PLIST:1.8
--- pkgsrc/security/py-google-auth/PLIST:1.7    Sat Mar 20 19:08:58 2021
+++ pkgsrc/security/py-google-auth/PLIST        Thu Apr 22 13:56:50 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/03/20 19:08:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/04/22 13:56:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -138,12 +138,18 @@ ${PYSITELIB}/google/oauth2/_id_token_asy
 ${PYSITELIB}/google/oauth2/_service_account_async.py
 ${PYSITELIB}/google/oauth2/_service_account_async.pyc
 ${PYSITELIB}/google/oauth2/_service_account_async.pyo
+${PYSITELIB}/google/oauth2/challenges.py
+${PYSITELIB}/google/oauth2/challenges.pyc
+${PYSITELIB}/google/oauth2/challenges.pyo
 ${PYSITELIB}/google/oauth2/credentials.py
 ${PYSITELIB}/google/oauth2/credentials.pyc
 ${PYSITELIB}/google/oauth2/credentials.pyo
 ${PYSITELIB}/google/oauth2/id_token.py
 ${PYSITELIB}/google/oauth2/id_token.pyc
 ${PYSITELIB}/google/oauth2/id_token.pyo
+${PYSITELIB}/google/oauth2/reauth.py
+${PYSITELIB}/google/oauth2/reauth.pyc
+${PYSITELIB}/google/oauth2/reauth.pyo
 ${PYSITELIB}/google/oauth2/service_account.py
 ${PYSITELIB}/google/oauth2/service_account.pyc
 ${PYSITELIB}/google/oauth2/service_account.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.32 pkgsrc/security/py-google-auth/distinfo:1.33
--- pkgsrc/security/py-google-auth/distinfo:1.32        Sat Mar 20 19:08:58 2021
+++ pkgsrc/security/py-google-auth/distinfo     Thu Apr 22 13:56:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2021/03/20 19:08:58 adam Exp $
+$NetBSD: distinfo,v 1.33 2021/04/22 13:56:50 adam Exp $
 
-SHA1 (google-auth-1.28.0.tar.gz) = ed981fdec6a3826b7382e3b10beee50a121b1c4a
-RMD160 (google-auth-1.28.0.tar.gz) = 4efcf3baac3b8a6d4380c5f1652aebd1b723a246
-SHA512 (google-auth-1.28.0.tar.gz) = a02db23132950c99e032d8318451cd67127f1e9fc57731a8a76505a360d77484aef1859e54d8e4efa1bcde3f6f5379c3324d54cf57c0a95fb1fa7765f43e9581
-Size (google-auth-1.28.0.tar.gz) = 158266 bytes
+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



Home | Main Index | Thread Index | Old Index