pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-cov
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 11 22:44:51 UTC 2024
Modified Files:
pkgsrc/devel/py-test-cov: Makefile distinfo
Log Message:
py-test-cov: updated to 6.0.0
6.0.0 (2024-10-29)
* Updated various documentation inaccuracies, especially on subprocess handling.
* Changed fail under checks to use the precision set in the coverage configuration.
Now it will perform the check just like ``coverage report`` would.
* Added a ``--cov-precision`` cli option that can override the value set in your coverage configuration.
* Dropped support for now EOL Python 3.8.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-test-cov/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-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.24 pkgsrc/devel/py-test-cov/Makefile:1.25
--- pkgsrc/devel/py-test-cov/Makefile:1.24 Mon Nov 11 07:28:25 2024
+++ pkgsrc/devel/py-test-cov/Makefile Mon Nov 11 22:44:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/11/11 07:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/11/11 22:44:51 adam Exp $
-DISTNAME= pytest-cov-5.0.0
+DISTNAME= pytest-cov-6.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
@@ -11,7 +11,7 @@ COMMENT= Pytest plugin for measuring cov
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
+DEPENDS+= ${PYPKGPREFIX}-coverage>=7.5:../../devel/py-coverage
DEPENDS+= ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-fields-[0-9]*:../../devel/py-fields
TEST_DEPENDS+= ${PYPKGPREFIX}-process-tests-[0-9]*:../../devel/py-process-tests
@@ -20,8 +20,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
# needs to be installed for testing, this setting is not enoough
# as of 4.0.0:
# 3 failed, 115 passed, 6 skipped, 4 xpassed, 1 warning
Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.21 pkgsrc/devel/py-test-cov/distinfo:1.22
--- pkgsrc/devel/py-test-cov/distinfo:1.21 Fri Apr 12 09:52:42 2024
+++ pkgsrc/devel/py-test-cov/distinfo Mon Nov 11 22:44:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/04/12 09:52:42 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/11/11 22:44:51 adam Exp $
-BLAKE2s (pytest-cov-5.0.0.tar.gz) = e75d4e44db9da9e7bb2093d656999f26cc20231babcd0bc96ca4b0ec1d02af57
-SHA512 (pytest-cov-5.0.0.tar.gz) = 384459cafdb800711b935899acc3716f5fcbc28b40be0e168e58333603b1dea474bbd7a92f09b6afbe2f9dc1ce8599668a787c0f93884c263af894f44311a4a6
-Size (pytest-cov-5.0.0.tar.gz) = 63042 bytes
+BLAKE2s (pytest-cov-6.0.0.tar.gz) = 91dd9bad3085d3d24c8514d5804164c9ea973d067cd25a1799f3283816acb410
+SHA512 (pytest-cov-6.0.0.tar.gz) = 2947a032417d60867595bb65630942ff5d8a61523af5298e3f169420b28882f9b4256d89980a9cbe88c34f9b7fa759f44fd64d391ad86c1491a55f9a70282bf0
+Size (pytest-cov-6.0.0.tar.gz) = 66945 bytes
Home |
Main Index |
Thread Index |
Old Index