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:           Fri Jul  3 06:12:33 UTC 2026

Modified Files:
        pkgsrc/devel/py-coverage: Makefile distinfo

Log Message:
py-coverage: updated to 7.15.0

Version 7.15.0 — 2026-07-02

- Since 7.14.0, reporting commands implicitly combine parallel data files. Now
  those commands have a new option ``--keep-combined`` to retain the data files
  after combining them instead of the default, which is to delete them.
  Finishes `issue 2198`_.

- Fix: the LCOV report would incorrectly count excluded functions as uncovered,
  as described in `issue 2205`_. This is now fixed thanks to `Martin Kuntz
  Jacobsen <pull 2206_>`_.

- When running your program, coverage now correctly sets
  ``yourmodule.__spec__.loader`` as `strongly recommended <--loader--_>`_,
  avoiding the deprecation warning described in `issue 2208`_. Thanks, `A5rocks
  <pull 2209_>`_.

- Fix: with Python 3.10, running with the ``-I`` (isolated mode) option didn't
  correctly omit the current directory from the module search path, as
  described in `issue 2103`_. That is now fixed thanks to `Ilia Sorokin <pull
  2211_>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.77 -r1.78 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.91 pkgsrc/devel/py-coverage/Makefile:1.92
--- pkgsrc/devel/py-coverage/Makefile:1.91      Tue Jun 23 04:26:04 2026
+++ pkgsrc/devel/py-coverage/Makefile   Fri Jul  3 06:12:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2026/06/23 04:26:04 adam Exp $
+# $NetBSD: Makefile,v 1.92 2026/07/03 06:12:32 adam Exp $
 
-DISTNAME=      coverage-7.14.3
+DISTNAME=      coverage-7.15.0
 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.77 pkgsrc/devel/py-coverage/distinfo:1.78
--- pkgsrc/devel/py-coverage/distinfo:1.77      Tue Jun 23 04:26:04 2026
+++ pkgsrc/devel/py-coverage/distinfo   Fri Jul  3 06:12:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2026/06/23 04:26:04 adam Exp $
+$NetBSD: distinfo,v 1.78 2026/07/03 06:12:32 adam Exp $
 
-BLAKE2s (coverage-7.14.3.tar.gz) = f4e910800e661cd39afd82aa15b4a7ee050483d32e50ebff84dedbe6b5163254
-SHA512 (coverage-7.14.3.tar.gz) = 1a29d6e4824fc472b766476e0940d0d4db0ce4ea33ec4376d7738fb318365da05e33773bd8ca1cad56b7f2471780333b52a53f135bc13414ccf3b3c445e8d2fe
-Size (coverage-7.14.3.tar.gz) = 924398 bytes
+BLAKE2s (coverage-7.15.0.tar.gz) = 6da3ad13d2ae21eb6caea01284ef9a2bb1a45da55dddf21ff01a24309b399bf7
+SHA512 (coverage-7.15.0.tar.gz) = 559aea2ef68f488b3863f9919ee586b011197bb7e91c73cc72e61d4811af0ec7b084dc77752355f661f230147633ea2245e23c3a9a7c081a10872ae77e58dfc5
+Size (coverage-7.15.0.tar.gz) = 925362 bytes



Home | Main Index | Thread Index | Old Index