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:           Wed Jun 26 19:37:33 UTC 2024

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

Log Message:
py-coverage: updated to 7.5.4

Version 7.5.4 — 2024-06-22
--------------------------

- If you attempt to combine statement coverage data with branch coverage data,
  coverage.py used to fail with the message "Can't combine arc data with line
  data" or its reverse, "Can't combine line data with arc data."  These
  messages used internal terminology, making it hard for people to understand
  the problem.  They are now changed to mention "branch coverage data" and
  "statement coverage data."

- Fixed a minor branch coverage problem with wildcard match/case cases using
  names or guard clauses.

- Started testing on 3.13 free-threading (nogil) builds of Python.  I'm not
  claiming full support yet.  Closes `issue 1799`_.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.43 -r1.44 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.54 pkgsrc/devel/py-coverage/Makefile:1.55
--- pkgsrc/devel/py-coverage/Makefile:1.54      Wed Jun  5 08:03:00 2024
+++ pkgsrc/devel/py-coverage/Makefile   Wed Jun 26 19:37:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2024/06/05 08:03:00 adam Exp $
+# $NetBSD: Makefile,v 1.55 2024/06/26 19:37:33 adam Exp $
 
-DISTNAME=      coverage-7.5.3
+DISTNAME=      coverage-7.5.4
 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.43 pkgsrc/devel/py-coverage/distinfo:1.44
--- pkgsrc/devel/py-coverage/distinfo:1.43      Wed Jun  5 08:03:00 2024
+++ pkgsrc/devel/py-coverage/distinfo   Wed Jun 26 19:37:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2024/06/05 08:03:00 adam Exp $
+$NetBSD: distinfo,v 1.44 2024/06/26 19:37:33 adam Exp $
 
-BLAKE2s (coverage-7.5.3.tar.gz) = a38f48efc90d8fbac8995b0b3ad342f6ab16d764f36eb8149d17a325073248af
-SHA512 (coverage-7.5.3.tar.gz) = 6c72525b19b0efbf6a23b8a2860e056613c8119a5306978a67bc11b8598bac693e7541a9ca206bb9394511c9a84097a7f450ebf38e7c1c40e914fd71cf7546ce
-Size (coverage-7.5.3.tar.gz) = 786184 bytes
+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



Home | Main Index | Thread Index | Old Index