diff mbox series

[AUH] python3-pygobject: upgrading to 3.52.3 SUCCEEDED

Message ID 01010195f160a578-b3af36ba-a441-43e0-a8ca-ce09ec289d31-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pygobject: upgrading to 3.52.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2025, 12:43 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.52.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pygobject-upgrade-3.52.2-3.52.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 60ed5cd3a907a220c362d81a6e392d755b18352d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Apr 2025 09:08:57 +0000
Subject: [PATCH] python3-pygobject: upgrade 3.52.2 -> 3.52.3

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

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
index 08f7dc67b0..221de7783d 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
@@ -19,7 +19,7 @@  DEPENDS += "python3 glib-2.0"
 SRCNAME = "pygobject"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "869f42ee70dcf6de50bce267072e2c35cee7fcd2e32ea1af3a3a99a88901850a"
+SRC_URI[sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"