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: update to 1.12.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52640263968a
branches:  trunk
changeset: 426453:52640263968a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 31 17:42:15 2020 +0000

description:
py-google-auth: update to 1.12.0.

Features

    add mTLS ADC support for HTTP (#457) (bb9215a)
    add SslCredentials class for mTLS ADC (#448) (dafb41f)
    fetch id token from GCE metadata server (#462) (97e7700)

Bug Fixes

    don't use threads for gRPC AuthMetadataPlugin (#467) (ee373f8)
    make ThreadPoolExecutor a class var (#461) (b526473)

diffstat:

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

diffs (46 lines):

diff -r 49bfca9540eb -r 52640263968a security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Tue Mar 31 17:39:27 2020 +0000
+++ b/security/py-google-auth/Makefile  Tue Mar 31 17:42:15 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/03/15 19:56:29 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/31 17:42:15 wiz Exp $
 
-DISTNAME=      google-auth-1.11.3
+DISTNAME=      google-auth-1.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
diff -r 49bfca9540eb -r 52640263968a security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Tue Mar 31 17:39:27 2020 +0000
+++ b/security/py-google-auth/PLIST     Tue Mar 31 17:42:15 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/07/02 11:59:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/03/31 17:42:15 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -78,6 +78,9 @@
 ${PYSITELIB}/google/auth/transport/_http_client.py
 ${PYSITELIB}/google/auth/transport/_http_client.pyc
 ${PYSITELIB}/google/auth/transport/_http_client.pyo
+${PYSITELIB}/google/auth/transport/_mtls_helper.py
+${PYSITELIB}/google/auth/transport/_mtls_helper.pyc
+${PYSITELIB}/google/auth/transport/_mtls_helper.pyo
 ${PYSITELIB}/google/auth/transport/grpc.py
 ${PYSITELIB}/google/auth/transport/grpc.pyc
 ${PYSITELIB}/google/auth/transport/grpc.pyo
diff -r 49bfca9540eb -r 52640263968a security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Tue Mar 31 17:39:27 2020 +0000
+++ b/security/py-google-auth/distinfo  Tue Mar 31 17:42:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/15 19:56:29 wiz Exp $
+$NetBSD: distinfo,v 1.11 2020/03/31 17:42:15 wiz Exp $
 
-SHA1 (google-auth-1.11.3.tar.gz) = 2090c0e3f077ea367bd5dd38915717ea75794f79
-RMD160 (google-auth-1.11.3.tar.gz) = 4b1351b9bc64f14ab9afdfe23bfa1fc7e16c56c4
-SHA512 (google-auth-1.11.3.tar.gz) = 0ce384833607a9fb53a3fc535d6c21da68a996558a6d34062f171d16fe6e23c845200c1a2f032ef352d418425561a1147b86550cbea98ef7defb80771a27e01b
-Size (google-auth-1.11.3.tar.gz) = 88151 bytes
+SHA1 (google-auth-1.12.0.tar.gz) = 4d01308bc6e52d8b18021160dc0a0042df5164f6
+RMD160 (google-auth-1.12.0.tar.gz) = 3736468381be9671bb86182df97a84e5acc97884
+SHA512 (google-auth-1.12.0.tar.gz) = 2d89d8cea31d19bf0687aefa1a8c47dd5bf533365bd78453a03936ddf94076199ffc60748cfaf24700bf16b01d3d99401baaa83f6bfc7a443ecbf98318e4090f
+Size (google-auth-1.12.0.tar.gz) = 96866 bytes



Home | Main Index | Thread Index | Old Index