diff mbox series

[AUH] python3-pygobject: upgrading to 3.50.0 SUCCEEDED

Message ID 01010191f61ad9a1-0b62e4f1-1b0b-41cf-8bba-4f343e3ec302-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pygobject: upgrading to 3.50.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2024, 2:34 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.50.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pygobject-upgrade-3.48.2-3.50.0.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 023a9aa94f83c50a762dda0bf61f104296788c87 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Sep 2024 09:00:33 +0000
Subject: [PATCH] python3-pygobject: upgrade 3.48.2 -> 3.50.0

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

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pygobject_3.48.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.50.0.bb
index 3d83a8a1c2..ab3d737866 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.50.0.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.xz"
-SRC_URI[sha256sum] = "0794aeb4a9be31a092ac20621b5f54ec280f9185943d328b105cdae6298ad1a7"
+SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"