From e7ab92360cb9515c28197b809bdc8b112e23bb57 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 18 Jul 2023 11:43:31 -0400 Subject: [PATCH] diffoscope: upgrade 243 -> 244 Changelog: https://diffoscope.org/news/diffoscope-244-released/ * Address compatibility with python-libarchive-c version 5. (Closes: reproducible-builds/diffoscope#344) * Testsuite changes: - Mark that test_dex::test_javap_14_differences requires procyon. - Fix "test skipped" textual reason generation in the case of a required version being outside of the required range. - Temporarily mark some Android-related as XFAIL due to Debian bugs #1040941 and #1040916. Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni --- .../diffoscope/{diffoscope_243.bb => diffoscope_244.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_243.bb => diffoscope_244.bb} (93%) diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_244.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_243.bb rename to meta/recipes-support/diffoscope/diffoscope_244.bb index 5cdc2caf105..c17bd81f5b1 100644 --- a/meta/recipes-support/diffoscope/diffoscope_243.bb +++ b/meta/recipes-support/diffoscope/diffoscope_244.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1" +SRC_URI[sha256sum] = "8bee8bbb144cdb7ddfa21886d5ce1822220139241c9a53def09b4adc3340db93" RDEPENDS:${PN} += "\ binutils \ -- 2.47.3