From: Wang Mingyu Date: Wed, 13 Sep 2023 09:40:33 +0000 (+0800) Subject: python3-pyelftools: upgrade 0.29 -> 0.30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39454153a03de8bea66e6b152a342f58592d5fb3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyelftools: upgrade 0.29 -> 0.30 Changelog: =========== - Optimization: cache instantiation of DWARF structs (#435) - DWARFv5 CU headers (#442) - Bug fix in attribute reporting for DWA_FORM_indirect (#475) - Support for RISC-V attributes (#459) - Readelf used for testing upgraded to 2.41 (#489) - Support for MIPS64 object files (#495) - LoongArch support (#470, #483) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.29.bb b/meta/recipes-devtools/python/python3-pyelftools_0.30.bb similarity index 82% rename from meta/recipes-devtools/python/python3-pyelftools_0.29.bb rename to meta/recipes-devtools/python/python3-pyelftools_0.30.bb index c55682e2eaf..e976d6cae81 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.29.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.30.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" -SRC_URI[sha256sum] = "ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff" +SRC_URI[sha256sum] = "2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40" PYPI_PACKAGE = "pyelftools"