diff mbox series

[AUH] python3-pygobject: upgrading to 3.56.3 SUCCEEDED

Message ID 0101019e2bcbba4f-5ae61e22-18b8-4c82-9d79-733ab58a504f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pygobject: upgrading to 3.56.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org May 15, 2026, 1:20 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-pygobject* to *3.56.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pygobject-upgrade-3.56.2-3.56.3.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 5d418b0b2f23f2253af5b072472314dc518a188a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 May 2026 08:53:19 +0000
Subject: [PATCH] python3-pygobject: upgrade 3.56.2 -> 3.56.3

---
 ...{python3-pygobject_3.56.2.bb => python3-pygobject_3.56.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.56.2.bb => python3-pygobject_3.56.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.56.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pygobject_3.56.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.56.3.bb
index 24a58adee6..e246a2d451 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.56.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb
@@ -19,7 +19,7 @@  DEPENDS += "python3 glib-2.0"
 GNOME_COMPRESS_TYPE = "gz"
 GNOMEBN = "pygobject"
 
-SRC_URI[archive.sha256sum] = "b816098969544081de9eecedb94ad6ac59c77e4d571fe7051f18bebcec074313"
+SRC_URI[archive.sha256sum] = "12760e4a0e3d04b6eb95e06f7a27e362c826d567ea613373a92c003b6c70d2d6"
 
 S = "${UNPACKDIR}/${GNOMEBN}-${PV}"