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:           Tue Mar 31 17:42:16 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/security/py-google-auth/Makefile:1.12
--- pkgsrc/security/py-google-auth/Makefile:1.11        Sun Mar 15 19:56:29 2020
+++ pkgsrc/security/py-google-auth/Makefile     Tue Mar 31 17:42:15 2020
@@ -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/}

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.1 pkgsrc/security/py-google-auth/PLIST:1.2
--- pkgsrc/security/py-google-auth/PLIST:1.1    Tue Jul  2 11:59:28 2019
+++ pkgsrc/security/py-google-auth/PLIST        Tue Mar 31 17:42:15 2020
@@ -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/__ini
 ${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

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.10 pkgsrc/security/py-google-auth/distinfo:1.11
--- pkgsrc/security/py-google-auth/distinfo:1.10        Sun Mar 15 19:56:29 2020
+++ pkgsrc/security/py-google-auth/distinfo     Tue Mar 31 17:42:15 2020
@@ -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