diff mbox series

[meta-python,2/5] python3-coverage: Upgrade 7.14.3 -> 7.15.0

Message ID 20260706094627.1254799-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-croniter: Upgrade 6.2.2 -> 6.2.3 | expand

Commit Message

Leon Anavi July 6, 2026, 9:46 a.m. UTC
Upgrade to release 7.15.0:

- Since 7.14.0, reporting commands implicitly combine parallel data
  files. Now those commands have a new option --keep-combined to retain
  the data files after combining them instead of the default, which is
  to delete them.
- Fix: the LCOV report would incorrectly count excluded functions as
  uncovered, as described in issue 2205. This is now fixed thanks to
  Martin Kuntz Jacobsen.
- When running your program, coverage now correctly sets
  yourmodule.__spec__.loader as strongly recommended, avoiding the
  deprecation warning.
- Fix: with Python 3.10, running with the -I (isolated mode) option
  didn't correctly omit the current directory from the module search
  path. That is now fixed thanks to Ilia Sorokin.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-coverage_7.14.3.bb => python3-coverage_7.15.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_7.14.3.bb => python3-coverage_7.15.0.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.14.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coverage_7.14.3.bb
rename to meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb
index 1be553ca7b..bbc677ed52 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.14.3.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "1a7563a443f3d53fdeb040ec8c9f7466aed7ca3dc5891aa09d3ca3625fa4387f"
+SRC_URI[sha256sum] = "9ac3fe7a1435986463eaa8ee253ae2f2a268709ba4ae5c7dd1f52a05391ad78f"
 
 inherit pypi python_setuptools_build_meta