From patchwork Wed Nov 5 23:16:28 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: 73707 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 34ADECD3436 for ; Wed, 5 Nov 2025 23:16:35 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2349.1762384572388914338 for ; Wed, 05 Nov 2025 15:16:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=J2+hNZxC; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=gHR9nrwQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019a564ead1f-8d0ecd96-0770-4735-be8b-117da3d3894f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1762384588; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CS6r6o0SUnb92jOE6TR238WMtEQ6eZsBbRs9d408L2I=; b=J2+hNZxCFrEFXEvXKDFjDfSxz0TIE/dhgUmSkz2OXPcGPVW2W+e1jI6G3vYarlGI +QNv+71nKPJmkEJ7uRkHhUS3nyy+Kub6jI3jy5N39CY+klzTg8Unfzu+XsOmmSNVG4U b9t0YUCw/zWWHmcSCP4rLSizU+7RF69ShIgm3s8g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384588; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CS6r6o0SUnb92jOE6TR238WMtEQ6eZsBbRs9d408L2I=; b=gHR9nrwQsKlEojLKVpSx2ojxXyoD/5mQm9rzkuk2mjt+ltR0wdcknKgTAQouLIW3 Pigd/AaWE4tmXMFue0cXnSlzCQSxUE4bydlXtiFZNoh8YsW/ki21rDr8d6ZWSc79aM6 uOHCOcZ+UwsmgDr/+lVzaSMeoTVGUgtvd+MoFUz4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pygobject: upgrading to 3.54.5 SUCCEEDED Message-ID: <0101019a564ead1f-8d0ecd96-0770-4735-be8b-117da3d3894f-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:28 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.192 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 ; Wed, 05 Nov 2025 23:16:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225838 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pygobject* to *3.54.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygobject-upgrade-3.52.3-3.54.5.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 5258356afbc77c83e9f455c1751d7bf9583db7a6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 17:33:17 +0000 Subject: [PATCH] python3-pygobject: upgrade 3.52.3 -> 3.54.5 --- ..._3.52.3.bb => python3-pygobject_3.54.5.bb} | 107 +++++++++++++++++- 1 file changed, 105 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pygobject_3.52.3.bb => python3-pygobject_3.54.5.bb} (23%) diff --git a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb b/meta/recipes-devtools/python/python3-pygobject_3.54.5.bb similarity index 23% rename from meta/recipes-devtools/python/python3-pygobject_3.52.3.bb rename to meta/recipes-devtools/python/python3-pygobject_3.54.5.bb index 42b071ca08..5702fbbe92 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.54.5.bb @@ -1,9 +1,112 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -55,7 +55,7 @@ +# that what they have is not the original version, so that the original +# author's reputation will not be affected by problems that might be +# introduced by others. +# - +# + +# Finally, software patents pose a constant threat to the existence of +# any free program. We wish to make sure that a company cannot +# effectively restrict the users of a free program by obtaining a +# @@ -111,7 +111,7 @@ +# "work based on the library" and a "work that uses the library". The +# former contains code derived from the library, whereas the latter must +# be combined with the library in order to run. +# - +# + +# GNU LESSER GENERAL PUBLIC LICENSE +# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +# +# @@ -146,7 +146,7 @@ +# on the Library (independent of the use of the Library in a tool for +# writing it). Whether that is true depends on what the Library does +# and what the program that uses the Library does. +# - +# + +# 1. You may copy and distribute verbatim copies of the Library's +# complete source code as you receive it, in any medium, provided that +# you conspicuously and appropriately publish on each copy an +# @@ -158,7 +158,7 @@ +# You may charge a fee for the physical act of transferring a copy, +# and you may at your option offer warranty protection in exchange for a +# fee. +# - +# + +# 2. You may modify your copy or copies of the Library or any portion +# of it, thus forming a work based on the Library, and copy and +# distribute such modifications or work under the terms of Section 1 +# @@ -216,7 +216,7 @@ +# ordinary GNU General Public License has appeared, then you can specify +# that version instead if you wish.) Do not make any other change in +# these notices. +# - +# + +# Once this change is made in a given copy, it is irreversible for +# that copy, so the ordinary GNU General Public License applies to all +# subsequent copies and derivative works made from that copy. +# @@ -267,7 +267,7 @@ +# distribute the object code for the work under the terms of Section 6. +# Any executables containing that work also fall under Section 6, +# whether or not they are linked directly with the Library itself. +# - +# + +# 6. As an exception to the Sections above, you may also combine or +# link a "work that uses the Library" with the Library to produce a +# work containing portions of the Library, and distribute that work +# @@ -329,7 +329,7 @@ +# accompany the operating system. Such a contradiction means you cannot +# use both them and the Library together in an executable that you +# distribute. +# - +# + +# 7. You may place library facilities that are a work based on the +# Library side-by-side in a single library together with other library +# facilities not covered by this License, and distribute such a combined +# @@ -370,7 +370,7 @@ +# restrictions on the recipients' exercise of the rights granted herein. +# You are not responsible for enforcing compliance by third parties with +# this License. +# - +# + +# 11. If, as a consequence of a court judgment or allegation of patent +# infringement or for any other reason (not limited to patent issues), +# conditions are imposed on you (whether by court order, agreement or +# @@ -422,7 +422,7 @@ +# the Free Software Foundation. If the Library does not specify a +# license version number, you may choose any version ever published by +# the Free Software Foundation. +# - +# + +# 14. If you wish to incorporate parts of the Library into other free +# programs whose distribution conditions are incompatible with these, +# write to the author to ask for permission. For software which is +# @@ -456,7 +456,7 @@ +# DAMAGES. +# +# END OF TERMS AND CONDITIONS +# - +# + +# How to Apply These Terms to Your New Libraries +# +# If you develop a new library, and you want it to be of the greatest +# +# + SUMMARY = "Python GObject bindings" HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject" DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more." SECTION = "devel/python" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" +LIC_FILES_CHKSUM = "file://COPYING;md5=91db794c3adc9d824d4eddabb341e816" GIR_MESON_OPTION = "" @@ -19,7 +122,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] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82" +SRC_URI[sha256sum] = "b6656f6348f5245606cf15ea48c384c7f05156c75ead206c1b246c80a22fb585" S = "${UNPACKDIR}/${SRCNAME}-${PV}"