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: Sat Apr 12 11:51:10 UTC 2025
Modified Files:
pkgsrc/devel/py-test-cov: Makefile PLIST distinfo
Log Message:
py-test-cov: updated to 6.1.1
6.1.1 (2025-04-05)
* Fixed breakage that occurs when ``--cov-context`` and the ``no_cover`` marker are used together.
6.1.0 (2025-04-01)
* Change terminal output to use full width lines for the coverage header.
* Removed unnecessary CovFailUnderWarning.
* Fixed the term report not using the precision specified via ``--cov-precision``.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-cov/PLIST
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/devel/py-test-cov/Makefile:1.26
--- pkgsrc/devel/py-test-cov/Makefile:1.25 Mon Nov 11 22:44:51 2024
+++ pkgsrc/devel/py-test-cov/Makefile Sat Apr 12 11:51:10 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2024/11/11 22:44:51 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/12 11:51:10 adam Exp $
-DISTNAME= pytest-cov-6.0.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_cov-6.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest plugin for measuring coverage
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
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
Index: pkgsrc/devel/py-test-cov/PLIST
diff -u pkgsrc/devel/py-test-cov/PLIST:1.3 pkgsrc/devel/py-test-cov/PLIST:1.4
--- pkgsrc/devel/py-test-cov/PLIST:1.3 Fri Apr 12 09:52:42 2024
+++ pkgsrc/devel/py-test-cov/PLIST Sat Apr 12 11:51:10 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2024/04/12 09:52:42 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/12 11:51:10 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest-cov.pth
${PYSITELIB}/pytest_cov/__init__.py
Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.22 pkgsrc/devel/py-test-cov/distinfo:1.23
--- pkgsrc/devel/py-test-cov/distinfo:1.22 Mon Nov 11 22:44:51 2024
+++ pkgsrc/devel/py-test-cov/distinfo Sat Apr 12 11:51:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/11/11 22:44:51 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/04/12 11:51:10 adam Exp $
-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
+BLAKE2s (pytest_cov-6.1.1.tar.gz) = 7c39264bdc530564916b09746fb3bb30f34d1649b69424326112b2aa2927c185
+SHA512 (pytest_cov-6.1.1.tar.gz) = 4716f00895916f989fb339a814173175f78af7aff20ef253708f9b7715535895ae06c9a130cfa13733a0bc7699baa4ac65df71f7f68866e34a34f1888f3e8859
+Size (pytest_cov-6.1.1.tar.gz) = 66857 bytes
Home |
Main Index |
Thread Index |
Old Index