diff mbox series

[AUH] sip: upgrading to 6.7.11 SUCCEEDED

Message ID 20230805073819.DB061C0015E@smtp.lore.kernel.org
State New
Headers show
Series [AUH] sip: upgrading to 6.7.11 SUCCEEDED | expand

Commit Message

auh@moto-timo.dev Aug. 5, 2023, 7:38 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-sip-upgrade-6.7.10-6.7.11.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 5b0fca6d7dfa09da6f3bc5f5c6f8ced9529b8d81 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:13:22 -0500
Subject: [PATCH] sip: upgrade 6.7.10 -> 6.7.11

---
 meta-oe/recipes-devtools/sip/{sip_6.7.10.bb => sip_6.7.11.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/sip/{sip_6.7.10.bb => sip_6.7.11.bb} (83%)
diff mbox series

Patch

From 5b0fca6d7dfa09da6f3bc5f5c6f8ced9529b8d81 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:13:22 -0500
Subject: [PATCH] sip: upgrade 6.7.10 -> 6.7.11

---
 meta-oe/recipes-devtools/sip/{sip_6.7.10.bb => sip_6.7.11.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/sip/{sip_6.7.10.bb => sip_6.7.11.bb} (83%)

diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.10.bb b/meta-oe/recipes-devtools/sip/sip_6.7.11.bb
similarity index 83%
rename from meta-oe/recipes-devtools/sip/sip_6.7.10.bb
rename to meta-oe/recipes-devtools/sip/sip_6.7.11.bb
index c141d8f58..66ec979ac 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.7.10.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.7.11.bb
@@ -11,6 +11,6 @@  LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
 inherit pypi setuptools3 python3native
 
 PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = "398aeb84ee03f3a953947cac70e60d3b02dceba3c4f4dd46c5383e9dbe3936bb"
+SRC_URI[sha256sum] = "f0dc3287a0b172e5664931c87847750d47e4fdcda4fe362b514af8edd655b469"
 
 BBCLASSEXTEND = "native"
-- 
2.25.1