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:           Fri Aug  7 06:41:25 UTC 2020

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

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

1.20.1

Bug Fixes

reduce refresh clock skew to 10 seconds
set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error

1.20.0

Features

Add debug logging that can help with diagnosing auth lib. path
Show the transport exception that happened for GCE Metadata
packaging: add support for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/security/py-google-auth/Makefile:1.23
--- pkgsrc/security/py-google-auth/Makefile:1.22        Mon Jul 27 10:11:21 2020
+++ pkgsrc/security/py-google-auth/Makefile     Fri Aug  7 06:41:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/07/27 10:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/07 06:41:25 adam Exp $
 
-DISTNAME=      google-auth-1.19.2
+DISTNAME=      google-auth-1.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.21 pkgsrc/security/py-google-auth/distinfo:1.22
--- pkgsrc/security/py-google-auth/distinfo:1.21        Mon Jul 27 10:11:21 2020
+++ pkgsrc/security/py-google-auth/distinfo     Fri Aug  7 06:41:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/07/27 10:11:21 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/08/07 06:41:25 adam Exp $
 
-SHA1 (google-auth-1.19.2.tar.gz) = a840d254ea2d10f3963b154524f7537bd4a105d5
-RMD160 (google-auth-1.19.2.tar.gz) = 4657730c35d66c097b895f5dd6b773f758ada63b
-SHA512 (google-auth-1.19.2.tar.gz) = f520f889c0fb4514ca61b5e43ca893263e2f5048c5d2265dd8bfe9c102f0918611c40001589cb395a689f2294461c069105a09bf8e9607f2e7e9aef5e6794f7d
-Size (google-auth-1.19.2.tar.gz) = 107039 bytes
+SHA1 (google-auth-1.20.1.tar.gz) = 137c77a003c95c93df27a4fabd71ae4c5e2f94bb
+RMD160 (google-auth-1.20.1.tar.gz) = 5e0353f96f24cd3bbd91f6289159d41d8e265f26
+SHA512 (google-auth-1.20.1.tar.gz) = 6aad44b58c71f96c686606d6e8b6f273c64ce1559737920ccc31ad761442cad7f5fab19a59daee9408b284405a00c2de769c00221ac91bcfdd48851dba6f680f
+Size (google-auth-1.20.1.tar.gz) = 107375 bytes



Home | Main Index | Thread Index | Old Index