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: Sun Mar 17 12:57:37 UTC 2024
Modified Files:
pkgsrc/devel/py-coverage: Makefile distinfo
Log Message:
py-coverage: updated to 7.4.4
Version 7.4.4 — 2024-03-14
--------------------------
- Fix: in some cases, even with ``[run] relative_files=True``, a data file
could be created with absolute path names. When combined with other relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in `issue 1752`_. This is now fixed: absolute file
names are always made relative when combining. Thanks to Bruno Rodrigues dos
Santos for support.
- Fix: the last case of a match/case statement had an incorrect message if the
branch was missed. It said the pattern never matched, when actually the
branch is missed if the last case always matched.
- Fix: clicking a line number in the HTML report now positions more accurately.
- Fix: the ``report:format`` setting was defined as a boolean, but should be a
string. Thanks, `Tanaydin Sirin <pull 1754_>`_. It is also now documented
on the :ref:`configuration page <config_report_format>`.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.38 -r1.39 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.49 pkgsrc/devel/py-coverage/Makefile:1.50
--- pkgsrc/devel/py-coverage/Makefile:1.49 Sun Feb 25 22:50:53 2024
+++ pkgsrc/devel/py-coverage/Makefile Sun Mar 17 12:57:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2024/02/25 22:50:53 adam Exp $
+# $NetBSD: Makefile,v 1.50 2024/03/17 12:57:37 adam Exp $
-DISTNAME= coverage-7.4.3
+DISTNAME= coverage-7.4.4
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.38 pkgsrc/devel/py-coverage/distinfo:1.39
--- pkgsrc/devel/py-coverage/distinfo:1.38 Sun Feb 25 22:50:53 2024
+++ pkgsrc/devel/py-coverage/distinfo Sun Mar 17 12:57:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/02/25 22:50:53 adam Exp $
+$NetBSD: distinfo,v 1.39 2024/03/17 12:57:37 adam Exp $
-BLAKE2s (coverage-7.4.3.tar.gz) = e8a4d5f3e7d18ef59c0be2ce86d57374c13bfc65b4024d1a95610be6b8874ebc
-SHA512 (coverage-7.4.3.tar.gz) = 10c64eddb5d95023cb9d5c480b898389a041ab8d354a7cb48f1ed39f9bc958cc4be21ee04be620e9c74d102fd81f215f6f949a3dd8817e39300a1de4d4913fa5
-Size (coverage-7.4.3.tar.gz) = 783214 bytes
+BLAKE2s (coverage-7.4.4.tar.gz) = 9f161b7899042481663f8f880cad02321542618789874f2ff2c0ec04a5cd6e8d
+SHA512 (coverage-7.4.4.tar.gz) = 26d4715ce69556ca12d1b65db5f21807c08733810b4398750280184812ebfb698e7b424b9e30f55e7524323861a22d4581db0524e9e285ca858132359fd24d28
+Size (coverage-7.4.4.tar.gz) = 783727 bytes
Home |
Main Index |
Thread Index |
Old Index