diff mbox series

[meta-python] python3-coverage: upgrade 7.1.0 -> 7.2.0

Message ID 1677485153-11495-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-coverage: upgrade 7.1.0 -> 7.2.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 27, 2023, 8:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Added a new setting "[report] exclude_also" to let you add more exclusions
  without overwriting the defaults.  Thanks, 'Alpha Chen <pull 1557_>'_,
  closing 'issue 1391_'.

- Added a :meth:'.CoverageData.purge_files' method to remove recorded data for
  a particular file.  Contributed by 'Stephan Deibel <pull 1547_>'_.

- Fix: when reporting commands fail, they will no longer congratulate
  themselves with messages like "Wrote XML report to file.xml" before spewing a
  traceback about their failure.

- Fix: arguments in the public API that name file paths now accept pathlib.Path
  objects.  This includes the "data_file" and "config_file" arguments to
  the Coverage constructor and the "basename" argument to CoverageData.
  Closes 'issue 1552'_.

- Fix: In some embedded environments, an IndexError could occur on stop() when
  the originating thread exits before completion.  This is now fixed, thanks to
  'Russell Keith-Magee <pull 1543_>'_, closing 'issue 1542'_.

- Added a "py.typed" file to announce our type-hintedness.  Thanks,
  'KotlinIsland <pull 1550_>'_.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.1.0.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coverage_7.1.0.bb
rename to meta-python/recipes-devtools/python/python3-coverage_7.2.0.bb
index 358a0ec19..c51f9ca55 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.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] = "10188fe543560ec4874f974b5305cd1a8bdcfa885ee00ea3a03733464c4ca265"
+SRC_URI[sha256sum] = "9cc9c41aa5af16d845b53287051340c363dd03b7ef408e45eec3af52be77810d"
 
 inherit pypi setuptools3