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:           Thu Jan 11 08:43:14 UTC 2024

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

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

2.26.2

Bug Fixes

Read universe_domain for external account authorized user


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.60 -r1.61 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.63 pkgsrc/security/py-google-auth/Makefile:1.64
--- pkgsrc/security/py-google-auth/Makefile:1.63        Sun Jan  7 16:25:00 2024
+++ pkgsrc/security/py-google-auth/Makefile     Thu Jan 11 08:43:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2024/01/07 16:25:00 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2024/01/11 08:43:14 adam Exp $
 
-DISTNAME=      google-auth-2.26.1
+DISTNAME=      google-auth-2.26.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/googleapis/
 COMMENT=       Google Authentication Library
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.60 pkgsrc/security/py-google-auth/distinfo:1.61
--- pkgsrc/security/py-google-auth/distinfo:1.60        Sun Jan  7 16:25:00 2024
+++ pkgsrc/security/py-google-auth/distinfo     Thu Jan 11 08:43:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2024/01/07 16:25:00 wiz Exp $
+$NetBSD: distinfo,v 1.61 2024/01/11 08:43:14 adam Exp $
 
-BLAKE2s (google-auth-2.26.1.tar.gz) = e704485089a2d15127eddc92f86636e1268e45b1efe6b719ddf8109144331644
-SHA512 (google-auth-2.26.1.tar.gz) = 08593547cc447e10bc1a033f154f1f4e7a248250899ef2ea49aa818a2705d0df3aa01c4dc84b6f4eb1f51e08187c634d229c396d0f2615a987e7fcc2dec9010b
-Size (google-auth-2.26.1.tar.gz) = 238839 bytes
+BLAKE2s (google-auth-2.26.2.tar.gz) = 16809b9e7b7b6416e5a7aa040d92bad46b29a0d592de95d4cbb901b98150a1f4
+SHA512 (google-auth-2.26.2.tar.gz) = 4a4ed658d0911f97e46f7ae2d59e5409facf639c6faeee506869b64d14a448fa7b83b4121bf1a48b515882e1fdececc7dbdd96562bb6b5cce7c7bfc86abe806a
+Size (google-auth-2.26.2.tar.gz) = 238968 bytes



Home | Main Index | Thread Index | Old Index