]> code.ossystems Code Review - openembedded-core.git/commitdiff
diffoscope: upgrade 189 -> 190
authorwangmy <wangmy@fujitsu.com>
Tue, 9 Nov 2021 12:09:04 +0000 (20:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Nov 2021 19:26:14 +0000 (19:26 +0000)
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>
meta/recipes-support/diffoscope/diffoscope_190.bb [moved from meta/recipes-support/diffoscope/diffoscope_189.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_189.bb
rename to meta/recipes-support/diffoscope/diffoscope_190.bb
index d3c70b47c52e58d9d2d7acaf0f8b8e502666901f..8303ee469310f08c52ac229a79c455183c6fa2b3 100644 (file)
@@ -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"