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 Jul 15 09:35:58 UTC 2024

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

Log Message:
py-coverage: updated to 7.6.0

Version 7.6.0 — 2024-07-11
--------------------------

- Exclusion patterns can now be multi-line, thanks to `Daniel Diniz <pull
  1807_>`_.  This enables many interesting exclusion use-cases, including those
  requested in issues `118 <issue 118_>`_ (entire files), `996
  <issue 996_>`_ (multiple lines only when appearing together), `1741
  <issue 1741_>`_ (remainder of a function), and `1803 <issue 1803_>`_
  (arbitrary sequence of marked lines).  See the :ref:`multi_line_exclude`
  section of the docs for more details and examples.

- The JSON report now includes per-function and per-class coverage information.
  Thanks to `Daniel Diniz <pull 1809_>`_ for getting the work started. This
  closes `issue 1793`_ and `issue 1532`_.

- Fixed an incorrect calculation of "(no class)" lines in the HTML classes
  report.

- Python 3.13.0b3 is supported.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.44 -r1.45 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.55 pkgsrc/devel/py-coverage/Makefile:1.56
--- pkgsrc/devel/py-coverage/Makefile:1.55      Wed Jun 26 19:37:33 2024
+++ pkgsrc/devel/py-coverage/Makefile   Mon Jul 15 09:35:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/06/26 19:37:33 adam Exp $
+# $NetBSD: Makefile,v 1.56 2024/07/15 09:35:58 adam Exp $
 
-DISTNAME=      coverage-7.5.4
+DISTNAME=      coverage-7.6.0
 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.44 pkgsrc/devel/py-coverage/distinfo:1.45
--- pkgsrc/devel/py-coverage/distinfo:1.44      Wed Jun 26 19:37:33 2024
+++ pkgsrc/devel/py-coverage/distinfo   Mon Jul 15 09:35:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/06/26 19:37:33 adam Exp $
+$NetBSD: distinfo,v 1.45 2024/07/15 09:35:58 adam Exp $
 
-BLAKE2s (coverage-7.5.4.tar.gz) = 2d4da20bc003cb58b4a3ab1aa457c064f9ba232c6bcc288f97e5cde8e1515404
-SHA512 (coverage-7.5.4.tar.gz) = 363658864f9a5116e49bd10a45a8ceeb0bb62c70458e0c0ce7ae90f3ddea0659d67af1a35a44a47e673b256cdad8ea0963339110dabfd7031d6b98ba483f3606
-Size (coverage-7.5.4.tar.gz) = 793238 bytes
+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



Home | Main Index | Thread Index | Old Index