From b9c59b5d2ac29544c1877f50ec10d2126339d814 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 9 Nov 2021 20:09:04 +0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../diffoscope/{diffoscope_189.bb => diffoscope_190.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_189.bb => diffoscope_190.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_189.bb b/meta/recipes-support/diffoscope/diffoscope_190.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_189.bb rename to 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" -- 2.40.1