summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-09 20:09:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-10 19:26:14 +0000
commitb9c59b5d2ac29544c1877f50ec10d2126339d814 (patch)
tree0a8d4c195fa049237b1daabfb1ff0d1229c796c3 /meta/recipes-support/diffoscope
parent77d08d327b9e675109dc95c27ee4910d9047ec49 (diff)
downloadopenembedded-core-contrib-b9c59b5d2ac29544c1877f50ec10d2126339d814.tar.gz
diffoscope: upgrade 189 -> 190
Changelog: [Chris Lamb] Don't raise a traceback if we cannot de-marshal Python bytecode to support Python 3.7 loading newer .pyc files. (Closes: reproducible-builds/diffoscope#284) Fix Python tests under Python 3.7 with file 5.39+. [Vagrant Cascadian] Skip Python bytecode testing when "file" is older than 5.39. [Roland Clobus] Detect whether the GNU_BUILD_ID field has been modified. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_190.bb (renamed from meta/recipes-support/diffoscope/diffoscope_189.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_189.bb b/meta/recipes-support/diffoscope/diffoscope_190.bb
index d3c70b47c5..8303ee4693 100644
--- a/meta/recipes-support/diffoscope/diffoscope_189.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_190.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "2ec8d94af13e905ec1a905ebfb2654971cf977b149d296f8bf2aeff6bcab3d8a"
+SRC_URI[sha256sum] = "29e3c5ce764b494771876aef3f587ed4867374a0f4e28afe39d4f0640ddb7744"
RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"