From f8cf386372ba9bca37d709c5f3fbdb885ea2d8ef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:57:24 +0800 Subject: [PATCH] python3-coverage: upgrade 7.2.5 -> 7.2.6 Changelog: ========== - Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-coverage_7.2.5.bb => python3-coverage_7.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.2.5.bb => python3-coverage_7.2.6.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.6.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.2.6.bb index fa6c5203e6..b13384cd21 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.6.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] = "f99ef080288f09ffc687423b8d60978cf3a465d3f404a18d1a05474bd8575a47" +SRC_URI[sha256sum] = "2025f913f2edb0272ef15d00b1f335ff8908c921c8eb2013536fcaf61f5a683d" inherit pypi setuptools3