diff mbox series

[AUH] diffoscope: upgrading to 244 SUCCEEDED

Message ID 010101895b73b259-0fe36a8a-8c3a-48da-8ad3-31557311587f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] diffoscope: upgrading to 244 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 15, 2023, 9:27 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *244* has Succeeded.

Next steps:
    - apply the patch: git am 0001-diffoscope-upgrade-242-244.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 6e6750ed611bb8dcfa5354bd2b2dd6cc64ff4e3c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Jul 2023 20:48:50 +0000
Subject: [PATCH] diffoscope: upgrade 242 -> 244

---
 .../diffoscope/{diffoscope_242.bb => diffoscope_244.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_242.bb => diffoscope_244.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-support/diffoscope/diffoscope_242.bb b/meta/recipes-support/diffoscope/diffoscope_244.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_242.bb
rename to meta/recipes-support/diffoscope/diffoscope_244.bb
index 4b0d518edc..7500eae132 100644
--- a/meta/recipes-support/diffoscope/diffoscope_242.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_244.bb
@@ -12,7 +12,7 @@  PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "d858c591d2c8d42b2b29eb6d229408607b1cd8a4e7ade72d0cd002db6d1c2a6e"
+SRC_URI[sha256sum] = "8bee8bbb144cdb7ddfa21886d5ce1822220139241c9a53def09b4adc3340db93"
 
 RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"