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 Sep 22 09:44:19 UTC 2025

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

Log Message:
py-coverage: updated to 7.10.7

Version 7.10.7 — 2025-09-21

- Performance: with branch coverage in large files, generating HTML, JSON, or
  LCOV reports could take far too long due to some quadratic behavior when
  creating the function and class index pages.  This is now fixed, closing
  `issue 2048`_.  Thanks to Daniel Diniz for help diagnosing the problem.

- Most warnings and a few errors now have links to a page in the docs
  explaining the specific message.  Closes `issue 1921`_.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.64 -r1.65 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.78 pkgsrc/devel/py-coverage/Makefile:1.79
--- pkgsrc/devel/py-coverage/Makefile:1.78      Tue Sep  2 12:48:04 2025
+++ pkgsrc/devel/py-coverage/Makefile   Mon Sep 22 09:44:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2025/09/02 12:48:04 adam Exp $
+# $NetBSD: Makefile,v 1.79 2025/09/22 09:44:19 adam Exp $
 
-DISTNAME=      coverage-7.10.6
+DISTNAME=      coverage-7.10.7
 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.64 pkgsrc/devel/py-coverage/distinfo:1.65
--- pkgsrc/devel/py-coverage/distinfo:1.64      Tue Sep  2 12:48:04 2025
+++ pkgsrc/devel/py-coverage/distinfo   Mon Sep 22 09:44:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2025/09/02 12:48:04 adam Exp $
+$NetBSD: distinfo,v 1.65 2025/09/22 09:44:19 adam Exp $
 
-BLAKE2s (coverage-7.10.6.tar.gz) = 428c11c6da23223f025ae61a35a1f484c9ff33eb8780f0c5dcb778baf4394ff7
-SHA512 (coverage-7.10.6.tar.gz) = 9b53246be27e009ba8639da2fdb9c975d743da6782f1d20a9f0da3ab07f4ebf2747124f3bb75c2694685c5b7fcdd09377a4611c85819123b9cc4defcf05c1cc3
-Size (coverage-7.10.6.tar.gz) = 823736 bytes
+BLAKE2s (coverage-7.10.7.tar.gz) = 21b9ba0381cc93078fd18b957723c7ac752f06eb56217dd3be249fdda7c39af4
+SHA512 (coverage-7.10.7.tar.gz) = 3fd187c014d1eb3edd3aa91ff1946a325daa0cdec02f61d19fd8acd5bd65f8b3cb21d48a8875bce2f47543a1494b02f8d96070045a37d928c8e76d8563e776a1
+Size (coverage-7.10.7.tar.gz) = 827704 bytes



Home | Main Index | Thread Index | Old Index