diff mbox series

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

Message ID 1677927919-22891-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-coverage: upgrade 7.2.0 -> 7.2.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 4, 2023, 11:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Fix: the PyPI page had broken links to documentation pages, but no longer does, closing issue 1566.
 Fix: public members of the coverage module are now properly indicated so that mypy will find them, fixing issue 1564.

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

Patch

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