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 May 27 14:48:09 UTC 2024

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

Log Message:
py-coverage: updated to 7.5.2

Version 7.5.2 — 2024-05-24
--------------------------

- Fix: nested matches of exclude patterns could exclude too much code, as
  reported in `issue 1779`_.  This is now fixed.

- Changed: previously, coverage.py would consider a module docstring to be an
  executable statement if it appeared after line 1 in the file, but not
  executable if it was the first line.  Now module docstrings are never counted
  as executable statements.  This can change coverage.py's count of the number
  of statements in a file, which can slightly change the coverage percentage
  reported.

- In the HTML report, the filter term and "hide covered" checkbox settings are
  remembered between viewings, thanks to `Daniel Diniz <pull 1776_>`_.

- Python 3.13.0b1 is supported.

- Fix: parsing error handling is improved to ensure bizarre source files are
  handled gracefully, and to unblock oss-fuzz fuzzing, thanks to `Liam DeVoe
  <pull 1788_>`_. Closes `issue 1787`_.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.41 -r1.42 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.52 pkgsrc/devel/py-coverage/Makefile:1.53
--- pkgsrc/devel/py-coverage/Makefile:1.52      Sun May  5 18:28:05 2024
+++ pkgsrc/devel/py-coverage/Makefile   Mon May 27 14:48:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/05/05 18:28:05 adam Exp $
+# $NetBSD: Makefile,v 1.53 2024/05/27 14:48:09 adam Exp $
 
-DISTNAME=      coverage-7.5.1
+DISTNAME=      coverage-7.5.2
 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.41 pkgsrc/devel/py-coverage/distinfo:1.42
--- pkgsrc/devel/py-coverage/distinfo:1.41      Sun May  5 18:28:05 2024
+++ pkgsrc/devel/py-coverage/distinfo   Mon May 27 14:48:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/05/05 18:28:05 adam Exp $
+$NetBSD: distinfo,v 1.42 2024/05/27 14:48:09 adam Exp $
 
-BLAKE2s (coverage-7.5.1.tar.gz) = 5b84a23712988155cfd3c0f3c07e25d4d9da36362e1718feeb60cedb2aefd9a9
-SHA512 (coverage-7.5.1.tar.gz) = db9fe405c52e30e2aa673caf0cc8a02b5f62fd53b969003d231b52cf9463afc22924d5c29859447d6139be9c6642036f3cbc690ae4055d250a73c9dcd1f805a2
-Size (coverage-7.5.1.tar.gz) = 784825 bytes
+BLAKE2s (coverage-7.5.2.tar.gz) = 741b2f73c83ccf4d53ca36fb9cc17e4df6a0063883cf47bb94dcad16175286f6
+SHA512 (coverage-7.5.2.tar.gz) = 14a8b239a71558ae9b11a72e2040979ef3d9d446ccb1339d2858736cf550d7ccacf31ce1288f30cbe064d747f506e3afcb09fe2d9d8a0946aad6e488fb9ea7c2
+Size (coverage-7.5.2.tar.gz) = 786030 bytes



Home | Main Index | Thread Index | Old Index