From a5bafa5b49814bcb2045ca3a9d367e331f87921b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:18:21 +0800 Subject: python3-coverage: upgrade 7.2.3 -> 7.2.5 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 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 ' 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 Signed-off-by: Khem Raj --- .../python/python3-coverage_7.2.3.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb (limited to 'meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb deleted file mode 100644 index 057c119a20..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_7.2.3.bb +++ /dev/null @@ -1,21 +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] = "d298c2815fa4891edd9abe5ad6e6cb4207104c7dd9fd13aea3fdebf6f9b91259" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-toml \ - ${PYTHON_PN}-multiprocessing \ -" -- cgit v1.2.3-54-g00ecf