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:           Thu Dec 26 17:33:53 UTC 2024

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

Log Message:
py-coverage: updated to 7.6.10

Version 7.6.10 — 2024-12-26

- Fix: some descriptions of missing branches in HTML and LCOV reports were
  incorrect when multi-line statements were involved (`issue 1874`_ and `issue
  1875`_).  These are now fixed.

- Fix: Python 3.14 `defers evaluation of annotations <pep649_>`_ by moving them
  into separate code objects.  That code is rarely executed, so coverage.py
  would mark them as missing, as reported in `issue 1908`_.  Now they are
  ignored by coverage automatically.

- Fixed an obscure and mysterious problem on PyPy 3.10 seemingly involving
  mocks, imports, and trace functions: `issue 1902`_.  To be honest, I don't
  understand the problem or the solution, but ``git bisect`` helped find it,
  and now it's fixed.

- Docs: re-wrote the :ref:`subprocess` page to put multiprocessing first and to
  highlight the correct use of :class:`multiprocessing.Pool
  <python:multiprocessing.pool.Pool>`.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.51 -r1.52 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.63 pkgsrc/devel/py-coverage/Makefile:1.64
--- pkgsrc/devel/py-coverage/Makefile:1.63      Mon Dec 16 05:54:21 2024
+++ pkgsrc/devel/py-coverage/Makefile   Thu Dec 26 17:33:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2024/12/16 05:54:21 adam Exp $
+# $NetBSD: Makefile,v 1.64 2024/12/26 17:33:53 adam Exp $
 
-DISTNAME=      coverage-7.6.9
+DISTNAME=      coverage-7.6.10
 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.51 pkgsrc/devel/py-coverage/distinfo:1.52
--- pkgsrc/devel/py-coverage/distinfo:1.51      Mon Dec 16 05:54:21 2024
+++ pkgsrc/devel/py-coverage/distinfo   Thu Dec 26 17:33:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2024/12/16 05:54:21 adam Exp $
+$NetBSD: distinfo,v 1.52 2024/12/26 17:33:53 adam Exp $
 
-BLAKE2s (coverage-7.6.9.tar.gz) = 4c472345541bdc3ff970edbf3ec82de0cd1793cf49259a0bfcbdcd8dbafe1a25
-SHA512 (coverage-7.6.9.tar.gz) = ee2e3f93dfd723dabe3c88bac888c056f8dabc890d9078c49393d01c21522d946f7f6d50565a978dfc1d5b8009eca612d9a102a86f568689adc85df8478ecb8c
-Size (coverage-7.6.9.tar.gz) = 801710 bytes
+BLAKE2s (coverage-7.6.10.tar.gz) = 3f1335ac24c25665a1d6ad3621a474b4f4455841ed7fe982bccd17f1c99fe8c5
+SHA512 (coverage-7.6.10.tar.gz) = 3badf42f8f1f1dc19ff7dd7cca7fe57cd738364fea71b1fee52ec7774fbebd2bb241154d2ca06adb6ed87766179bcf0b6eb9a5120af5ec8f3df7b6fd0c27fa02
+Size (coverage-7.6.10.tar.gz) = 803868 bytes



Home | Main Index | Thread Index | Old Index