From patchwork Fri Aug 28 05:57:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 96630 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0B76C61DD4 for ; Fri, 28 Aug 2026 05:57:52 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.418.1787896670907591387 for ; Thu, 27 Aug 2026 22:57:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=XxGTtj0g; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Zz1cuNg7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101a046f2274f-e0a8e855-4fb9-4b91-af87-9cde02546766-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1787896670; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WhrTq8p5F831/W7QiaITghh4pd556fcVo5MnpH9nH3w=; b=XxGTtj0grsGLsl6nTX7W336aiTz26cwn51NzQ9xXSQFKvmxcwWka7hqTnRe7IkN3 Hz1QkaQfXf/pj0awe7X9LfInZaPX28je2SRO2T3SC8jMUNoa6+D9UNMQ+3YNsEc/Cuf i9KsIE7OD57GFcOmyYCWcyAjUlD2IpEwVDrhiVtA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787896670; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WhrTq8p5F831/W7QiaITghh4pd556fcVo5MnpH9nH3w=; b=Zz1cuNg71NYWPgC8Bon0PflZVngQlTucoWQq7lHKJcBAoEfdsQjuyzcibk60uWTm EVv9QuNIQZyax6M1q7TpJRkBBooFm7vX8KmSS1tmIlwAz0KNJ7oYHollpn8m3rJFuQI nnjHJnV6hhXbZLF5aYbR7FQ18ZRnQ5BzyLUXgYZg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pygobject: upgrading to 3.58.0 SUCCEEDED Message-ID: <010101a046f2274f-e0a8e855-4fb9-4b91-af87-9cde02546766-000000@us-west-2.amazonses.com> Date: Fri, 28 Aug 2026 05:57:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.28-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 28 Aug 2026 05:57:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244509 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pygobject* to *3.58.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygobject-upgrade-3.56.3-3.58.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 a39ebc2ef1afcbef45197ee0ef442c6aa636a6c9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 28 Aug 2026 05:45:17 +0000 Subject: [PATCH] python3-pygobject: upgrade 3.56.3 -> 3.58.0 Source: NEWS 3.58.0 - 2026-08-27 * Stable release 3.57.1 - 2026-08-14 ------------------- * Add extra checks around construction of object destroy notifier :mr:`560` * `GLib.Pid` should be a number with a special `close` method :mr:`556` * Use `PathLike` objects for `Gtk.Template` :mr:`555` * Fast marshalling of `bytearray` to `GBytes` :mr:`558` * Prevent crashes where `GValue` is `NULL` :mr:`559` 3.57.0 - 2026-07-20 ------------------- * doc: Update tutorial and examples :mr:`536` :mr:`537` :mr:`538` * Fix potential buffer overflow errors where the C API exposes `GArray`'s :mr:`540` :mr:`550` * gio: Support creating `GFile` child with slash operator, similar to `pathlib.Path` :mr:`539` * Refactor memory management for marshaller cache :mr:`490` :mr:`517` * Add missing msg argument to asyncio cancel() :mr:`541` * Fix deprecation warning for register_object :mr:`542` * Find libraries automatically on Windows :mr:`415` * Fix crash when `user_data` is defined before callback :mr:`554` * Avoid extraneous deprecation warnings :mr:`545` * Support generic annotations on `Async` :mr:`547` * fix: Simplify string prefix handling :mr:`548` * doc: Use gobject-linter for linting GObject code :mr:`543` :mr:`551` :mr:`552` --- ...{python3-pygobject_3.56.3.bb => python3-pygobject_3.58.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygobject_3.56.3.bb => python3-pygobject_3.58.0.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb b/meta/recipes-devtools/python/python3-pygobject_3.58.0.bb similarity index 93% rename from meta/recipes-devtools/python/python3-pygobject_3.56.3.bb rename to meta/recipes-devtools/python/python3-pygobject_3.58.0.bb index e246a2d451..7f5bec8f70 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.58.0.bb @@ -19,7 +19,7 @@ DEPENDS += "python3 glib-2.0" GNOME_COMPRESS_TYPE = "gz" GNOMEBN = "pygobject" -SRC_URI[archive.sha256sum] = "12760e4a0e3d04b6eb95e06f7a27e362c826d567ea613373a92c003b6c70d2d6" +SRC_URI[archive.sha256sum] = "45068697de3ffe46840ca369705f23118b34db4f7deb63f6eff079a6734ddcca" S = "${UNPACKDIR}/${GNOMEBN}-${PV}"