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 Sep 27 08:10:01 UTC 2024

Modified Files:
        pkgsrc/security/py-google-auth: Makefile distinfo
Removed Files:
        pkgsrc/security/py-google-auth/patches:
            patch-tests_transport_aio_test__aiohttp.py

Log Message:
py-google-auth: depend on newer py-mock for testing

and remove then unneeded local patch.
Sort test dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/security/py-google-auth/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/py-google-auth/patches/patch-tests_transport_aio_test__aiohttp.py

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.75 pkgsrc/security/py-google-auth/Makefile:1.76
--- pkgsrc/security/py-google-auth/Makefile:1.75        Sun Sep 22 16:12:48 2024
+++ pkgsrc/security/py-google-auth/Makefile     Fri Sep 27 08:10:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2024/09/22 16:12:48 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2024/09/27 08:10:01 wiz Exp $
 
 DISTNAME=      google_auth-2.35.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -16,21 +16,21 @@ DEPENDS+=   ${PYPKGPREFIX}-asn1-modules>=0
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
 TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
-TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-u2f>=0.1.5:../../security/py-u2f
 TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=5:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
+TEST_DEPENDS+= ${PYPKGPREFIX}-u2f>=0.1.5:../../security/py-u2f
 
 USE_LANGUAGES= # none
 
 # 4 failed due to proxy setting
 # as of 2.35.0
-# 8 failed, 1194 passed, 17 skipped, 54 warnings
+# 4 failed, 1199 passed, 16 skipped, 52 warnings
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.72 pkgsrc/security/py-google-auth/distinfo:1.73
--- pkgsrc/security/py-google-auth/distinfo:1.72        Sun Sep 22 16:12:48 2024
+++ pkgsrc/security/py-google-auth/distinfo     Fri Sep 27 08:10:01 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.72 2024/09/22 16:12:48 wiz Exp $
+$NetBSD: distinfo,v 1.73 2024/09/27 08:10:01 wiz Exp $
 
 BLAKE2s (google_auth-2.35.0.tar.gz) = c0eb9426d5975793957c1128ce45b8194e1f52d3566c7fe718120a44afb29b8c
 SHA512 (google_auth-2.35.0.tar.gz) = 5c359bb94f213812c57cc2c2942d1da3aa08f0e73dde6f5b6c2f563fb51056009f3b821ec0fc39571221da267011d850c242a5ab044d88648be44759f7337973
 Size (google_auth-2.35.0.tar.gz) = 267223 bytes
-SHA1 (patch-tests_transport_aio_test__aiohttp.py) = db6f1dc1000d2099db84186f1c091350811cb5db



Home | Main Index | Thread Index | Old Index