diff mbox series

[AUH] diffoscope: upgrading to 243 SUCCEEDED

Message ID 010101891230a047-3f7c7359-3e88-412e-b235-5876f82489d6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] diffoscope: upgrading to 243 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 1, 2023, 4:02 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-diffoscope-upgrade-242-243.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 3772fccb571c3007550992ff60c6b9c35cb5f679 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Jul 2023 15:12:53 +0000
Subject: [PATCH] diffoscope: upgrade 242 -> 243

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

Patch

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