pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-coverage
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 11 06:55:50 UTC 2025
Modified Files:
pkgsrc/devel/py-coverage: Makefile distinfo
Log Message:
py-coverage: updated to 7.10.3
Version 7.10.3 — 2025-08-10
- Fixes for ``patch = subprocess``:
- If subprocesses spawned yet more subprocesses simultaneously, some coverage
could be missed. This is now fixed, closing `issue 2024`_.
- If subprocesses were created in other directories, their data files were
stranded there and not combined into the totals, as described in `issue
2025`_. This is now fixed.
- On Windows (or maybe only some Windows?) the patch would fail with a
``ModuleNotFound`` error trying to import coverage. This is now fixed,
closing `issue 2022`_.
- Originally only options set in the coverage configuration file would apply
to subprocesses. Options set on the ``coverage run`` command line (such as
``--branch``) wouldn't be communicated to the subprocesses. This could
lead to combining failures, as described in `issue 2021`_. Now the entire
configuration is used in subprocesses, regardless of its origin.
- Added ``debug=patch`` to help diagnose problems.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-coverage/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-coverage/Makefile
diff -u pkgsrc/devel/py-coverage/Makefile:1.74 pkgsrc/devel/py-coverage/Makefile:1.75
--- pkgsrc/devel/py-coverage/Makefile:1.74 Sat Aug 9 05:57:36 2025
+++ pkgsrc/devel/py-coverage/Makefile Mon Aug 11 06:55:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2025/08/09 05:57:36 adam Exp $
+# $NetBSD: Makefile,v 1.75 2025/08/11 06:55:50 adam Exp $
-DISTNAME= coverage-7.10.2
+DISTNAME= coverage-7.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/}
Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.60 pkgsrc/devel/py-coverage/distinfo:1.61
--- pkgsrc/devel/py-coverage/distinfo:1.60 Sat Aug 9 05:57:36 2025
+++ pkgsrc/devel/py-coverage/distinfo Mon Aug 11 06:55:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2025/08/09 05:57:36 adam Exp $
+$NetBSD: distinfo,v 1.61 2025/08/11 06:55:50 adam Exp $
-BLAKE2s (coverage-7.10.2.tar.gz) = e89ebd138398f26999def6a1c2821908b4d743c64cc454982611982ba941631d
-SHA512 (coverage-7.10.2.tar.gz) = 5faafc9fbcbd539741f4d3e68a3a033ee3109aa42958f12f5e33cc2f2c0eadfe4c729f23225804d38a1dfadde5d84a9b5c76970a35d3dbe852a94c74d618f388
-Size (coverage-7.10.2.tar.gz) = 820754 bytes
+BLAKE2s (coverage-7.10.3.tar.gz) = d4c32b673c65311104368cdff40fa0bc735da685b1291c6ba88fc42057c906a9
+SHA512 (coverage-7.10.3.tar.gz) = cf5d5b902e5bb3e3e1ed7441b131e6730a282f0cf4abec6909a14d7d74bf8efaf97e3ef2a5274c266c36d8750e2a1f142a0c9a0a8b5326e7b4fe57c76ca539d5
+Size (coverage-7.10.3.tar.gz) = 822936 bytes
Home |
Main Index |
Thread Index |
Old Index