From 76b83194b31ca57790fdffb43c81c8cb0131f527 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Jul 2020 13:49:05 +0300 Subject: python3-coverage: Upgrade 5.1 -> 5.2 Upgrade to release 5.2: - The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes. - The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma. - The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile. - The --skip-empty option is now available for the XML report. - The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George. - If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav. - TOML configuration files with non-ASCII characters would cause errors on Windows. This is now fixed. - The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-coverage_5.1.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-coverage_5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-coverage_5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.1.bb deleted file mode 100644 index 7265d2c979..0000000000 --- a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb +++ /dev/null @@ -1,10 +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[md5sum] = "506e30fb011158abe5ce92f39866b271" -SRC_URI[sha256sum] = "f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052" - -inherit pypi setuptools3 - -- cgit v1.2.3-54-g00ecf