From patchwork Tue Apr 1 12:43:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60449 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 1E01BC369B9 for ; Tue, 1 Apr 2025 12:43:24 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.18075.1743511396844481230 for ; Tue, 01 Apr 2025 05:43:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=MKnK5F2g; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=f3/mzveE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010195f160a578-b3af36ba-a441-43e0-a8ca-ce09ec289d31-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1743511397; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=p1ovDgaSAL3kovbsosMGq2s3bprTwhRAm6weVEDFz/I=; b=MKnK5F2g1SgXkl2IUHoB4sX2z3zl7M4LbpfHjd0DboSa+7fdmP9O4dvrDc1Ofzrn CFtjLJ2kCuuWyTg8vSO06z7uo+XVal/P/UBkEJmk54W0wsfXRRjy1sQKKSBIhxkPMHI 3eCC6SFtFdfZnSm+yC/lXv7QSpvPwsupVknGAaks= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511397; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=p1ovDgaSAL3kovbsosMGq2s3bprTwhRAm6weVEDFz/I=; b=f3/mzveEW67WCISb4z8ozFgIsmABlrcKgcIkj/ghasHuVF5qvhSeXj5USuuNOJoB FlP0HU28GcK+TpiJtOWMP1wmgmoDWz4zatDtf9SvsC0Wt698BjaTajTTPiav/yyRIrx n8pQDYrsoKBrh1Xmw0EbOml3SHIkvU/Y41Osq8qQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Zang Ruochen Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pygobject: upgrading to 3.52.3 SUCCEEDED Message-ID: <01010195f160a578-b3af36ba-a441-43e0-a8ca-ce09ec289d31-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.31 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 01 Apr 2025 12:43:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214066 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 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 --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}"