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 May  5 18:28:05 UTC 2024

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

Log Message:
py-coverage: updated to 7.5.1

Version 7.5.1 — 2024-05-04
--------------------------

- Fix: a pragma comment on the continuation lines of a multi-line statement
  now excludes the statement and its body, the same as if the pragma is
  on the first line. This closes `issue 754`_. The fix was contributed by
  `Daniel Diniz <pull 1773_>`_.

- Fix: very complex source files like `this one <resolvent_lookup_>`_ could
  cause a maximum recursion error when creating an HTML report.  This is now
  fixed, closing `issue 1774`_.

- HTML report improvements:

  - Support files (JavaScript and CSS) referenced by the HTML report now have
    hashes added to their names to ensure updated files are used instead of
    stale cached copies.

  - Missing branch coverage explanations that said "the condition was never
    false" now read "the condition was always true" because it's easier to
    understand.

  - Column sort order is remembered better as you move between the index pages,
    fixing `issue 1766`_.  Thanks, `Daniel Diniz <pull 1768_>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-coverage/PLIST
cvs rdiff -u -r1.40 -r1.41 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.51 pkgsrc/devel/py-coverage/Makefile:1.52
--- pkgsrc/devel/py-coverage/Makefile:1.51      Wed Apr 24 12:54:37 2024
+++ pkgsrc/devel/py-coverage/Makefile   Sun May  5 18:28:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/04/24 12:54:37 adam Exp $
+# $NetBSD: Makefile,v 1.52 2024/05/05 18:28:05 adam Exp $
 
-DISTNAME=      coverage-7.5.0
+DISTNAME=      coverage-7.5.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.19 pkgsrc/devel/py-coverage/PLIST:1.20
--- pkgsrc/devel/py-coverage/PLIST:1.19 Wed Apr 24 12:54:37 2024
+++ pkgsrc/devel/py-coverage/PLIST      Sun May  5 18:28:05 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/04/24 12:54:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/05/05 18:28:05 adam Exp $
 bin/coverage-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -61,7 +61,6 @@ ${PYSITELIB}/coverage/htmlfiles/coverage
 ${PYSITELIB}/coverage/htmlfiles/favicon_32.png
 ${PYSITELIB}/coverage/htmlfiles/index.html
 ${PYSITELIB}/coverage/htmlfiles/keybd_closed.png
-${PYSITELIB}/coverage/htmlfiles/keybd_open.png
 ${PYSITELIB}/coverage/htmlfiles/pyfile.html
 ${PYSITELIB}/coverage/htmlfiles/style.css
 ${PYSITELIB}/coverage/htmlfiles/style.scss

Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.40 pkgsrc/devel/py-coverage/distinfo:1.41
--- pkgsrc/devel/py-coverage/distinfo:1.40      Wed Apr 24 12:54:37 2024
+++ pkgsrc/devel/py-coverage/distinfo   Sun May  5 18:28:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/04/24 12:54:37 adam Exp $
+$NetBSD: distinfo,v 1.41 2024/05/05 18:28:05 adam Exp $
 
-BLAKE2s (coverage-7.5.0.tar.gz) = 3dbb056e7150c9c10fd1dd4a7a63d1205ef05dd245ba7b297f8ccedd205fc981
-SHA512 (coverage-7.5.0.tar.gz) = 1332f630e6f6ed9a2445f93a3826f22151cf4eff2491163a6d01ef1ce468928a52871ee71aeeb716e8e4f04542524ae25213a37bdb874c4a663cbc581482530d
-Size (coverage-7.5.0.tar.gz) = 798314 bytes
+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



Home | Main Index | Thread Index | Old Index