diff mbox series

[16/26] python3-coverage: upgrade 7.11.3 -> 7.12.0

Message ID 20251125091156.1376-16-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/26] debootstrap: upgrade 1.0.141 -> 1.0.142 | expand

Commit Message

Wang Mingyu Nov. 25, 2025, 9:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- The HTML report now shows separate coverage totals for statements and
  branches, as well as the usual combined coverage percentage.
- The JSON report now includes separate coverage totals for statements and
  branches
- Fix: except* clauses were not handled properly under the "sysmon" measurement
  core, causing KeyError exceptions
- Fix: we now defend against aggressive mocking of open() that could cause
  errors inside coverage.py.
- Fix: in unusual cases where a test suite intentionally exhausts the system's
  file descriptors to test handling errors in open(), coverage.py would fail
  when trying to open source files
- A small tweak to the HTML report: file paths now use thin spaces around
  slashes to make them easier to read.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-coverage_7.11.3.bb => python3-coverage_7.12.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_7.11.3.bb => python3-coverage_7.12.0.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.12.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb
rename to meta-python/recipes-devtools/python/python3-coverage_7.12.0.bb
index 25f606c8f7..b3a3a4e7ef 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.12.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] = "0f59387f5e6edbbffec2281affb71cdc85e0776c1745150a3ab9b6c1d016106b"
+SRC_URI[sha256sum] = "fc11e0a4e372cb5f282f16ef90d4a585034050ccda536451901abfb19a57f40c"
 
 inherit pypi python_setuptools_build_meta