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:           Fri Mar 13 07:23:21 UTC 2026

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

Log Message:
py-google-auth: update to 2.49.0nb1.

Depend on py-JWT.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/security/py-google-auth/Makefile

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.94 pkgsrc/security/py-google-auth/Makefile:1.95
--- pkgsrc/security/py-google-auth/Makefile:1.94        Mon Mar  9 17:02:34 2026
+++ pkgsrc/security/py-google-auth/Makefile     Fri Mar 13 07:23:21 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.94 2026/03/09 17:02:34 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2026/03/13 07:23:21 wiz Exp $
 
 DISTNAME=      google_auth-2.49.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
 
@@ -13,6 +14,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
+DEPENDS+=      ${PYPKGPREFIX}-JWT>=2.0:../../textproc/py-JWT
 TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
 TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
@@ -31,7 +33,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 USE_LANGUAGES= # none
 
 # as of 2.49.0
-# 2 failed, 1570 passed, 17 skipped, 91 warnings
+# 1 failed, 1571 passed, 17 skipped, 91 warnings
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif



Home | Main Index | Thread Index | Old Index