diff mbox series

[meta-python] python3-coverage: upgrade 7.2.5 -> 7.2.6

Message ID 1684997851-2098-7-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-coverage: upgrade 7.2.5 -> 7.2.6 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 fa6c5203e..b13384cd2 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