CVS commit: pkgsrc/devel/py-coverage

"Adam Ciarcinski" <[email protected]> Fri, 7 Aug 2026 08:20:42 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Aug  7 08:20:42 UTC 2026

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

Log Message:
py-coverage: updated to 7.15.4

7.15.4 — 2026-08-06

- Fix: in the HTML report, a source file name containing a double quote (legal
  on POSIX) wasn't escaped where it's dropped into the ``href`` of the index
  and prev/next links, so it could close the attribute early and inject markup.
  Page URLs are now escaped. Thanks, `Rajath Mohare <pull 2227_>`_.

- Fix: the LCOV report wrote file names and other fields into its
  line-oriented records without neutralizing control characters. A measured
  file whose name contained a newline (legal on POSIX) could forge extra
  records, inflating the coverage seen by tools that read the report. Control
  characters in a field are now replaced. Thanks, `Rajath Mohare <pull
  2226_>`_.

- Wheels are now provided for Python 3.15.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-coverage/PLIST
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/py-coverage/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 2.3 KB)
Modified files:

Index: pkgsrc/devel/py-coverage/Makefile
diff -u pkgsrc/devel/py-coverage/Makefile:1.93 pkgsrc/devel/py-coverage/Makefile:1.94
--- pkgsrc/devel/py-coverage/Makefile:1.93	Mon Jul 20 12:21:56 2026
+++ pkgsrc/devel/py-coverage/Makefile	Fri Aug  7 08:20:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2026/07/20 12:21:56 adam Exp $
+# $NetBSD: Makefile,v 1.94 2026/08/07 08:20:41 adam Exp $
 
-DISTNAME=	coverage-7.15.2
+DISTNAME=	coverage-7.15.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/coverage/}

Index: pkgsrc/devel/py-coverage/PLIST
diff -u pkgsrc/devel/py-coverage/PLIST:1.24 pkgsrc/devel/py-coverage/PLIST:1.25
--- pkgsrc/devel/py-coverage/PLIST:1.24	Sun Dec 14 09:29:14 2025
+++ pkgsrc/devel/py-coverage/PLIST	Fri Aug  7 08:20:41 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.24 2025/12/14 09:29:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/08/07 08:20:41 adam Exp $
 bin/coverage-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/a1_coverage.pth
 ${PYSITELIB}/coverage/__init__.py

Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.79 pkgsrc/devel/py-coverage/distinfo:1.80
--- pkgsrc/devel/py-coverage/distinfo:1.79	Mon Jul 20 12:21:56 2026
+++ pkgsrc/devel/py-coverage/distinfo	Fri Aug  7 08:20:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.79 2026/07/20 12:21:56 adam Exp $
+$NetBSD: distinfo,v 1.80 2026/08/07 08:20:41 adam Exp $
 
-BLAKE2s (coverage-7.15.2.tar.gz) = 053358755fa93485d748ecdd58122752191f76d3aa5e625b62216652a81fc4e1
-SHA512 (coverage-7.15.2.tar.gz) = 578cf91905d525343eee636fc24dbf70e0d0d249b0fd4228d750de3feef3cab344a3f24cb73cfa0af7a34d7e651e56b539b512d2cbf4ff59dce95eb03509e575
-Size (coverage-7.15.2.tar.gz) = 927741 bytes
+BLAKE2s (coverage-7.15.4.tar.gz) = e8ae58d0534cc58b7316412ea040e3ddb6d08f62ccde4dd9785aef5ffb915a7f
+SHA512 (coverage-7.15.4.tar.gz) = d0a0541e95e9e509aa8cd496a0cf1ae2da820bb3457c684e916bae18c654210d43f4919a4b72a633e48a8d5803c4e4654e2c03d07129bb5026d1ce6cbf1ef44e
+Size (coverage-7.15.4.tar.gz) = 936952 bytes