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:           Tue Aug  6 12:33:08 UTC 2024

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

Log Message:
py-coverage: updated to 7.6.1

Version 7.6.1 — 2024-08-04

- Fix: coverage used to fail when measuring code using :func:`runpy.run_path
  <python:runpy.run_path>` with a :class:`Path <python:pathlib.Path>` argument.
  This is now fixed, thanks to `Ask Hjorth Larsen <pull 1819_>`_.

- Fix: backslashes preceding a multi-line backslashed string could confuse the
  HTML report.  This is now fixed, thanks to `LiuYinCarl <pull 1828_>`_.

- Now we publish wheels for Python 3.13, both regular and free-threaded.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-coverage/PLIST
cvs rdiff -u -r1.45 -r1.46 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.56 pkgsrc/devel/py-coverage/Makefile:1.57
--- pkgsrc/devel/py-coverage/Makefile:1.56      Mon Jul 15 09:35:58 2024
+++ pkgsrc/devel/py-coverage/Makefile   Tue Aug  6 12:33:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2024/07/15 09:35:58 adam Exp $
+# $NetBSD: Makefile,v 1.57 2024/08/06 12:33:08 adam Exp $
 
-DISTNAME=      coverage-7.6.0
+DISTNAME=      coverage-7.6.1
 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.20 pkgsrc/devel/py-coverage/PLIST:1.21
--- pkgsrc/devel/py-coverage/PLIST:1.20 Sun May  5 18:28:05 2024
+++ pkgsrc/devel/py-coverage/PLIST      Tue Aug  6 12:33:08 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2024/05/05 18:28:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2024/08/06 12:33:08 adam Exp $
 bin/coverage-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -33,6 +33,9 @@ ${PYSITELIB}/coverage/context.pyo
 ${PYSITELIB}/coverage/control.py
 ${PYSITELIB}/coverage/control.pyc
 ${PYSITELIB}/coverage/control.pyo
+${PYSITELIB}/coverage/core.py
+${PYSITELIB}/coverage/core.pyc
+${PYSITELIB}/coverage/core.pyo
 ${PYSITELIB}/coverage/data.py
 ${PYSITELIB}/coverage/data.pyc
 ${PYSITELIB}/coverage/data.pyo

Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.45 pkgsrc/devel/py-coverage/distinfo:1.46
--- pkgsrc/devel/py-coverage/distinfo:1.45      Mon Jul 15 09:35:58 2024
+++ pkgsrc/devel/py-coverage/distinfo   Tue Aug  6 12:33:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2024/07/15 09:35:58 adam Exp $
+$NetBSD: distinfo,v 1.46 2024/08/06 12:33:08 adam Exp $
 
-BLAKE2s (coverage-7.6.0.tar.gz) = 578356bc974dabcf399472105b3afafb751510d8ce0f5e20dfb223f1d68d12a5
-SHA512 (coverage-7.6.0.tar.gz) = ed27f19a17d4f231a7d28af23045fb0144a8c192cc9b31f90353f558a99a9c4159d7fab6bb5c1231aa8229b8fd56e1163cc0880c4edb3d802e6d48af062468e9
-Size (coverage-7.6.0.tar.gz) = 797590 bytes
+BLAKE2s (coverage-7.6.1.tar.gz) = fa36cf63c984ec25e484ab7464f221b6ca077f105c00bfec6bc86a0925c638aa
+SHA512 (coverage-7.6.1.tar.gz) = ff09783b3433ea72fc3cbc133a8c76236309c68ccd768cc3a849a5cc1215fe6db22d1e619a4062abc3c4f145ec93fd16ed5405b13960485628b1624e6b8adb16
+Size (coverage-7.6.1.tar.gz) = 798791 bytes



Home | Main Index | Thread Index | Old Index