pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-env



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 10 12:34:21 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-env: Makefile distinfo

Log Message:
py-test-env: updated to 1.1.4

1.1.4
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-env/Makefile \
    pkgsrc/devel/py-test-env/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-env/Makefile
diff -u pkgsrc/devel/py-test-env/Makefile:1.9 pkgsrc/devel/py-test-env/Makefile:1.10
--- pkgsrc/devel/py-test-env/Makefile:1.9       Thu Nov 30 20:47:19 2023
+++ pkgsrc/devel/py-test-env/Makefile   Tue Sep 10 12:34:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/11/30 20:47:19 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/09/10 12:34:21 adam Exp $
 
-DISTNAME=      pytest_env-1.1.3
+DISTNAME=      pytest_env-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-env/}
@@ -10,19 +10,18 @@ HOMEPAGE=   https://github.com/MobileDynas
 COMMENT=       Plugin for py.test that allows you to add environment variables
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
-DEPENDS+=      ${PYPKGPREFIX}-test>=7.4.3:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.25:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-test>=8.3.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7.6.1:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.14:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
-DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=2.0.1:../../textproc/py-tomli
 .endif
 
 .include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-test-env/distinfo
diff -u pkgsrc/devel/py-test-env/distinfo:1.9 pkgsrc/devel/py-test-env/distinfo:1.10
--- pkgsrc/devel/py-test-env/distinfo:1.9       Thu Nov 30 20:47:19 2023
+++ pkgsrc/devel/py-test-env/distinfo   Tue Sep 10 12:34:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/11/30 20:47:19 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/09/10 12:34:21 adam Exp $
 
-BLAKE2s (pytest_env-1.1.3.tar.gz) = b0ee23c4e53c7775c1a415e32c44717ef93c07d70ce0c9c84e65f508daba1a34
-SHA512 (pytest_env-1.1.3.tar.gz) = c38371a272987757774bed6b566b55ba2304ca37e69f3f5671fb03735bbdfe5e51c3b03cd885d6bdbd73496daa95a57d79e03bf5d9171f0e9c5c0ae38492b304
-Size (pytest_env-1.1.3.tar.gz) = 8627 bytes
+BLAKE2s (pytest_env-1.1.4.tar.gz) = 2b542acefcd13e9c8c552c8769424ab237336e3917f404b142d2bc3798350d29
+SHA512 (pytest_env-1.1.4.tar.gz) = 9cde819b4f68f1a19de58c86651427c608b160bdfb6b6e12c6f4b90f195a759573e442d92df08f70b807282d4b47a7c078fa0b4674433d8778a9b8fb5552209e
+Size (pytest_env-1.1.4.tar.gz) = 8898 bytes



Home | Main Index | Thread Index | Old Index