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:           Fri Dec 15 05:25:38 UTC 2023

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

Log Message:
py-coverage: updated to 7.3.3

Version 7.3.3 — 2023-12-14
--------------------------

- Fix: function definitions with multi-line signatures can now be excluded by
  matching any of the lines, closing `issue 684`_.  Thanks, `Jan Rusak,
  Maciej Kowalczyk and Joanna Ejzel <pull 1705_>`_.

- Fix: XML reports could fail with a TypeError if files had numeric components
  that were duplicates except for leading zeroes, like ``file1.py`` and
  ``file001.py``.  Fixes `issue 1709`_.

- The ``coverage annotate`` command used to announce that it would be removed
  in a future version. Enough people got in touch to say that they use it, so
  it will stay.  Don't expect it to keep up with other new features though.

- Added new :ref:`debug options <cmd_run_debug>`:

  - ``pytest`` writes the pytest test name into the debug output.

  - ``dataop2`` writes the full data being added to CoverageData objects.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.33 -r1.34 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.44 pkgsrc/devel/py-coverage/Makefile:1.45
--- pkgsrc/devel/py-coverage/Makefile:1.44      Sun Nov 26 10:21:37 2023
+++ pkgsrc/devel/py-coverage/Makefile   Fri Dec 15 05:25:38 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2023/11/26 10:21:37 adam Exp $
+# $NetBSD: Makefile,v 1.45 2023/12/15 05:25:38 adam Exp $
 
-DISTNAME=      coverage-7.3.2
+DISTNAME=      coverage-7.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/coverage/}
 

Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.33 pkgsrc/devel/py-coverage/distinfo:1.34
--- pkgsrc/devel/py-coverage/distinfo:1.33      Mon Oct  2 19:03:13 2023
+++ pkgsrc/devel/py-coverage/distinfo   Fri Dec 15 05:25:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2023/10/02 19:03:13 adam Exp $
+$NetBSD: distinfo,v 1.34 2023/12/15 05:25:38 adam Exp $
 
-BLAKE2s (coverage-7.3.2.tar.gz) = f27a7b489f020c3931263db8f524ea205a5a6aa2e5361837b91c189df255daad
-SHA512 (coverage-7.3.2.tar.gz) = 94e3b0bae2f84d31448a717f105e4f03e485a47d9498e73e86eca2f040d0980e514e3d9264f5349f70ea93fc985161d89156d0faa444d28cc7a07e51db4e1a46
-Size (coverage-7.3.2.tar.gz) = 764541 bytes
+BLAKE2s (coverage-7.3.3.tar.gz) = 94282d8cb334e03af4de1ff75384a23ec1b69ee09a4ad01c405d511f64c0216e
+SHA512 (coverage-7.3.3.tar.gz) = 758090c46bac90096d5fd732aa447c91d0db0c0cdedbb607a57141c86882c23d42791b75e55436e580dffdd585d87e35a213e94240268c2992c1122246e4df31
+Size (coverage-7.3.3.tar.gz) = 768726 bytes



Home | Main Index | Thread Index | Old Index