diff mbox series

diffoscope: upgrade 243 -> 244

Message ID 20230718154331.2836360-1-tgamblin@baylibre.com
State Accepted, archived
Commit e7ab92360cb9515c28197b809bdc8b112e23bb57
Headers show
Series diffoscope: upgrade 243 -> 244 | expand

Commit Message

Trevor Gamblin July 18, 2023, 3:43 p.m. UTC
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 <tgamblin@baylibre.com>
---
 .../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} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_244.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_243.bb
rename to meta/recipes-support/diffoscope/diffoscope_244.bb
index a73ad6da9e..7500eae132 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 vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"