From ac7d9bfb0c734ebf32d75e676cec5e5b2db563dc Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 01:02:02 +0200 Subject: python3-coverage: update to 6.0.2 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-coverage_5.5.bb | 9 --------- meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_5.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.5.bb b/meta-python/recipes-devtools/python/python3-coverage_5.5.bb deleted file mode 100644 index c780a63ae9..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_5.5.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Code coverage measurement for Python" -HOMEPAGE = "https://coverage.readthedocs.io" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" - -inherit pypi setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb b/meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb new file mode 100644 index 0000000000..67b3a5ef93 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-coverage_6.0.2.bb @@ -0,0 +1,9 @@ +SUMMARY = "Code coverage measurement for Python" +HOMEPAGE = "https://coverage.readthedocs.io" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "6807947a09510dc31fa86f43595bf3a14017cd60bf633cc746d52141bfa6b149" + +inherit pypi setuptools3 + -- cgit 1.2.3-korg