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:           Sun Jul  7 14:44:57 UTC 2024

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

Log Message:
py-google-auth: update to 2.31.0.

Features

    Adds X509 workload cert logic (#1527) (05220e0)

Bug Fixes

    Added py.typed to MANIFEST.in (#1526) (1829a3b)
    Pass trust_env kwarg to ClientSession (#1533) (6c15c9a), closes #1530


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.67 -r1.68 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.70 pkgsrc/security/py-google-auth/Makefile:1.71
--- pkgsrc/security/py-google-auth/Makefile:1.70        Sun Jun  9 14:20:58 2024
+++ pkgsrc/security/py-google-auth/Makefile     Sun Jul  7 14:44:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2024/06/09 14:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2024/07/07 14:44:57 wiz Exp $
 
-DISTNAME=      google-auth-2.30.0
+DISTNAME=      google-auth-2.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -28,6 +28,9 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# 4 failed due to proxy setting
+# 4 failed, 1131 passed, 15 skipped, 49 warnings
+
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.67 pkgsrc/security/py-google-auth/distinfo:1.68
--- pkgsrc/security/py-google-auth/distinfo:1.67        Sun Jun  9 14:20:58 2024
+++ pkgsrc/security/py-google-auth/distinfo     Sun Jul  7 14:44:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2024/06/09 14:20:58 wiz Exp $
+$NetBSD: distinfo,v 1.68 2024/07/07 14:44:57 wiz Exp $
 
-BLAKE2s (google-auth-2.30.0.tar.gz) = 9de96fb611d2e623773ca9957a9de7542c8c53122070fa6cd6e09dc7c0e427be
-SHA512 (google-auth-2.30.0.tar.gz) = 23ebaf17c12d745214405867661b85eb628dafbc06b87f101ad10d4c4ea8e2cea04a4c9b0c0037ba8f0d8cc12c2221bd4199613fe3c3e3987c72525cb94a5bd3
-Size (google-auth-2.30.0.tar.gz) = 251462 bytes
+BLAKE2s (google-auth-2.31.0.tar.gz) = b1aae8690e826e785955459ae6a17a0323b4788199cd396daac167df361637d4
+SHA512 (google-auth-2.31.0.tar.gz) = 2a2eec2f3638ab855d20827068d64a9adb856d341fc70bdb6401813543f73631d998c38f8350e9ed2a85897b7f0ed7401fc973b066ee2b77ac7ff746dcd7315f
+Size (google-auth-2.31.0.tar.gz) = 252986 bytes



Home | Main Index | Thread Index | Old Index