pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-google-auth py-google-auth: updated to 1.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c4ed65c4a8
branches:  trunk
changeset: 450832:93c4ed65c4a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 22 13:56:50 2021 +0000

description:
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

diffstat:

 security/py-google-auth/Makefile |   4 ++--
 security/py-google-auth/PLIST    |   8 +++++++-
 security/py-google-auth/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r c9f88afc77c8 -r 93c4ed65c4a8 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Thu Apr 22 13:53:15 2021 +0000
+++ b/security/py-google-auth/Makefile  Thu Apr 22 13:56:50 2021 +0000
@@ -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/}
diff -r c9f88afc77c8 -r 93c4ed65c4a8 security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Thu Apr 22 13:53:15 2021 +0000
+++ b/security/py-google-auth/PLIST     Thu Apr 22 13:56:50 2021 +0000
@@ -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/_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
diff -r c9f88afc77c8 -r 93c4ed65c4a8 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Thu Apr 22 13:53:15 2021 +0000
+++ b/security/py-google-auth/distinfo  Thu Apr 22 13:56:50 2021 +0000
@@ -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