diff mbox series

[meta-python] python3-coverage: upgrade 7.2.3 -> 7.2.5

Message ID 1683541101-25407-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-coverage: upgrade 7.2.3 -> 7.2.5 | expand

Commit Message

Mingyu Wang (Fujitsu) May 8, 2023, 10:18 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix: html_report() could fail with an AttributeError on isatty if run in an
  unusual environment where sys.stdout had been replaced.
- Fix: with relative_files = true, specifying a specific file to include or
  omit wouldn't work correctly (issue 1604).
- Fix: the XML report would have an incorrect <source> element when using
  relative files and the source option ended with a slash (issue 1541).
- When the HTML report location is printed to the terminal, it's now a
  terminal-compatible URL, so that you can click the location to open the HTML
  file in your browser.
- Docs: a new :ref:'Migrating page <migrating>' with details about how to
  migrate between major versions of coverage.py. It currently covers the
  wildcard changes in 7.x.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb
rename to meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb
index 057c119a20..fa6c5203e6 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.5.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] = "d298c2815fa4891edd9abe5ad6e6cb4207104c7dd9fd13aea3fdebf6f9b91259"
+SRC_URI[sha256sum] = "f99ef080288f09ffc687423b8d60978cf3a465d3f404a18d1a05474bd8575a47"
 
 inherit pypi setuptools3