deleted file mode 100644
@@ -1,31 +0,0 @@
-From d00ad09688e9dcc42020949e276741d3ae58c10d Mon Sep 17 00:00:00 2001
-From: Dan Yeaw <dan@yeaw.me>
-Date: Mon, 13 Oct 2025 21:45:22 -0400
-Subject: [PATCH] Fix syntax error for missing ;
-
-This fixes a compile error with older GCC, for example GCC 10 on Debian 11:
-
- gi/pygi-resulttuple.c:337:1: error: label at end of compound statement
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- gi/pygi-resulttuple.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gi/pygi-resulttuple.c b/gi/pygi-resulttuple.c
-index 8b793e4d0..4d892e94d 100644
---- a/gi/pygi-resulttuple.c
-+++ b/gi/pygi-resulttuple.c
-@@ -335,7 +335,7 @@ resulttuple_dealloc (PyObject *self)
- Py_TYPE (self)->tp_free (self);
-
- done:
-- CPy_TRASHCAN_END (self)
-+ CPy_TRASHCAN_END (self);
- }
- #endif
-
-GitLab
-
similarity index 90%
rename from meta/recipes-devtools/python/python3-pygobject_3.54.5.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.56.1.bb
@@ -19,9 +19,7 @@ DEPENDS += "python3 glib-2.0"
GNOME_COMPRESS_TYPE = "gz"
GNOMEBN = "pygobject"
-SRC_URI += "file://semicolon.patch"
-
-SRC_URI[archive.sha256sum] = "b6656f6348f5245606cf15ea48c384c7f05156c75ead206c1b246c80a22fb585"
+SRC_URI[archive.sha256sum] = "2ec1cc8c55c7ffeebb97e58a9bba7aa1e74611f1173628084685446804a8881a"
S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
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.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygobject-upgrade-3.54.5-3.56.1.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 be2703e61fa12f2e7e4cf76f414be7653deceb72 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sun, 15 Mar 2026 08:16:51 +0000 Subject: [PATCH] python3-pygobject: upgrade 3.54.5 -> 3.56.1 --- .../python/python3-pygobject/semicolon.patch | 31 ------------------- ..._3.54.5.bb => python3-pygobject_3.56.1.bb} | 4 +-- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pygobject/semicolon.patch rename meta/recipes-devtools/python/{python3-pygobject_3.54.5.bb => python3-pygobject_3.56.1.bb} (90%)