From patchwork Tue Jul 22 03:12:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67227 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 DEF0DC83F25 for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.4281.1753153983351867204 for ; Mon, 21 Jul 2025 20:13:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MulcH7u1; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153983; x=1784689983; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=UqEyw4wpxxwVzEaEg85VBe9YvqtPpgVR4WUb2nbzPps=; b=MulcH7u1U+3U5znftNRU5au8aEDv4J9zxnAyd21NE0DtQ7vWD26jHKct MaM7wqvnuDhwazQjIH9sYtmDncuTwQU5hMB5jbGnXAiAzii0E4RyyS54+ JE9wdHf/FtlrajZasBKcccdE9cTEfQ50jrUX0zP9nkK0t4jrk/5erDgU3 WYWk+/GeBGjDuepgpIUnHy9+BQREpnwDDps3sIGPihcHxB+79cq+Se8A7 f5XXfE/FRWN0X1L37PTldm564sV9FBaCgp8ySdW4Sz2buw7px+4xxmuwg t+DzSIatAtANn7cuysmXWxCbyst355IQnyu1VBENi2/PiJGtpc8iWbM56 Q==; X-CSE-ConnectionGUID: VU7qXxwbSW2DkKUWDzmqGg== X-CSE-MsgGUID: lFQYixRdQDyV4PO7ZSkxwQ== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="194957488" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="194957488" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:01 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 8A1EC1467 for ; Tue, 22 Jul 2025 03:13:01 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id F26F0C00232 for ; Tue, 22 Jul 2025 03:13:00 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DD9121A0071; Tue, 22 Jul 2025 11:12:57 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-gnome] [PATCH 01/21] gexiv2: upgrade 0.14.5 -> 0.14.6 Date: Tue, 22 Jul 2025 11:12:09 +0800 Message-ID: <20250722031245.884-1-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 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, 22 Jul 2025 03:13:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118665 Changelog: =========== - Fix memory leak when calling open_* multiple times - ci: Add fmt to flatpak builder - Fix gexiv2_metadata_get_xmp_tag_multiple returning incorrect value - tests: Add test for #87 - tests: Add missing file Signed-off-by: Liu Yiding --- .../recipes-gnome/gexiv2/{gexiv2_0.14.5.bb => gexiv2_0.14.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gexiv2/{gexiv2_0.14.5.bb => gexiv2_0.14.6.bb} (91%) diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.6.bb similarity index 91% rename from meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb rename to meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.6.bb index fadae34608..9d6cc7679a 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.6.bb @@ -8,7 +8,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" inherit gnomebase gobject-introspection gtk-doc python3native vala -SRC_URI[archive.sha256sum] = "0913c53daabab1f1ab586afd55bb55370796f2b8abcc6e37640ab7704ad99ce1" +SRC_URI[archive.sha256sum] = "606c28aaae7b1f3ef5c8eabe5e7dffd7c5a1c866d25b7671fb847fe287a72b8b" EXTRA_OEMESON = " \ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \ From patchwork Tue Jul 22 03:12:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67241 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 5E1A6C83F26 for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.4255.1753153990390718791 for ; Mon, 21 Jul 2025 20:13:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sQMmBQM8; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153991; x=1784689991; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aYzFXcS0Ch/qxNIf391HKhWTsL9fiKDc8/CkAtUWnAQ=; b=sQMmBQM898wmvHZGKN4RHQeKsfag3ONOQcFaSnR5JBm7wtv/4/GmSapr 7aFXk2Xd5rn1pEIAK65zvmHh69UIgM/UgW6tkytm0+mCouU/bVn/SVNfh Syq6rm4xS06mlzW0VfXHpl3IBiEe482b8RRn3hmDtL/8P5dB9BzE64fIM IANfNNVKfiOCo9rWb0wUYbm3wT4GvCJMVbf6JAd9PCyjdeODfACFMe8Ji 6ZkT2hnceWiAfWC3fwzpQ6B8qNJE6O+H4xEZmbtxKNHG5+Tt6IOEHaVsR sZE1P4PcS52LgXY+t4NIn51bSybfLZc4RvMll28wb1h2R9fN6Opxv6+Ej Q==; X-CSE-ConnectionGUID: meOkMiIlRrSU+BmbWt/MGA== X-CSE-MsgGUID: ZwZ6qGwCQLuziYqminIfAw== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="206935415" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="206935415" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:02 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id CC68D8203C8 for ; Tue, 22 Jul 2025 03:13:01 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 4A12114003F3 for ; Tue, 22 Jul 2025 03:13:01 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7194D1A0073; Tue, 22 Jul 2025 11:12:58 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-perl] [PATCH 02/21] libio-socket-ssl-perl: upgrade 2.090 -> 2.095 Date: Tue, 22 Jul 2025 11:12:10 +0800 Message-ID: <20250722031245.884-2-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118680 Changelog: =========== - regression: make sysread set buffer to empty string again when returning EOf. Fixes #171 - fixed memory leak introduced in 2.092 - Another rework for one-sided SSL shutdown, to a) implement a useful and secure behavior and b) without affecting existing applications. 2.092 had still unwanted side effects - rework implementation and behavior for one-sided SSL shutdown. Implementation in 2.091 lead to some problems with Net::FTP and others. - fix behavior on one-sided SSL shutdown. If the application continued to read after half-closing the SSL connection this could result in reading encrypted data (i.e. close notify, SSL session tickets ...). See documentation of stop_SSL for detailed description of handling half-closed SSL connections. Signed-off-by: Liu Yiding --- ...-socket-ssl-perl_2.090.bb => libio-socket-ssl-perl_2.095.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.090.bb => libio-socket-ssl-perl_2.095.bb} (94%) diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.095.bb similarity index 94% rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.095.bb index 58d099043d..114eeee313 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.095.bb @@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\ " SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" -SRC_URI[sha256sum] = "fdda17888df9f88251b62856f17fcac8f144858c72d7e01d1c4b437d23383d97" +SRC_URI[sha256sum] = "7e764392b1b8bd44e654183c082b75be47800e98d7cd325f0e1b76c7d9a6b768" S = "${UNPACKDIR}/IO-Socket-SSL-${PV}" From patchwork Tue Jul 22 03:12:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67237 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 39FB5C87FD2 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.4282.1753153984138436528 for ; Mon, 21 Jul 2025 20:13:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hn6Jjqrm; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153984; x=1784689984; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eOpjOOOm6FeteG66U+msPdQqhMiV6b3PuXZOMfXrnm4=; b=hn6Jjqrms+gQruhvMhOWF4kQF3+sirNZzHZku+GZDlycAqp4ZK63JtF0 MXugg3ZYRh674J9fw5IQZsWnpR48ZZLGzz0Ow5zXNwBCtBTIJLwn8cbaB 6kIHHjoANR7UZil6AfYgoBIaVeAmGlviHNEm7a2Pqwv95wvWZ6X6CZOu+ Dj/TJnmmWN1fYCWvhnUrd3u1JanopyVM13Ootv4WrjWFMB+IFwx+YbnWD reF8IBBnWto4mHfPUy2dKYpvoCWd3nnps1ze+/rlRRblz2n2QiMrFzgvX P7+tFjfI/vO7aOGr/9jXHD5wL4XlV+pEmuk+10F0NPy89KjD3lSmvIogI g==; X-CSE-ConnectionGUID: 7W7hwddXS0CfgDTbgf0QXw== X-CSE-MsgGUID: FowrKSgmTseo8ll8z8QH8g== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="185871544" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="185871544" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:02 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 629C61002B82 for ; Tue, 22 Jul 2025 03:13:02 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id CB0C58D65D6 for ; Tue, 22 Jul 2025 03:13:01 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E6B351A0074; Tue, 22 Jul 2025 11:12:58 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-gnome] [PATCH 03/21] mutter: upgrade 48.0 -> 48.4 Date: Tue, 22 Jul 2025 11:12:11 +0800 Message-ID: <20250722031245.884-3-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118666 Changelog: =========== 48.4 ==== * Unlink outputs from unused connectors in update_outputs [Michel; !4474] * Add speed limit to Visual alerts [Sergio; !4487] * Fix behavior of windows that get activated before mapped [Alessandro; !4462] * Fix incorrect cursor over Xwayland clients [Carlos; !4433] * Fix hi-res scroll events getting converted to flip-flopping discrete events [Peter; !4459] * Fixed crash [Daniel; !4303] * Misc. bug fixes and cleanups [Alessandro, Jonas, Jordan, Alessandro, Corentin, Daniel, Lukáš, Rémi, Michel; !4481, !4482, !4485, !4492, !4496, !4495, !4444, !4447, !4442, !4452] 48.3.1 ====== * Fix Xwayland windows becoming unresponsive to events [Jonas; !4475] * Fix drag and drop of tabs into tiled/maximized state [Carlos; !4468] 48.3 ==== * Use opaque dma-buf formats substitutes for scanout [Robert; !4320] * Restore tiled/maximized windows to the correct monitor [Nick; !4411] * Do not leak session manager file to launched processes [Sebastian K.; !4405] * Use frame-sync candidate that likely matches scanout candidate [Robert; !4412] * Propagate all touchpad gesture events to apps [Carlos; !4417] * Update window decorations on override-redirect attribute [Rémi; !4287] * Load initial _NET_WM_FULLSCREEN_MONITORS value [Zhiyi; !4389] * Fix race when registering implicit grab [Alessandro; !4399] * Skip multiple refresh intervals if necessary [Michel; !4406] * box-layout: Update actor-request-mode on orientation changes [Jonas D.; !4339] * Do not take control of logind session on Xorg [Madhu; !4391] * Fixed crashes [Sebastian W., Jonas Å.; !4423, !4431] * Plugged leaks [Michel; !4432] * Misc. bug fixes and cleanups [Chris, Maxim, Michel, Carlos, Florian, Rémi; 48.2 ==== * Fix animated cursors [Michel; !4382] * Announce workspace changes to screen reader [Florian; !4385] * Fix popups showing in some situations [Carlos; !4354] * Fix wrong cursor after window animations [Carlos; !4392] * Fixed crashes [Michel; !4362] * Misc. bug fixes and cleanups [Florian, Robert, Sebastian, Jonas; !4349, !4383, !4393, !4386, !4269] 48.1 ==== * Fixed occasional screen freezes [Michel, Jonas; !4338, !4334, !4375] * Fix tablet tool cursor sizes when set via the cursor shape protocol [Jan; !4345] * Fix hiding the cursor when using the cursor shape protocl [Sebastian; !4358] * Fall back to the default color mode when a HDR monitor looses HDR capabilities [Sebastian, Jonas; !4357, !4364] * Disable HDR support with non-atomic (legacy) KMS drivers [Sebastian; !4357] * Fix the cursor shape protocol when being used with tablets [Carlos; !4367] * Immediately update cursors on theme and size changes [Sebastian; !4359] * Avoid cursor stuttering when cursor set via the cursor shape protocol [Michel; !4371] * Handle DnD cursor feedback in compositor [Carlos; !4368] * Fixed crashes [Orko, Michel, Jonas, Daniel; !4351, !4372, !4374, !4370, !4378] * Misc. bug fixes and cleanups [Daniel, Florian, Carlos, Michel; !4340, !4343, !4352, !4353, !4361, !4369, !4377] Signed-off-by: Liu Yiding --- .../files/0001-Dont-use-system-sysprof-dbus-folder.patch | 8 ++++---- .../mutter/{mutter_48.0.bb => mutter_48.4.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta-gnome/recipes-gnome/mutter/{mutter_48.0.bb => mutter_48.4.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch index 2f09c32997..8e4048bac6 100644 --- a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch +++ b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch @@ -1,4 +1,4 @@ -From 790177e2a89aa0710b570d595223bdb511241c56 Mon Sep 17 00:00:00 2001 +From 342358225ad886726d68239be8e9eb5e78eacb64 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 11 Feb 2025 13:39:54 +0100 Subject: [PATCH] Don't use system sysprof dbus folder @@ -10,7 +10,7 @@ system ($datadir/dbus-1/interfaces) instead of searching for it in the $RECIPE_SYSROOT. To ensure that it looks for this file in the correct folder, prefix -the search path with the value of the sys_root property, which is set +the search path with the value of the sys_root property, which is set in the meson.cross file (by meson.bbclass). Signed-off-by: Gyorgy Sarvari @@ -21,10 +21,10 @@ Upstream-Status: Inappropriate [oe-specific: only related to cross-compiling] 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index 551cb23..5199be6 100644 +index 8513f14..0f87e4a 100644 --- a/meson.build +++ b/meson.build -@@ -446,7 +446,7 @@ if have_profiler +@@ -469,7 +469,7 @@ if have_profiler if libsysprof_capture_dep.type_name() == 'pkgconfig' sysprof_dep = dependency('sysprof-6', 'sysprof-4') diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_48.0.bb rename to meta-gnome/recipes-gnome/mutter/mutter_48.4.bb index 6f799ad57a..d563e8a912 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb @@ -27,7 +27,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "9ca177fd5851a4077f17f6a888c45447b7d1163c9879580597a1fd837f47e57d" +SRC_URI[archive.sha256sum] = "1189cf7e63cc87cfdd1f3a86e8f14d97c33d6a9da254f23e81655549b6c50d93" SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch" From patchwork Tue Jul 22 03:12:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67238 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 45D0FC87FD3 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.4252.1753153984695241309 for ; Mon, 21 Jul 2025 20:13:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Kw91oOtG; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153984; x=1784689984; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LLrC2fjyYiV3PfbljD5XEti5LqwJY9o09CfNpX14HEM=; b=Kw91oOtG2UdeJ3nVCIOVULcXzUPLsEvp93JMn3pStrHy3MzLZ7m/oKtT 2YeuJlH/CHZfx7B4tvJlcKk/aOg3xuVOs+C5AubIDdFeQiyXhztZyDA6z oMNBAPIjHxtoZJC0o6lIeMGlBNsRPWnhdDteDanunx4byptjxue60GvpB rtaCHJzLoi7vITPT2G2H9T1Q/3ecBqWrtHth1gyUU16b2OhZejPqVlNmr PzCHvM5lJv+5A1wwWkdP0t/TNjYRgMnX/KkTdLMzxoRfBm9Rkpnx4fV71 RKcYBtwDjFMVCI2LHJCRae26fUJ+icvZ1JN7+yK032OgbzBCTYVFNE608 g==; X-CSE-ConnectionGUID: UeF1wmz3TKiMFF5Y3SEyhA== X-CSE-MsgGUID: KKbvfvoGTaulhir8qP9YhQ== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="195455334" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="195455334" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:03 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 008DA1476 for ; Tue, 22 Jul 2025 03:13:03 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 669CF180033F for ; Tue, 22 Jul 2025 03:13:02 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 61AD61A0078; Tue, 22 Jul 2025 11:12:59 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-networking] [PATCH 04/21] nbdkit: upgrade 1.43.11 -> 1.45.1 Date: Tue, 22 Jul 2025 11:12:12 +0800 Message-ID: <20250722031245.884-4-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118667 Signed-off-by: Liu Yiding --- ...02-plugins-Avoid-absolute-buildpaths-in-binaries.patch | 8 +++++--- .../nbdkit/{nbdkit_1.43.11.bb => nbdkit_1.45.1.bb} | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.43.11.bb => nbdkit_1.45.1.bb} (95%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch index 524ea0602d..99ab7cad61 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch +++ b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch @@ -1,4 +1,4 @@ -From 1ccbd8fdbd2e367a702e48c8703b2f010d067b23 Mon Sep 17 00:00:00 2001 +From b3854245f061d9ba2159bdb37197e1c711cbd9cd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 May 2023 18:16:24 -0700 Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries @@ -11,9 +11,11 @@ Upstream-Status: Submitted [https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30 Signed-off-by: Khem Raj --- - plugins/cc/Makefile.am | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) + plugins/cc/Makefile.am | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) +diff --git a/plugins/cc/Makefile.am b/plugins/cc/Makefile.am +index 478178bd..742ea535 100644 --- a/plugins/cc/Makefile.am +++ b/plugins/cc/Makefile.am @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb similarity index 95% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb index 9e7bdc9966..63194ad393 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ " -SRCREV = "2d0f232b590f4001881dd0819f55af72b88c4b2f" +SRCREV = "243c6911984abc82bb711d2e5ecb1a13c7ff93c4" DEPENDS = "curl xz e2fsprogs zlib" From patchwork Tue Jul 22 03:12:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67226 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 E14EEC83F1A for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4283.1753153985181374298 for ; Mon, 21 Jul 2025 20:13:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dqVJDEY5; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153986; x=1784689986; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vMrtg4cRCEGjRFeVfTI5SYnvXj5YqEBZzt435PUTet4=; b=dqVJDEY50h4psx7gOQk5m+e7mlGnqCSErhyJTMvR0lhuiZ7DZeb1Ks7q RXjruLorM+3s15fXXDTNNBlsn3gcxen2qXCXeIP1UxdcdGPioytzWr0cJ et1sqEVcUh0nyG4HI84aD9MoT2ZqhNLLTGX6XpPZwTCBY+aE9g6UNcctX oxL20F5Gioh3xr8Pr4VTyOP9LyLq85xsA6rKS7AyMqZ6772ktcZ74Eodk Nl6xNopoCM1gnlTRbcRZ2HieokdcgH2+sCpr02cp2q4+iSeR5MMbNEBFW HD/rSVMUIHfRgaJJr7YOxmlw+7dOyDEFfdHuAe+E235v6+EIi+hlF+a1t A==; X-CSE-ConnectionGUID: ddsWqP5mSBqX2Lb9B4bXpA== X-CSE-MsgGUID: G5SM5+mSSb2hQ72KMEPFWg== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="210239125" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="210239125" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:04 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 859491467 for ; Tue, 22 Jul 2025 03:13:03 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id ECD8AC0022A for ; Tue, 22 Jul 2025 03:13:02 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D99551A008D; Tue, 22 Jul 2025 11:12:59 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 05/21] python3-cmake: upgrade 4.0.2 -> 4.0.3 Date: Tue, 22 Jul 2025 11:12:13 +0800 Message-ID: <20250722031245.884-5-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118668 Changelog: =========== - update pre-commit hooks Signed-off-by: Liu Yiding --- .../python/{python3-cmake_4.0.2.bb => python3-cmake_4.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.0.2.bb => python3-cmake_4.0.3.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb b/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb index a0d249a962..719169e641 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "d6ce25b2cbebc073344d38b603ba223f8e633a07335f8056375f397a0f0027e5" +SRC_URI[sha256sum] = "215732f09ea8a7088fe1ab46bbd61669437217278d709fd3851bf8211e8c59e3" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Tue Jul 22 03:12:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67236 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 2DC8AC87FCF for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.4254.1753153986280899099 for ; Mon, 21 Jul 2025 20:13:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=t5ASeds9; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153986; x=1784689986; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tRpv8JY+cAd+cgQbeTHzc7rd7pZFvycjZ6EaNfCgjmE=; b=t5ASeds92xRCuvJE9qsbadaUC5qnZ1xg6mnNCF7/+cPspufSgmXfZT/T FOuUDpzsJsXIsS7fDzEJkBz7YId8b/UulhCUHoy7plqElKBFUXvN7QhCy uaAtjvtH3I0Fctd1JYaYS7gL+2htozv1SM7thoMe+96IwIGb+fUVZ7f5a XsIxikt3WZBi+5VVoTiO/vaEZA2j6DywG4veAdvCT2UUJN0NAA4mU7Ecy eRYAE1lA/KfmZOkCto3i7R402Q1Pumhu1K4ilKVhjB4SBgUlibp7loTOa FYmjTxQFtxNv/V+iy6V81v0MZYED+qYar+iNd13RgZtcHeUDU0uX3J7iv Q==; X-CSE-ConnectionGUID: m16VRRr5Qvi8AmAdGUS8Lg== X-CSE-MsgGUID: cALrjgHxRl+XILpvkbtuEw== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207018605" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207018605" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:05 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id BA9C61554 for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 2BB861800336 for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5EBCF1A008F; Tue, 22 Jul 2025 11:13:00 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 06/21] python3-distlib: upgrade 0.3.9 -> 0.4.0 Date: Tue, 22 Jul 2025 11:12:14 +0800 Message-ID: <20250722031245.884-6-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118670 Changelog: =========== - Added tag 0.3.9 for changeset 2f9280e89d42 - Bump version. - Locate with extras. - Make the type of finder needed in register_finder explicit (#236) - Add 3.13 to CI. - Tweak test which is unsuitable for Windows on Python >= 3.13. - Fix #238: Add build tag to wheel metadata if specified. - Exclude Python 3.7 from ubuntu-latest in CI. - Remove macos-12 from CI. - Update `test_wheel.WheelTestCase.test_abi` for freethreading (#244) - Support subdirectories in .dist-info (fixes #246) (#247) - Skip no-longer-relevant test. - Normalize archive paths in dist-info (#248) - Temporarily exclude 3.13t on windows-latest. - docs: update coverage results link (#250) - Guard script wrapper entrypoint import with if __main__ (#242) - Changes for 0.4.0. - Update change log, widen exception catching in test. Signed-off-by: Liu Yiding --- .../{python3-distlib_0.3.9.bb => python3-distlib_0.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-distlib_0.3.9.bb => python3-distlib_0.4.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb rename to meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb index 33e79d53e3..146803a45c 100644 --- a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/distlib" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc" -SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" +SRC_URI[sha256sum] = "feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d" BBCLASSEXTEND = "native nativesdk" inherit pypi python_setuptools_build_meta From patchwork Tue Jul 22 03:12:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67234 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 20F68C87FCE for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4283.1753153985181374298 for ; Mon, 21 Jul 2025 20:13:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BqmCYHfb; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153987; x=1784689987; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zAhPphKFVlRQwlvpd7Ms1VkNBJUZSTdmHD3EqO+70bo=; b=BqmCYHfb0RXO8jAE3c1D5kj9gum3bjQ/W0pDtObrlzJV8HN1u2lFt9eU 49fWmHTKGfDEkDs9V44yFqWpOjly/wnsBCtGONfbs7NFQKm5O/RC3+YZQ l4lpL/9vUAJQ9vHuUAZsjLfBa6hf8bFJ8Z7OY48WnwfkiDApfSC2ePL7t 8OKf9H+AcW4rvt0H4Y2FjUzOeBYKeGvFKAKe9+Icbqmzp6mxQaRkXkptW vaVn0Chndqk1hOpNuVMtPQcbqT0IOy6UN5i7g/MjHi71C4t8v6KziEXY5 IeBc5hAh3CsOZd4vKY8s9smdbmPvB55VlR46zZwC3gKimg7o0aD+As3J8 A==; X-CSE-ConnectionGUID: 4t0vBfioTHKDrB3arZqQNA== X-CSE-MsgGUID: SdhF+LLIQGKekQTMzawf/g== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="210239131" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="210239131" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:06 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 94E8A1002B8B for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 0E0D6C00560 for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C82991A0090; Tue, 22 Jul 2025 11:13:00 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Upgrade Helper , Liu Yiding Subject: [meta-python] [PATCH 07/21] python3-gevent: upgrade 25.4.2 -> 25.5.1 Date: Tue, 22 Jul 2025 11:12:15 +0800 Message-ID: <20250722031245.884-7-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118669 From: Upgrade Helper Signed-off-by: Liu Yiding --- .../0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 3 +-- .../{python3-gevent_25.4.2.bb => python3-gevent_25.5.1.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-gevent_25.4.2.bb => python3-gevent_25.5.1.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch index 49903d6ce8..68ef5d6d9a 100644 --- a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch +++ b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch @@ -1,4 +1,4 @@ -From 9eb453283a7ac8a9b1dd3eac86d936c7a430476b Mon Sep 17 00:00:00 2001 +From 21b8f74c3d0006c80549452743d50e6f012aa7ef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 Oct 2022 17:37:01 -0700 Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir @@ -10,7 +10,6 @@ we really do not need setuptools to deduce it for us. Upstream-Status: Inappropriate [ Cross-compile specific ] Signed-off-by: Khem Raj - --- _setuputils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb rename to meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb index b66fd5c8cf..05c4ea2205 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "7ffba461458ed28a85a01285ea0e0dc14f883204d17ce5ed82fa839a9d620028" +SRC_URI[sha256sum] = "582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61" inherit pypi python_setuptools_build_meta cython From patchwork Tue Jul 22 03:12:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67235 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 17C7FC87FCD for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.4284.1753153986928343744 for ; Mon, 21 Jul 2025 20:13:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RYEBsqWS; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153987; x=1784689987; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lcmXeJ/yHCS6FmktU1TpQPwHCC3p0dRjqaDF2WQT2rQ=; b=RYEBsqWSCf3pUUDOH06cADwHj2yUs+mmznb+6/Q13fAPvyubDrjrLRWG cS8aeM46+hMiHRtWnFSaOg03b+OTJx22qc/D52H/cmnaaLpQ0zj7XVULh 2HcZNXZ/krkAUl/kPkaniiikt0Q+gvFKYCcyQUKBdCu0lMgSvoF50f2q+ bEhZzUHOVVOJBL/bzPA5GVuuhGb88bDpwchzjlOz6TQOKuqp5dKIjkPML y2SCUDtb3CS6jgh5CfTUC78L9c16qG3m4GyOUyxUpEU4Iac/yB31c6f/c iyEw8CS07WPmYuJo1biVReiltTbgy2jKm5+e4E4jLy8VqRCxoNnYJPPO5 A==; X-CSE-ConnectionGUID: JACXaH7sQZ2+dtGJfSdtVA== X-CSE-MsgGUID: 4B9V6dsERi24JnrxA33t6Q== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="206977133" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="206977133" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:05 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 3C3DA1C02135 for ; Tue, 22 Jul 2025 03:13:05 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5D3688D65D6 for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 54C8E1A0096; Tue, 22 Jul 2025 11:13:01 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 08/21] python3-grpcio: upgrade 1.72.1 -> 1.73.1 Date: Tue, 22 Jul 2025 11:12:16 +0800 Message-ID: <20250722031245.884-8-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118672 Signed-off-by: Liu Yiding --- ...-python-enable-unbundled-cross-compilation.patch | 4 ++-- .../python/python3-grpcio/abseil-ppc-fixes.patch | 13 +++++-------- ...n3-grpcio_1.72.1.bb => python3-grpcio_1.73.1.bb} | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.72.1.bb => python3-grpcio_1.73.1.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch index b2b2713559..bfc471f3fe 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch @@ -1,4 +1,4 @@ -From ed9f268774838d279e23b4ae9fb95ca7650942b2 Mon Sep 17 00:00:00 2001 +From 55405c161ec71068229d13ef19d2f01ff59c2b77 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 5 Feb 2025 21:06:50 +0100 Subject: [PATCH] python: enable unbundled cross compilation @@ -13,7 +13,7 @@ Signed-off-by: Peter Marko 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py -index 4d13d87..f002ab2 100644 +index 39ca17e..bffa9fb 100644 --- a/setup.py +++ b/setup.py @@ -318,25 +318,25 @@ if BUILD_WITH_SYSTEM_OPENSSL: diff --git a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch index 69e06a7918..946e36f53f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch @@ -1,5 +1,5 @@ -From a2ec96a96ff7ba016e800212a942b9f29f255415 Mon Sep 17 00:00:00 2001 -From: Khem Raj +From 42b215f964b2c13db4adb0ee72f024607f74e6d1 Mon Sep 17 00:00:00 2001 +From: Khem Raj Date: Sat, 13 Mar 2021 10:26:25 -0800 Subject: [PATCH] An all-in-one patch that fixes several issues: @@ -22,7 +22,7 @@ Signed-off-by: Wang Mingyu 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc -index a0bf3a6..103b4f6 100644 +index 68f9273..5dbfaab 100644 --- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc +++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc @@ -20,7 +20,7 @@ @@ -85,10 +85,10 @@ index 3dd6ba1..9f0601c 100644 return reinterpret_cast(context->uc_mcontext.__gregs[REG_PC]); #elif defined(__s390__) && !defined(__s390x__) diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h -index 3929b1b..23d5e50 100644 +index 88949fe..4e26a6b 100644 --- a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h +++ b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h -@@ -60,7 +60,7 @@ +@@ -67,7 +67,7 @@ #elif defined(__i386__) || defined(__x86_64__) #define ABSL_STACKTRACE_INL_HEADER \ "absl/debugging/internal/stacktrace_x86-inl.inc" @@ -97,6 +97,3 @@ index 3929b1b..23d5e50 100644 #define ABSL_STACKTRACE_INL_HEADER \ "absl/debugging/internal/stacktrace_powerpc-inl.inc" #elif defined(__aarch64__) --- -2.43.0 - diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb index 79059a33cf..0edfab3101 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb @@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib" SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ file://abseil-ppc-fixes.patch \ " -SRC_URI[sha256sum] = "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" +SRC_URI[sha256sum] = "7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87" RDEPENDS:${PN} = "python3-protobuf" From patchwork Tue Jul 22 03:12:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67233 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 212ABC87FD1 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4283.1753153985181374298 for ; Mon, 21 Jul 2025 20:13:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=B0VSB7sE; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153988; x=1784689988; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kZjUN2L9FCt8BcJncOw8df+yUkpeIroqFsgeFcNYH8s=; b=B0VSB7sEl1ZHazOk0uftEtsnLKZfu1rV1UIfq3D+9w3nuwH/V5R+IKPm JW6Q7lm/XrNXvAzfR3gokFl2YIXOsyyDju5oj//E6Mk46ANmUh2Re1I1T qj8fvfIbE2Px7t3zKOCby5BstPUnFwRmePA6EVDDhsNzvG45Q1Lj6dCCz CRqvBqtLojYMlXGAOUL+trpB844JkzH65I+8nqpg/eXZFZNNqzZRJSrKv a6XdZn5+/DUl3AWpGn2scTJNQhBYnVdl79MrBinoqX2xMVYqm8ZMB+1SU MTEKQK4cGsMnxu8xoBa6+0hqC2KTjgCclgayxeTCZOzNGEAhpHmGcPV8U Q==; X-CSE-ConnectionGUID: DS8ECHHhRTOdJZkVJ+y4qQ== X-CSE-MsgGUID: UCcFSAvmTMifiMLFrC0law== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="210239135" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="210239135" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:06 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 7690D1C00085 for ; Tue, 22 Jul 2025 03:13:05 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id DBCEA180050A for ; Tue, 22 Jul 2025 03:13:04 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C8ED31A0071; Tue, 22 Jul 2025 11:13:01 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 09/21] python3-grpcio-channelz: upgrade 1.72.1 -> 1.73.1 Date: Tue, 22 Jul 2025 11:12:17 +0800 Message-ID: <20250722031245.884-9-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118671 Signed-off-by: Liu Yiding --- ...cio-channelz_1.72.1.bb => python3-grpcio-channelz_1.73.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-channelz_1.72.1.bb => python3-grpcio-channelz_1.73.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb index 0792506e03..857e842b70 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_channelz" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "7dec124f2cefe6d2f2b9176d578496a938a8407ea196eb7a27494f4a40793a0a" +SRC_URI[sha256sum] = "e48c5444db505d9e42ceca4399ccb9926bceb41189a8956140a94d2f95538be9" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jul 22 03:12:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67230 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 0494CC87FC8 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.4285.1753153987409603003 for ; Mon, 21 Jul 2025 20:13:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PaEDtmbp; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153987; x=1784689987; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Kk0jmaV0hjvrWjARY66VrcQQSWO9Q7DXYfZ0EsfxOp8=; b=PaEDtmbp4aedIvkUkbyv08BttajmCnmJc/Nr8qsHR7JzbbCiy1aMMcPe kDee5mD5HqqJZw6bBG3OaGgpsBhyvdvQNxXt8ZMM98vA/2gsucn9+/IGV OXEsIc2ttaR60qkJ0oO3rZb8/9IUPJw0Imz9xDvOGe+x+/wujO0WRQRF/ 52cX8Ou3KMAv9TctQw/YiGD5jMvPAA9+55z+wRg13c1F82gdEedlXFUgH OXbLYdXZRmfMHFKrf4LKD9ivjIdV8BCC01wDimcZhjCqeb+krfHzZtCZU hm3s6N89sqwdwJb0IwehczG08NO8nlQ+eY0DZeE4kVWbftzCOu7nRwlL8 g==; X-CSE-ConnectionGUID: mFgHjy1VQn29IFPl5cW+WA== X-CSE-MsgGUID: ytg2OkcVT2u2yIgtEhYKyA== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="206268229" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="206268229" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:06 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id E376A42A306 for ; Tue, 22 Jul 2025 03:13:05 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 5746018009D2 for ; Tue, 22 Jul 2025 03:13:05 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4C3E51A0073; Tue, 22 Jul 2025 11:13:02 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 10/21] python3-grpcio-reflection: upgrade 1.72.1 -> 1.73.1 Date: Tue, 22 Jul 2025 11:12:18 +0800 Message-ID: <20250722031245.884-10-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118674 Signed-off-by: Liu Yiding --- ...reflection_1.72.1.bb => python3-grpcio-reflection_1.73.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-reflection_1.72.1.bb => python3-grpcio-reflection_1.73.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb index a922dcd873..dfce718a41 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_reflection" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "f04f0c8c21937162c3a7d2b9532a42e568fd4096327bec8eb1cff8e7d8146150" +SRC_URI[sha256sum] = "2d6a420264e31e83e81114dd2586b5cd05a6c689b01dd5e2121d91f2b4e167f2" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jul 22 03:12:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67231 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 F055BC87FCA for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4286.1753153988028971761 for ; Mon, 21 Jul 2025 20:13:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O+PT9ZEM; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153988; x=1784689988; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+Vip/jzKdO7DUm+caKEl0cPCN/UV5YRa5Y1HXFPE/Jw=; b=O+PT9ZEMu2g4fXHZ+1KULvVkH5VUvcWHqLF42HTqQDHvrsjou/ehwIqh tm78z07D4d8MRbYXbMZKk56jdRQwUMUFjzCPBeCytnoidEGhbvXsh7Jwb 0TJr/wSptWDCszGgBs4N6Htnr0MAlIudbT7XVKwVtC3T+qQXJRz4eJdTC 7qd4n8Y2t6F24SEu4+0+rEsKlpPcNk7ZyPMKH7hRxJ8o/BEtu7s9KnlEn 1qCAnqJFtmFJSVx9Akuanf8DLdtwQqDTeaZIb0lsKXNdd4SbzKq8ZvABt c5j7ipOgJx9PhhDBQrJFeL6d51dRO+cdRHmKH8Ol9e7B0CrT0jqWmJfZn A==; X-CSE-ConnectionGUID: MOKddtuSSOqpjyqUgq0Miw== X-CSE-MsgGUID: sFevBJrMS8iAyEK9YQRkuQ== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207510934" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207510934" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:06 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 6B51D1C00086 for ; Tue, 22 Jul 2025 03:13:06 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id D2C3E180032F for ; Tue, 22 Jul 2025 03:13:05 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C72AA1A0074; Tue, 22 Jul 2025 11:13:02 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 11/21] python3-grpcio-tools: upgrade 1.72.1 -> 1.73.1 Date: Tue, 22 Jul 2025 11:12:19 +0800 Message-ID: <20250722031245.884-11-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118675 Signed-off-by: Liu Yiding --- .../0001-protobuf-Disable-musttail-attribute-on-mips.patch | 6 +++--- ...0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch | 7 ++----- ...pcio-tools_1.72.1.bb => python3-grpcio-tools_1.73.1.bb} | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.72.1.bb => python3-grpcio-tools_1.73.1.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch index cb12fb4983..0293cfe650 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch @@ -1,4 +1,4 @@ -From ded393c799d4d970d69a75c458f3672b03099aeb Mon Sep 17 00:00:00 2001 +From 668d3e577073e51cc7e98b42d89c1e2b9b4e04b4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Sep 2022 19:09:15 -0700 Subject: [PATCH] protobuf: Disable musttail attribute on mips @@ -13,10 +13,10 @@ Signed-off-by: Wang Mingyu 1 file changed, 1 insertion(+) diff --git a/third_party/protobuf/src/google/protobuf/port_def.inc b/third_party/protobuf/src/google/protobuf/port_def.inc -index 56f995e..4d36c2f 100644 +index edd6d51..6ddaf80 100644 --- a/third_party/protobuf/src/google/protobuf/port_def.inc +++ b/third_party/protobuf/src/google/protobuf/port_def.inc -@@ -227,6 +227,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125, 3), +@@ -235,6 +235,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125, 3), #error PROTOBUF_TAILCALL was previously defined #endif #if ABSL_HAVE_CPP_ATTRIBUTE(clang::musttail) && !defined(__arm__) && \ diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch index 439b337bda..b779d1441a 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch @@ -1,4 +1,4 @@ -From f1bf68aaa5417bcb7ad4996f1be8d2c0f53c521c Mon Sep 17 00:00:00 2001 +From 1f1f174ed3ca28bdf8bbb479eb1d948d934dcc53 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Feb 2021 13:38:55 -0800 Subject: [PATCH] setup.py: Do not mix C and C++ compiler options @@ -27,7 +27,7 @@ Signed-off-by: Khem Raj 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py -index 1a997df..86e3ad1 100644 +index ff27e67..964baf4 100644 --- a/setup.py +++ b/setup.py @@ -90,9 +90,11 @@ def check_linker_need_libatomic(): @@ -54,6 +54,3 @@ index 1a997df..86e3ad1 100644 stdin=PIPE, stdout=PIPE, stderr=PIPE, --- -2.43.0 - diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb index 52d68c71a9..d380c3b1cf 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb @@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio" SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ " -SRC_URI[sha256sum] = "a11afb21d0e960eb41f3c3053206e9271ec42579582c13193b99a0dca6be86d1" +SRC_URI[sha256sum] = "6e06adec3b0870f5947953b0ef8dbdf2cebcdff61fb1fe08120cc7483c7978aa" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jul 22 03:12:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67232 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 0BF4DC87FCC for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.4281.1753153983351867204 for ; Mon, 21 Jul 2025 20:13:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mX/HBB35; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153987; x=1784689987; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vuOrDlfzBbqjP+xKILVvlgAY9SnQI7SkPIZsMO9spcs=; b=mX/HBB35nHQasPkyuHLyQLH3bIXAyeVJlqo6Pang7VvI4NuOw5f2jWAm vu2uoZgRF2aayZgxuk5Yx8bALiz7nZkWablOs2a8Ci1tcxahjGjxug6Rc 6LWNR63fQmNlKVInBdaQ+WxDEP0QqwlYwstsxkxeH1Z/qkY9tSLBdaQSz nrApHzx+SkzXmUBYPf0ECXQwRyHBOa0qJnVLhfCsL7Qbm7LaRikVqmXCB OHBkG3tRPeYkaTi9ji/tzGcR6OXpQpRXTFPMiyE+W6znOONY4dg6vhg7W hHflAKQ70BeF7DtFI+fgws4v36h1iWFx8g4TfHTHJr134op8ZtOklrTUE A==; X-CSE-ConnectionGUID: TlcIJNKKRWS1gmViP5uHSA== X-CSE-MsgGUID: uv6vcOd5R1+IHbq7aGevng== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="194957506" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="194957506" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:06 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id E473F1C00085 for ; Tue, 22 Jul 2025 03:13:06 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 57BDC180033F for ; Tue, 22 Jul 2025 03:13:06 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4D24B1A0078; Tue, 22 Jul 2025 11:13:03 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 12/21] python3-inline-snapshot: upgrade 0.23.2 -> 0.24.0 Date: Tue, 22 Jul 2025 11:12:20 +0800 Message-ID: <20250722031245.884-12-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118673 Changelog: ========== - Add/fix reproducible standard repr for functions - added llms.txt to make the documentation for llms more accessible. - Improved the explanation of what it means when snapshots are disabled in CI runs (#226). - Added extra information to the reported failure when snapshots are fixed or created (#240). - fixed the representation of empty strings in sub-snapshots from triple-quotes to single-quotes assert ""==snapshot({5: ""})[5] (#258). - fix: changed format-command default to "" (#256). Signed-off-by: Liu Yiding --- ...ine-snapshot_0.23.2.bb => python3-inline-snapshot_0.24.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.23.2.bb => python3-inline-snapshot_0.24.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb index 247ceed88d..f32eb2e212 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "440060e090db0da98bd1dea5d9c346291a0c7388213ff9437411ed59885a956d" +SRC_URI[sha256sum] = "6aa304f2904103a449f3213e059728da5f1c34757f943efca837b4669f290843" inherit pypi python_hatchling From patchwork Tue Jul 22 03:12:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67229 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 EF6C5C87FC5 for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.4285.1753153987409603003 for ; Mon, 21 Jul 2025 20:13:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Emdr0lKB; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153988; x=1784689988; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VIhMbYXWHayN4a3tP7Ex/MAs1uEUcNfZtwJ54kHtl6c=; b=Emdr0lKBmEy7DFG+imqyK4o0cgdDg/X1p3dSG2x19FUcNoiRdBZMrOZV 98nx3G2svsogpmRCJpUOt+WyLS3UYgE5weaoXg6539y8ZijEdndTlx40h 946DfQ4vy3yNeeEfDtAioOp4b3VO5/BRgmDYGm2TR8PybUBjYULjISyM1 qkWo2kZvQwDtTnuhh01e87SUrTHIh3qIDZuLOptXnYT9TN253qLXRtHrk TC13REsUsnGV8csmPV1qxTXM4cIgTQHnT1GAxl8AlG5Myorw9+dM0Ass+ 4BMDwXaG5wEEyT4vGkeTomFXWYJ1hRRZnYjNh6eT7XZm5OBGCofJGKLTz g==; X-CSE-ConnectionGUID: BoHppGGlT8OCFFGaPuGGkw== X-CSE-MsgGUID: tVKzztJaQYyTUK43BXqydA== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="206268233" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="206268233" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:07 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 47D06820400 for ; Tue, 22 Jul 2025 03:13:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id B647CC00770 for ; Tue, 22 Jul 2025 03:13:06 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C170C1A008D; Tue, 22 Jul 2025 11:13:03 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 13/21] python3-portalocker: upgrade 3.1.1 -> 3.2.0 Date: Tue, 22 Jul 2025 11:12:21 +0800 Message-ID: <20250722031245.884-13-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118676 fix the issue that: | ImportError while importing test module '/usr/lib/python3-portalocker/ptest/tests/test_lock_flags.py'. | Hint: make sure your test modules/packages have valid Python names. | Traceback: | ../../python3.13/importlib/__init__.py:88: in import_module | return _bootstrap._gcd_import(name[level:], package, level) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | tests/test_lock_flags.py:7: in | from portalocker_tests.conftest import LOCKERS | E ModuleNotFoundError: No module named 'portalocker_tests' | ERROR: tests/test_lock_flags.py:tests/test_lock_flags.py portalocker_tests is a dir in source, we need to keep it python3-portalocker/3.2.0/sources/portalocker-3.2.0$ ls -l -t portalocker_tests/ total 60 -rw-r--r-- 1 userland userland 2019 Jun 14 13:20 conftest.py Changelog: ========== - Rewrote locking mechanism to allow for custom locking classes so both Windows and Posix (Linux/Mac/BSD) systems have configurable locking options for both exclusive and shared locking. Signed-off-by: Liu Yiding --- ...-portalocker_3.1.1.bb => python3-portalocker_3.2.0.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-python/recipes-extended/python3-portalocker/{python3-portalocker_3.1.1.bb => python3-portalocker_3.2.0.bb} (69%) diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.2.0.bb similarity index 69% rename from meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb rename to meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.2.0.bb index 7a36ab74e3..1d70b586c7 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.2.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" -SRC_URI[sha256sum] = "ec20f6dda2ad9ce89fa399a5f31f4f1495f515958f0cb7ca6543cef7bb5a749e" +SRC_URI[sha256sum] = "1f3002956a54a8c3730586c5c77bf18fae4149e07eaf1c29fc3faf4d5a3f89ac" DEPENDS += "python3-setuptools-scm-native" @@ -23,9 +23,9 @@ RDEPENDS:${PN}-ptest += " \ " do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/portalocker_tests/* ${D}${PTEST_PATH}/tests/ - rm -rf ${D}${PTEST_PATH}/tests/test_combined.py + install -d ${D}${PTEST_PATH}/portalocker_tests + cp -rf ${S}/portalocker_tests/* ${D}${PTEST_PATH}/portalocker_tests/ + rm -rf ${D}${PTEST_PATH}/portalocker_tests/test_combined.py } RDEPENDS:${PN} += " \ From patchwork Tue Jul 22 03:12:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67228 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 E0122C83F26 for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4286.1753153988028971761 for ; Mon, 21 Jul 2025 20:13:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bNSCxK+0; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153989; x=1784689989; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=C2dLZs4gGFYY5PqMwvYR34n1MnO90Z6cOYMyYM10aZs=; b=bNSCxK+03+aMP5HwqKyfBJafNhG8U4xSIyOYOt8ViAGbvWSgZqQUEGDq BrX2iKAA6SuBHsnEwX2k38TKRChuX86OT+aS0qAssR6vU6ZKdebtpWakn ZkVNuSUHSlrWAVc213gSyI3r3JWY0FCKm5Zmo+yPp0XbIKUf21MA4qJoW +yCP7LqHCAKk3OP5SlFTyVfwrkpTOBy+pI13/TecisiF29gGU+sq22P7u HAQEhH97sXWClfdJISMRHXqMqFYYfV5/Rzj44z7BLEvwj37czbpFr52tY hAGBambXBwFB42/VmwIf13K11yA0aJFirlBUJxs+yMNeM8g3F90aDTDaB w==; X-CSE-ConnectionGUID: GBlyvhs0Thyje8aRYD4L8A== X-CSE-MsgGUID: eDfPXIsjRKOeTWEW4uKndw== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207510938" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207510938" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:07 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id D224342A304 for ; Tue, 22 Jul 2025 03:13:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 453651800336 for ; Tue, 22 Jul 2025 03:13:07 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3E55E1A009A; Tue, 22 Jul 2025 11:13:04 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 14/21] python3-pyproject-api: upgrade 1.8.0 -> 1.9.1 Date: Tue, 22 Jul 2025 11:12:22 +0800 Message-ID: <20250722031245.884-14-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118677 Changelog: ========== - Create FUNDING.yml - Fix the CI - Wheel is not part of the default requries Signed-off-by: Liu Yiding --- ...n3-pyproject-api_1.8.0.bb => python3-pyproject-api_1.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyproject-api_1.8.0.bb => python3-pyproject-api_1.9.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pyproject-api_1.9.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb rename to meta-python/recipes-devtools/python/python3-pyproject-api_1.9.1.bb index ddbddbea84..02fbfbcef6 100644 --- a/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyproject-api_1.9.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://pyproject-api.readthedocs.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" -SRC_URI[sha256sum] = "77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496" +SRC_URI[sha256sum] = "43c9918f49daab37e302038fc1aed54a8c7a91a9fa935d00b9a485f37e0f5335" PYPI_PACKAGE = "pyproject_api" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Tue Jul 22 03:12:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67243 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 76E21C87FC8 for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.4255.1753153990390718791 for ; Mon, 21 Jul 2025 20:13:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qS+oi9ds; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153992; x=1784689992; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vo2xTOqeyibCKUjoCcAwUc+O3X6+YkgD9bE7HotJF6g=; b=qS+oi9dswU3kcqv6sUyviOnwIhgLfaS7cCryppndPuDOJFr0oS9b/PmY JlzACy8RrYK7wxIMEVgdMtRepuI7JP6363bitDkOMiokdal+yRqVxKaHa JHHrluBYJyuAhhFgbRuN2xNlUpFJDMmCqTsuBx/kECGEnku5eOJTWv7ga r+YKu/90uD995+0F8zU6RPxe4H4zKw6i/QlaoOy3+VhUOuDArt99NqT+U RLLCJ5Jzew4qEn/Mg4pSovehyklLI+P3tw/cWNkWgBfN5pY7K+6uKW5o6 5qXVmmidGuxudjEMMPmNzjGJxRE0CCpeRyZa5fKxMdW1hcglDOdSM82un A==; X-CSE-ConnectionGUID: W1Rz+75ZSkaxGRXh2lbeJQ== X-CSE-MsgGUID: sodccXFUTQ+43147UjHEYg== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="206935434" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="206935434" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:09 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 502ED1C0008B for ; Tue, 22 Jul 2025 03:13:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id B503D180050E for ; Tue, 22 Jul 2025 03:13:07 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ACEA71A008F; Tue, 22 Jul 2025 11:13:04 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 15/21] python3-twitter: upgrade 4.15.0 -> 4.16.0 Date: Tue, 22 Jul 2025 11:12:23 +0800 Message-ID: <20250722031245.884-15-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118682 Changelog: ========== - Re-improve clarity of OAuth 2.0 User Context example code - Fix SyntaxWarning - Install 'build' - Docs config updates to fix build - Fix Sphinx context injection removal by readthedocs - Revert hoverxref upgrade for now until sphinx can be updated - Fix build error for docs related to 'html_context' setting - Modernize packaging configuration - Add new publish workflow to use trusted publisher - Add dev and test dependencies - Update publish workflow... - Add support for posting tweets to Communities Licence Update: |# --- PKG-INFO |# +++ PKG-INFO |# @@ -1 +1 @@ |# -License: MIT |# +Classifier: Development Status :: 5 - Production/Stable License-Update: Changed from 'MIT' to classifier-based license declaration Signed-off-by: Liu Yiding --- .../{python3-twitter_4.15.0.bb => python3-twitter_4.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-twitter_4.15.0.bb => python3-twitter_4.16.0.bb} (62%) diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb similarity index 62% rename from meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb rename to meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb index c35b97a9e4..1aa713ccc3 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb @@ -2,9 +2,9 @@ SUMMARY = "Twitter for Python" DESCRIPTION = "Python module to support twitter API" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=77d9066068d13ffd309659977e9909c9" -SRC_URI[sha256sum] = "1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8a21d76" +SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3" PYPI_PACKAGE = "tweepy" From patchwork Tue Jul 22 03:12:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67240 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 5ABF3C87FD4 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.4281.1753153983351867204 for ; Mon, 21 Jul 2025 20:13:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HChSqFoa; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153989; x=1784689989; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iacTtPQ1O74U1PET3q6l/KBZ2RyKapotEHzUEyYwraQ=; b=HChSqFoavdJ0zFk7fFVw1tW9iQxhGUVXHfqznvm5J7hJVXQ1Req0drnn Q2RljCdI7sudKGw/Cn8OyUvpnA1JtwvjdqWaWQNPECv+8+U9F0Mq3J9tC h0lBZCZfe5Qoq/ZV1mWGZ7v/5lK2LOWD9rcKC0Yf4TOKOvV0c8W+4+bPr qWrz+nl/v/aeqfE6v2QYfSaXTs1K5G6+jMo8kXbm9+wVZFbtlf8+RPdlQ fxTGAL1ItUF0fSqBYemPDfv+75Or7nfg6HSFZVYu8WbbAmO2rT9TfbT2v MoQprsD+YWZ6K4xRRdVYVbCVyELd/481/5Z04GhBmbz0Num0h3Qboc0f+ Q==; X-CSE-ConnectionGUID: LoMYT17JQviOONDcKdoshA== X-CSE-MsgGUID: eeqWIQtmTby+O6x9jMM1qA== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="194957512" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="194957512" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:08 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 0D6991847 for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 27FDB1800333 for ; Tue, 22 Jul 2025 03:13:08 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 28A591A0090; Tue, 22 Jul 2025 11:13:05 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-python] [PATCH 16/21] python3-pydantic-core: upgrade 2.34.1. -> 2.35.2 Date: Tue, 22 Jul 2025 11:12:24 +0800 Message-ID: <20250722031245.884-16-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118679 new version ptest needs module typing_inspection | ImportError while importing test module '/usr/lib/python3-pydantic-core/ptest/tests/test_misc.py'. | Hint: make sure your test modules/packages have valid Python names. | Traceback: | ../../python3.13/importlib/__init__.py:88: in import_module | return _bootstrap._gcd_import(name[level:], package, level) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | tests/test_misc.py:10: in | from typing_inspection import typing_objects | E ModuleNotFoundError: No module named 'typing_inspection' | ERROR: tests/test_misc.py:tests/test_misc.py Changelog: ========== - update to speedate 0.16 - Better document SerializationInfo - Fix generic issues with ValidationInfo and SerializationInfo - Do not reuse validator and serializer when unpickling - Remove unnecessary required fields count when exclude_none is set - Update test dependencies after 3.8 dropped support - Mark constructor parameters of exceptions as positional-only - fix: submodel fields with wrap validator affect smart union selection - use pypa/gh-action-pypi-publish - add critical sections around bytearray reads - simplify ser-as-any mechanism - Coerce 'time' schema constraints - drop serde-json preserve_order feature - Remove core schema validation - Improve uncaught PydanticUseDefault exception message - Add support for Python 3.14 - drop pypy3.9 support, add pypy3.11 support - Add ensure_ascii option - Update repr of TzInfo - Make ValidationInfo and SerializationInfo generic for context Signed-off-by: Liu Yiding --- .../python/python3-pydantic-core-crates.inc | 84 +++++++++---------- ...toml-Update-bitvec-to-use-radium-1.x.patch | 46 +++++----- ...4.1.bb => python3-pydantic-core_2.35.2.bb} | 3 +- 3 files changed, 69 insertions(+), 64 deletions(-) rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.34.1.bb => python3-pydantic-core_2.35.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc index 86b72c0e9a..c76f69d4e0 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc +++ b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc @@ -2,20 +2,19 @@ # from Cargo.lock SRC_URI += " \ - crate://crates.io/ahash/0.8.11 \ + crate://crates.io/ahash/0.8.12 \ crate://crates.io/aho-corasick/1.1.3 \ crate://crates.io/autocfg/1.3.0 \ crate://crates.io/base64/0.22.1 \ + crate://crates.io/bitflags/2.9.1 \ crate://crates.io/bitvec/1.0.1 \ crate://crates.io/cc/1.0.101 \ crate://crates.io/cfg-if/1.0.0 \ crate://crates.io/displaydoc/0.2.5 \ crate://crates.io/enum_dispatch/0.3.13 \ - crate://crates.io/equivalent/1.0.1 \ crate://crates.io/form_urlencoded/1.2.1 \ crate://crates.io/funty/2.0.0 \ - crate://crates.io/getrandom/0.2.15 \ - crate://crates.io/hashbrown/0.14.5 \ + crate://crates.io/getrandom/0.3.3 \ crate://crates.io/heck/0.5.0 \ crate://crates.io/hex/0.4.3 \ crate://crates.io/icu_collections/1.5.0 \ @@ -30,10 +29,9 @@ SRC_URI += " \ crate://crates.io/icu_provider_macros/1.5.0 \ crate://crates.io/idna/1.0.3 \ crate://crates.io/idna_adapter/1.2.0 \ - crate://crates.io/indexmap/2.2.6 \ crate://crates.io/indoc/2.0.5 \ crate://crates.io/itoa/1.0.11 \ - crate://crates.io/jiter/0.9.0 \ + crate://crates.io/jiter/0.10.0 \ crate://crates.io/lexical-parse-float/1.0.5 \ crate://crates.io/lexical-parse-integer/1.0.5 \ crate://crates.io/lexical-util/1.0.6 \ @@ -48,13 +46,14 @@ SRC_URI += " \ crate://crates.io/percent-encoding/2.3.1 \ crate://crates.io/portable-atomic/1.6.0 \ crate://crates.io/proc-macro2/1.0.86 \ - crate://crates.io/pyo3/0.24.1 \ - crate://crates.io/pyo3-build-config/0.24.1 \ - crate://crates.io/pyo3-ffi/0.24.1 \ - crate://crates.io/pyo3-macros/0.24.1 \ - crate://crates.io/pyo3-macros-backend/0.24.1 \ - crate://crates.io/python3-dll-a/0.2.13 \ + crate://crates.io/pyo3/0.25.0 \ + crate://crates.io/pyo3-build-config/0.25.0 \ + crate://crates.io/pyo3-ffi/0.25.0 \ + crate://crates.io/pyo3-macros/0.25.0 \ + crate://crates.io/pyo3-macros-backend/0.25.0 \ + crate://crates.io/python3-dll-a/0.2.14 \ crate://crates.io/quote/1.0.36 \ + crate://crates.io/r-efi/5.2.0 \ crate://crates.io/radium/0.7.0 \ crate://crates.io/radium/1.1.0 \ crate://crates.io/regex/1.11.1 \ @@ -62,15 +61,15 @@ SRC_URI += " \ crate://crates.io/regex-syntax/0.8.5 \ crate://crates.io/rustversion/1.0.17 \ crate://crates.io/ryu/1.0.18 \ - crate://crates.io/serde/1.0.218 \ - crate://crates.io/serde_derive/1.0.218 \ + crate://crates.io/serde/1.0.219 \ + crate://crates.io/serde_derive/1.0.219 \ crate://crates.io/serde_json/1.0.140 \ - crate://crates.io/smallvec/1.14.0 \ - crate://crates.io/speedate/0.15.0 \ + crate://crates.io/smallvec/1.15.0 \ + crate://crates.io/speedate/0.16.0 \ crate://crates.io/stable_deref_trait/1.2.0 \ crate://crates.io/static_assertions/1.1.0 \ - crate://crates.io/strum/0.26.3 \ - crate://crates.io/strum_macros/0.26.4 \ + crate://crates.io/strum/0.27.1 \ + crate://crates.io/strum_macros/0.27.1 \ crate://crates.io/syn/2.0.82 \ crate://crates.io/synstructure/0.13.1 \ crate://crates.io/tap/1.0.1 \ @@ -83,34 +82,34 @@ SRC_URI += " \ crate://crates.io/utf8_iter/1.0.4 \ crate://crates.io/uuid/1.16.0 \ crate://crates.io/version_check/0.9.5 \ - crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ + crate://crates.io/wasi/0.14.2+wasi-0.2.4 \ + crate://crates.io/wit-bindgen-rt/0.39.0 \ crate://crates.io/write16/1.0.0 \ crate://crates.io/writeable/0.5.5 \ crate://crates.io/wyz/0.5.1 \ crate://crates.io/yoke/0.7.4 \ crate://crates.io/yoke-derive/0.7.4 \ - crate://crates.io/zerocopy/0.7.34 \ - crate://crates.io/zerocopy-derive/0.7.34 \ + crate://crates.io/zerocopy/0.8.25 \ + crate://crates.io/zerocopy-derive/0.8.25 \ crate://crates.io/zerofrom/0.1.4 \ crate://crates.io/zerofrom-derive/0.1.4 \ crate://crates.io/zerovec/0.10.4 \ crate://crates.io/zerovec-derive/0.10.3 \ " -SRC_URI[ahash-0.8.11.sha256sum] = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +SRC_URI[ahash-0.8.12.sha256sum] = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" SRC_URI[aho-corasick-1.1.3.sha256sum] = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" SRC_URI[autocfg-1.3.0.sha256sum] = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" SRC_URI[base64-0.22.1.sha256sum] = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +SRC_URI[bitflags-2.9.1.sha256sum] = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" SRC_URI[bitvec-1.0.1.sha256sum] = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" SRC_URI[cc-1.0.101.sha256sum] = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" SRC_URI[displaydoc-0.2.5.sha256sum] = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" SRC_URI[enum_dispatch-0.3.13.sha256sum] = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" -SRC_URI[equivalent-1.0.1.sha256sum] = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" SRC_URI[funty-2.0.0.sha256sum] = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" -SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" -SRC_URI[hashbrown-0.14.5.sha256sum] = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +SRC_URI[getrandom-0.3.3.sha256sum] = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" SRC_URI[icu_collections-1.5.0.sha256sum] = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" @@ -125,10 +124,9 @@ SRC_URI[icu_provider-1.5.0.sha256sum] = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42 SRC_URI[icu_provider_macros-1.5.0.sha256sum] = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" SRC_URI[idna-1.0.3.sha256sum] = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" SRC_URI[idna_adapter-1.2.0.sha256sum] = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" -SRC_URI[indexmap-2.2.6.sha256sum] = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" SRC_URI[itoa-1.0.11.sha256sum] = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" -SRC_URI[jiter-0.9.0.sha256sum] = "c024ccb0ed468a474efa325edea34d4198fb601d290c4d1bc24fe31ed11902fc" +SRC_URI[jiter-0.10.0.sha256sum] = "1bcfb1e43bda3ba59889499ff494c5f5b6b10864b74aa0bd4593ce4d16838aa6" SRC_URI[lexical-parse-float-1.0.5.sha256sum] = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" SRC_URI[lexical-parse-integer-1.0.5.sha256sum] = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" SRC_URI[lexical-util-1.0.6.sha256sum] = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" @@ -143,13 +141,14 @@ SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" -SRC_URI[pyo3-0.24.1.sha256sum] = "17da310086b068fbdcefbba30aeb3721d5bb9af8db4987d6735b2183ca567229" -SRC_URI[pyo3-build-config-0.24.1.sha256sum] = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1" -SRC_URI[pyo3-ffi-0.24.1.sha256sum] = "05280526e1dbf6b420062f3ef228b78c0c54ba94e157f5cb724a609d0f2faabc" -SRC_URI[pyo3-macros-0.24.1.sha256sum] = "5c3ce5686aa4d3f63359a5100c62a127c9f15e8398e5fdeb5deef1fed5cd5f44" -SRC_URI[pyo3-macros-backend-0.24.1.sha256sum] = "f4cf6faa0cbfb0ed08e89beb8103ae9724eb4750e3a78084ba4017cbe94f3855" -SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed" +SRC_URI[pyo3-0.25.0.sha256sum] = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4" +SRC_URI[pyo3-build-config-0.25.0.sha256sum] = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d" +SRC_URI[pyo3-ffi-0.25.0.sha256sum] = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e" +SRC_URI[pyo3-macros-0.25.0.sha256sum] = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214" +SRC_URI[pyo3-macros-backend-0.25.0.sha256sum] = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e" +SRC_URI[python3-dll-a-0.2.14.sha256sum] = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8" SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +SRC_URI[r-efi-5.2.0.sha256sum] = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" SRC_URI[radium-0.7.0.sha256sum] = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" SRC_URI[radium-1.1.0.sha256sum] = "db0b76288902db304c864a12046b73d2d895cc34a4bb8137baaeebe9978a072c" SRC_URI[regex-1.11.1.sha256sum] = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" @@ -157,15 +156,15 @@ SRC_URI[regex-automata-0.4.8.sha256sum] = "368758f23274712b504848e9d5a6f010445cc SRC_URI[regex-syntax-0.8.5.sha256sum] = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" SRC_URI[rustversion-1.0.17.sha256sum] = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" SRC_URI[ryu-1.0.18.sha256sum] = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" -SRC_URI[serde-1.0.218.sha256sum] = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" -SRC_URI[serde_derive-1.0.218.sha256sum] = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" +SRC_URI[serde-1.0.219.sha256sum] = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" +SRC_URI[serde_derive-1.0.219.sha256sum] = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" SRC_URI[serde_json-1.0.140.sha256sum] = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" -SRC_URI[smallvec-1.14.0.sha256sum] = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" -SRC_URI[speedate-0.15.0.sha256sum] = "9a5e7adf4e07e7de39a64d77962ca14a09165e592d42d0c9f9acadb679f4f937" +SRC_URI[smallvec-1.15.0.sha256sum] = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" +SRC_URI[speedate-0.16.0.sha256sum] = "bc823f2eb39713ef0d286058af264ce0d8ddcf62b8a78a0aec02cd0105576d87" SRC_URI[stable_deref_trait-1.2.0.sha256sum] = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -SRC_URI[strum-0.26.3.sha256sum] = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -SRC_URI[strum_macros-0.26.4.sha256sum] = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +SRC_URI[strum-0.27.1.sha256sum] = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +SRC_URI[strum_macros-0.27.1.sha256sum] = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" SRC_URI[syn-2.0.82.sha256sum] = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" SRC_URI[synstructure-0.13.1.sha256sum] = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" SRC_URI[tap-1.0.1.sha256sum] = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" @@ -178,14 +177,15 @@ SRC_URI[utf16_iter-1.0.5.sha256sum] = "c8232dd3cdaed5356e0f716d285e4b40b932ac434 SRC_URI[utf8_iter-1.0.4.sha256sum] = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" SRC_URI[uuid-1.16.0.sha256sum] = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +SRC_URI[wasi-0.14.2+wasi-0.2.4.sha256sum] = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +SRC_URI[wit-bindgen-rt-0.39.0.sha256sum] = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" SRC_URI[write16-1.0.0.sha256sum] = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" SRC_URI[writeable-0.5.5.sha256sum] = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" SRC_URI[wyz-0.5.1.sha256sum] = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" SRC_URI[yoke-0.7.4.sha256sum] = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" SRC_URI[yoke-derive-0.7.4.sha256sum] = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" -SRC_URI[zerocopy-0.7.34.sha256sum] = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" -SRC_URI[zerocopy-derive-0.7.34.sha256sum] = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +SRC_URI[zerocopy-0.8.25.sha256sum] = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" +SRC_URI[zerocopy-derive-0.8.25.sha256sum] = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" SRC_URI[zerofrom-0.1.4.sha256sum] = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" SRC_URI[zerofrom-derive-0.1.4.sha256sum] = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" SRC_URI[zerovec-0.10.4.sha256sum] = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch index 4f2012e8a2..58f8514630 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch +++ b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch @@ -1,4 +1,4 @@ -From 560c73cffabc1c2e66552d7c248c0928211d3dea Mon Sep 17 00:00:00 2001 +From 41fded05f38bdb8378b98be4f1dd5392a00f3d1b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 19 Apr 2025 00:09:42 -0700 Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x @@ -7,24 +7,15 @@ Upstream-Status: Submitted [https://github.com/ferrilab/bitvec/pull/220] Signed-off-by: Khem Raj --- - Cargo.lock | 25 +++++++++++++++++++++++-- - Cargo.toml | 1 + - 2 files changed, 24 insertions(+), 2 deletions(-) + Cargo.lock | 12 +++++++++++- + Cargo.toml | 2 ++ + 2 files changed, 13 insertions(+), 1 deletion(-) ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -27,6 +27,8 @@ include = [ - rust-version = "1.75" - - [dependencies] -+#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" } -+radium = "1" - # TODO it would be very nice to remove the "py-clone" feature as it can panic, - # but needs a bit of work to make sure it's not used in the codebase - pyo3 = { version = "0.24", features = ["generate-import-lib", "num-bigint", "py-clone"] } +diff --git a/Cargo.lock b/Cargo.lock +index 44bdf4e..274b828 100644 --- a/Cargo.lock +++ b/Cargo.lock -@@ -43,7 +43,7 @@ source = "registry+https://github.com/ru +@@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ "funty", @@ -33,7 +24,7 @@ Signed-off-by: Khem Raj "tap", "wyz", ] -@@ -436,6 +436,7 @@ dependencies = [ +@@ -421,6 +421,7 @@ dependencies = [ "num-traits", "pyo3", "pyo3-build-config", @@ -41,10 +32,11 @@ Signed-off-by: Khem Raj "regex", "serde", "serde_json", -@@ -538,6 +539,15 @@ source = "registry+https://github.com/ru +@@ -527,6 +528,15 @@ version = "0.7.0" + source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - [[package]] ++[[package]] +name = "radium" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" @@ -53,7 +45,19 @@ Signed-off-by: Khem Raj + "cfg-if", +] + -+[[package]] + [[package]] name = "regex" version = "1.11.1" - source = "registry+https://github.com/rust-lang/crates.io-index" +diff --git a/Cargo.toml b/Cargo.toml +index 660e06a..7ee67d6 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -25,6 +25,8 @@ include = [ + rust-version = "1.75" + + [dependencies] ++#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" } ++radium = "1" + # TODO it would be very nice to remove the "py-clone" feature as it can panic, + # but needs a bit of work to make sure it's not used in the codebase + pyo3 = { version = "0.25", features = ["generate-import-lib", "num-bigint", "py-clone"] } diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.35.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb rename to meta-python/recipes-devtools/python/python3-pydantic-core_2.35.2.bb index 0e2d065128..1d0d1f477b 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.35.2.bb @@ -12,7 +12,7 @@ require ${BPN}-crates.inc SRC_URI += "file://0001-Upgrade-radium-to-1.0.patch;patchdir=${UNPACKDIR}/cargo_home/bitbake/bitvec-1.0.1/" SRC_URI += "file://0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch" -SRC_URI[sha256sum] = "6bf31628ab6d0e7c7c0372419898c52ef0a447b33ab47c7f62053bd013cc5b09" +SRC_URI[sha256sum] = "e010b13ff0d6375ee83f7478fbda42e1fbf55f1b2feef76b673c40861ffd31e6" DEPENDS = "python3-maturin-native python3-typing-extensions" @@ -38,6 +38,7 @@ RDEPENDS:${PN}-ptest += "\ python3-pytest-mock \ python3-pytest-timeout \ python3-pytest-benchmark \ + python3-typing-inspection \ python3-tzdata \ python3-zoneinfo \ " From patchwork Tue Jul 22 03:12:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67239 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 569B2C87FD5 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.4254.1753153986280899099 for ; Mon, 21 Jul 2025 20:13:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NM91a/j7; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153990; x=1784689990; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OQSDHxNX2gWyx2wrpdrhU1o6Fh21S+Jn73f26v/d2Cc=; b=NM91a/j7GFpHUOoKV4nlomElUl4YSASUTsBPkaYMQj4QBtbGN0q8BCz2 KRxBphBLHdIm+cKIC4zE/SmjXtO5MbpQEsCfqu9GjcDCuhrsAuVFnuy/r KUcJC0rZF4jul2nHxGVDE3aLJNTXuwuza0Es/cW7fDjbIE93HS6m4MsVl pRUp++/VVi1yAZBNggwkG1LKmaml8IzJmkyxvdusustXaFTTcJ/bVWF0u WOECPpDDGKQz5I8U9MbLLy2wnEvOfRRuTExcEq1PRCxTLtwX3mx5BVqE+ VB+mmlUdCMLByGe0+pOqPSwz/NJFxWYInatcjzoZwGgNlW7KnxkzyfbmP g==; X-CSE-ConnectionGUID: qOwvHZHmTVuNsvwIIZZ+2A== X-CSE-MsgGUID: /U5OoOmuTDqcJMj0OT4ypw== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207018618" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207018618" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:09 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 0F4381002B82 for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 7A2FD8D65EA for ; Tue, 22 Jul 2025 03:13:08 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 926AF1A0071; Tue, 22 Jul 2025 11:13:05 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-webserver] [PATCH 17/21] swagger-ui: upgrade 5.18.2 -> 5.27.0 Date: Tue, 22 Jul 2025 11:12:25 +0800 Message-ID: <20250722031245.884-17-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118678 Changelog: ============= - feat: add support for OpenAPI 3.0.4 (#10247) - feat: apply cumulative update to address various issues (#10324) - fix(docker): fix security issues CVE-2024-56171, CVE-2025-24928 (#10351) - fix: fix definition resolving being affected by the order of schemas (#10386) - fix(json-schema-2020-12): avoid accessing properties of null schemas (#10397) - fix(json-schema-2020-12-samples): fix examples for nullable primitive types defined as list of types (#10390) - fix(utils): fix error messages for range validation of number parameters (#10344) - fix(json-schema-2020-12): use consistent comparison operators for displaying min/max constraints (#10159) - fix(json-schema-2020-12-samples): use zero as default example value for int32 and int64 (#10230) - fix(style): prevent operationId from wrapping when space is available (#10259) - fix(docker): address multiple HIGH security vulnerabilities (#10410) - fix(json-schema-2020-12): infer type string when contentEncoding or contentMediaType is present (#10411) - fix: align OpenAPI 3.x.y file uploads with specification (#10409) - feat(oas31): display file upload input when contentMediaType or contentEncoding is present (#10412) - fix: avoid accessing properties of empty Example Objects (#10453) - fix(oauth2): avoid processing authorizationUrl when it is not a string (#10452) - fix: use spec compliant JSON Pointer implementation (#10455) - fix(spec): assure operation is an immutable map in operations selectors (#10454) - fix: assure parameter is an immutable map when grouping parameters (#10457) - fix(spec): avoid accessing $ref when path item is not an object (#10456) - fix(json-schema-2020-12-samples): generate proper samples for XML atttributes (#10459) - fix(security): update Axios to non-vulnerable 1.9.0 version (#10460) - fix(docker): address CVE-2025-32414/CVE-2025-32415 (#10461) - feat(observability): allow defining custom uncaught exception handler (#10462) - feat(json-schema-5-samples): add support for time format example generation (#10420) (#10421) - refactor: introduce function for getting Schema Object type (#10330) - fix: mitigate ReDoS when generating examples from pattern (#10477) - fix(release): fix failed v5.23.0 release - fix(packagist): exclude large obsolete directories from publishing to Packagist (#10329) - ft(oas3): show the schema tab in the Try it Out mode (#10488) - fix: align expanded content inside expand collapse button (#10497) - feat: release SwaggerUI via GitHub Actions - fix(CD): provide correct npm token - fix(dist): provide correct npm token for swagger-ui-dist release - fix: fix opened model schema resolving issue on spec change (#10509) - fix(docker): bump nginx image to version 1.29.0-alpine to fix CVE-2025-48174 (#10508) - feat: release Swagger UI to Packagist (#10513) - fix(oas3): reset request body values in try it out (#9717) - fix(style): restore paragraph spacing in parameter and response descriptions (#10514) - feat(json-schema): support x-additionalPropertiesName (#10006) - fix: permissions of files to allow running as non-root (#10515) - fix: sanitization of relative OpenAPI JSON paths (#10528) Signed-off-by: Liu Yiding --- .../swagger-ui/{swagger-ui_5.18.2.bb => swagger-ui_5.27.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-devtools/swagger-ui/{swagger-ui_5.18.2.bb => swagger-ui_5.27.0.bb} (94%) diff --git a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.27.0.bb similarity index 94% rename from meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb rename to meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.27.0.bb index f0653006a3..4dc1b86125 100644 --- a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb +++ b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.27.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/swagger-api/swagger-ui;branch=master;protocol=https" -SRCREV = "3c7e281d97fd3e70b25f7ff4a001eabd56e375d7" +SRCREV = "7b86721ad6494216d8bad0540c737efe1885688c" CVE_STATUS[CVE-2016-1000229] = "fixed-version: fixed since 2.2.1" From patchwork Tue Jul 22 03:12:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67246 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 828B1C87FCC for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4287.1753153990949255309 for ; Mon, 21 Jul 2025 20:13:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NDGXFif0; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153991; x=1784689991; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oMuPc/mG83XDE6QmkV60mwz1f0H08gSIexiMJjY7/a0=; b=NDGXFif0jzjNGOpfdW2Yh5r/HUOdIIJ3KXE9wgRzFiqpjjVzjy8RtWy+ T4zivx2l+NGMq1t3bidS2c21PDJq30wWy1w1N11q+tNGPKwFYedLWTm7D 9QpzsdCbFuLjfTjq4p/S+VCizfwoimRLrhfV5dbwiZtnkncFQNryySeub wCIWEtg/Veb2IaeAcjWPeFLRr08sSGP5LgZnJZ4ypJBwPe03SdFI11QM5 8sId+Cm8aHUL3Wx4s/f3uIi+HMJtNTlZ6lQ2+fiWKHyO5J/PBHgflgBTa xhKyw7G769D3xJlNA3ojbGXl/hBQIxm5f0BXThyFPmpUFuT7MCKAlVMGO w==; X-CSE-ConnectionGUID: xfII0GNiRw6MMEzLz3yz3g== X-CSE-MsgGUID: BM7Sv80aQDi5ERZNndeR+g== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207510939" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207510939" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:09 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 85D0EC0034C for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 02D28C0074B for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 119F11A0073; Tue, 22 Jul 2025 11:13:06 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-gnome] [PATCH 18/21] zenity: upgrade 4.0.3 -> 4.1.99 Date: Tue, 22 Jul 2025 11:12:26 +0800 Message-ID: <20250722031245.884-18-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118681 Changelog: ========== - Update Brazilian Portuguese translation - feat(progress): support markup on label update STDIN - progress: Properly setup custom ok/cancel labels - test: Add test for custom ok/cancel buttons - color: Properly support custom ok/cancel labels Signed-off-by: Liu Yiding --- .../recipes-gnome/zenity/{zenity_4.0.3.bb => zenity_4.1.99.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/zenity/{zenity_4.0.3.bb => zenity_4.1.99.bb} (87%) diff --git a/meta-gnome/recipes-gnome/zenity/zenity_4.0.3.bb b/meta-gnome/recipes-gnome/zenity/zenity_4.1.99.bb similarity index 87% rename from meta-gnome/recipes-gnome/zenity/zenity_4.0.3.bb rename to meta-gnome/recipes-gnome/zenity/zenity_4.1.99.bb index 058ae7bb6c..350c66b626 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_4.0.3.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_4.1.99.bb @@ -18,7 +18,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl" GTKIC_VERSION = "4" -SRC_URI[archive.sha256sum] = "b429d97b87bd9ce7fb72ac0b78df534725d8ad39817ddca6a4ca2ee5381b08de" +SRC_URI[archive.sha256sum] = "6fe2aa313c71e91ffa55b11dbec7904f31a40303e0a3f6016820ff6dee329ee2" PACKAGECONFIG ?= "webkitgtk" PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk" From patchwork Tue Jul 22 03:12:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67242 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 5E15DC83F1A for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4289.1753153991495450583 for ; Mon, 21 Jul 2025 20:13:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mVrpWVjA; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153993; x=1784689993; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IUP1uM1sRbvKhCTsnBIa4M/kXXlp6mZYUp/tESx2cBk=; b=mVrpWVjAynghvQ2MPYhwpw4LDCcLczgRQa1cqPZNuf9PC/Nyn/jwMg/+ T/EC1PFny47YjRM7I70RbIoyDT0z1cgvwJr4pgX0H9qVLtJz5doKnBmTw Pfo7w0T2NBPVjv4CV3+ycYr4dDUY+4efMaEVrT+TPPWXDjGqpLYivPuUy J5NOipROlbY0JLFCfDAru/2pZbQ9nd2SlyYAOk76HU1SZtWFXrge9ai1U zK1JAeDTYOG/JGJDrETosQVa2UxahGeTjXYMqRXI/vGrCO7++scDdvQXZ FpmIE3rgjvi4snbc8Cp+oSd+E4Hq32eki8eEdUH+xASPjq+IR9h9VlnzW g==; X-CSE-ConnectionGUID: Wi69K130R+G4X4QFzUh0wA== X-CSE-MsgGUID: YvvYq4c9SMCAqCNbvMTfrQ== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="210239156" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="210239156" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:11 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 09B281002B97 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 768568D65DB for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 88CD91A0074; Tue, 22 Jul 2025 11:13:06 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-networking] [PATCH 19/21] chrony: upgrade 4.6.1 -> 4.7 Date: Tue, 22 Jul 2025 11:12:27 +0800 Message-ID: <20250722031245.884-19-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118683 Changelog: ========== - Add opencommands directive to select remote monitoring commands - Add interval option to driftfile directive - Add waitsynced and waitunsynced options to local directive - Add sanity checks for integer values in configuration - Add support for systemd Type=notify service - Add RTC refclock driver - Allow PHC refclock to be specified with network interface name - Don’t require multiple refclock samples per poll to simplify filter configuration - Keep refclock reachable when dropping samples with large delay - Improve quantile-based filtering to adapt faster to larger delay - Improve logging of selection failures - Detect clock interference from other processes - Try to reopen message log (-l option) on cyclelogs command - Fix sourcedir reloading to not multiply sources - Fix tracking offset after failed clock step - Drop support for NTS with Nettle < 3.6 and GnuTLS < 3.6.14 - Drop support for building without POSIX threads Signed-off-by: Liu Yiding --- .../chrony/chrony/arm_eabi.patch | 17 ++++++++--------- .../chrony/{chrony_4.6.1.bb => chrony_4.7.bb} | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) rename meta-networking/recipes-support/chrony/{chrony_4.6.1.bb => chrony_4.7.bb} (98%) diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch index b9bb374e53..07bb044c6d 100644 --- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch +++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch @@ -1,4 +1,4 @@ -From 71c44c214c0ab8dc8e9675e5e862f2e342fcb271 Mon Sep 17 00:00:00 2001 +From 7df907871b87772072abc94aeff2b7ba770e8f44 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 9 Mar 2017 10:58:06 -0800 Subject: [PATCH] chrony: fix build failure for arma9 @@ -22,16 +22,15 @@ Signed-off-by: Robert Joslyn Refreshed for 4.0 Signed-off-by: Khem Raj - --- sys_linux.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sys_linux.c b/sys_linux.c -index 6849637..10f9a57 100644 +index 8373e25..47b4459 100644 --- a/sys_linux.c +++ b/sys_linux.c -@@ -485,7 +485,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -490,7 +490,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) #endif SCMP_SYS(gettimeofday), SCMP_SYS(settimeofday), @@ -39,7 +38,7 @@ index 6849637..10f9a57 100644 /* Process */ SCMP_SYS(clone), -@@ -495,7 +494,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -500,7 +499,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) SCMP_SYS(exit), SCMP_SYS(exit_group), SCMP_SYS(getpid), @@ -47,7 +46,7 @@ index 6849637..10f9a57 100644 SCMP_SYS(getuid), SCMP_SYS(getuid32), #ifdef __NR_membarrier -@@ -515,7 +513,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -520,7 +518,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) /* Memory */ SCMP_SYS(brk), SCMP_SYS(madvise), @@ -55,7 +54,7 @@ index 6849637..10f9a57 100644 SCMP_SYS(mmap2), SCMP_SYS(mprotect), SCMP_SYS(mremap), -@@ -575,8 +572,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -580,8 +577,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) SCMP_SYS(sendmsg), SCMP_SYS(sendto), SCMP_SYS(shutdown), @@ -64,7 +63,7 @@ index 6849637..10f9a57 100644 /* General I/O */ SCMP_SYS(_newselect), -@@ -600,7 +595,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -605,7 +600,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) #ifdef __NR_futex_time64 SCMP_SYS(futex_time64), #endif @@ -72,7 +71,7 @@ index 6849637..10f9a57 100644 SCMP_SYS(set_robust_list), SCMP_SYS(write), SCMP_SYS(writev), -@@ -609,6 +603,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) +@@ -614,6 +608,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) SCMP_SYS(getrandom), SCMP_SYS(sysinfo), SCMP_SYS(uname), diff --git a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb b/meta-networking/recipes-support/chrony/chrony_4.7.bb similarity index 98% rename from meta-networking/recipes-support/chrony/chrony_4.6.1.bb rename to meta-networking/recipes-support/chrony/chrony_4.7.bb index 5ac3e6d37e..0af542869e 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.7.bb @@ -39,7 +39,7 @@ SRC_URI = "https://chrony-project.org/releases/chrony-${PV}.tar.gz \ SRC_URI:append:libc-musl = " \ file://0001-Fix-compilation-with-musl.patch \ " -SRC_URI[sha256sum] = "571ff73fbf0ae3097f0604eca2e00b1d8bb2e91affe1a3494785ff21d6199c5c" +SRC_URI[sha256sum] = "c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b" DEPENDS = "pps-tools" From patchwork Tue Jul 22 03:12:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67245 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 6516DC83F25 for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4287.1753153990949255309 for ; Mon, 21 Jul 2025 20:13:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iPuTb+gM; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153991; x=1784689991; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fjC1cV7plI0etIWHmlugP47lVuSRZZMPtA4GcymYU/0=; b=iPuTb+gMbz7AkBdPl/OPCyUI3SM4etrPNO8R9ED0Ky6V4n5DcZbgs7e/ qWdE+yEv6bim9wPGLbMLNPIP1sCkqATMU2ytEraD9S1U2FQv1ZJm68Z0q KqM3GjEvrhdyNtLLdfo8MFdPOfPCghv/pJq04RAv8Hb/1c/4581GnPyLg NR7xpUrUrl2R0011qO6c4XMDcIPVLQ97NWYCwkClDIi7rwhQW3/wAIa2U oe0vZWLR4THjr/b5jCBjNG2vN4G/L6cx+xM0yWn6B5nNqDqCngzC4ythQ kfSqiGLakaUKOqXl5v0LP4gZUgt+KgX8WjMD+ajldr9OLOfDYveNYHm3o w==; X-CSE-ConnectionGUID: eAJByVOaSUC0gB9MqKTlAQ== X-CSE-MsgGUID: Y6xjoEnmShiYCF7vCnXQZg== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="207510942" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="207510942" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:10 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 7AE4EC000AE for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id EC084C0032C for ; Tue, 22 Jul 2025 03:13:09 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 09AC61A0078; Tue, 22 Jul 2025 11:13:06 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-perl] [PATCH 20/21] libcgi-perl: upgrade 4.68 -> 4.70 Date: Tue, 22 Jul 2025 11:12:28 +0800 Message-ID: <20250722031245.884-20-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118684 add liburi-perl to ptest to fix issue: | not ok 135 - calling bake() without mod_perl should survive | # Failed test 'calling bake() without mod_perl should survive' | # at t/cookie.t line 448. | # got: 'Can't locate URI.pm in @INC (you may need to install the URI module) (@INC entries checked: . /usr/lib/perl5/site_perl/5.40.2/x86_64-linux /usr/lib/perl5/site_perl/5.40.2 /usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux /usr/lib/perl5/vendor_perl/5.40.2 /usr/lib/perl5/5.40.2/x86_64-linux /usr/lib/perl5/5.40.2) at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # Compilation failed in require at /usr/lib/perl5/vendor_perl/5.40.2/CGI/Cookie.pm line 183. Changelog: ========== - remove github/coveralls/travis badges - add github actions for CI Signed-off-by: Liu Yiding --- .../libcgi/{libcgi-perl_4.68.bb => libcgi-perl_4.70.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.68.bb => libcgi-perl_4.70.bb} (92%) diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb similarity index 92% rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb index 0c738b0b06..59803b403a 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" -SRC_URI[sha256sum] = "12fb5a5b392032413571169257f98533488005550774bcbd0715be687a590cf2" +SRC_URI[sha256sum] = "538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9" S = "${UNPACKDIR}/CGI-${PV}" @@ -34,6 +34,7 @@ do_install:prepend() { RDEPENDS:${PN}-ptest += " \ libtest-deep-perl \ libtest-warn-perl \ + liburi-perl \ perl-module-bytes \ perl-module-file-find \ perl-module-filehandle \ From patchwork Tue Jul 22 03:12:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yiding Liu (Fujitsu)" X-Patchwork-Id: 67244 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 6A55DC87FC5 for ; Tue, 22 Jul 2025 03:13:20 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4289.1753153991495450583 for ; Mon, 21 Jul 2025 20:13:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OaIfc5k2; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753153993; x=1784689993; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=n26SP2AAi8fqoYYvVyHkCOoaPYOfqIQZ2p8UVPd73jM=; b=OaIfc5k22PgMDcI6JmwBc6omgIdN5AJzM7f0YMYzzJJaHnJMfsyCcnyo WBHZM2MnfQlOJOuZinslJWBV7JXLXbXx4PpiNVI3zTuLd1YadbW9DlqKu KyQrAUsp5i4QSTZxjSdXxnlkVxgteQUG4Sw8wLQg09Dx5DutFRbezaEuu EYtBCKPg0ksSqGrCNFM0Wp6EQTMmkVnhiypkh6N/+22vkOFSi8OLO25yL AondWwXFKW9vtwVD3ZQU/0x8mizL4sc0nPsNzzug+JKFJjIV6/VBKQFPF iEXzwDJDown/IcZd9Gxjmiz3DGQMlQTdAIZhi2dejObWykQ/hMomQuGGV g==; X-CSE-ConnectionGUID: yQTU2zr6ShayjLF388sW7A== X-CSE-MsgGUID: yVQtTE8SQOGzDylJfXlyXA== X-IronPort-AV: E=McAfee;i="6800,10657,11499"; a="210239159" X-IronPort-AV: E=Sophos;i="6.16,330,1744038000"; d="scan'208";a="210239159" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2025 12:13:12 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id F36F142A305 for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 67F7C100010B for ; Tue, 22 Jul 2025 03:13:10 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 77E791A008D; Tue, 22 Jul 2025 11:13:07 +0800 (CST) From: Liu Yiding To: Khem Raj , openembedded-devel@lists.openembedded.org Cc: Liu Yiding Subject: [meta-gnome] [PATCH 21/21] gnome-online-accounts: upgrade 3.54.3 -> 3.55.0 Date: Tue, 22 Jul 2025 11:12:29 +0800 Message-ID: <20250722031245.884-21-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250722031245.884-1-liuyd.fnst@fujitsu.com> References: <20250722031245.884-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 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, 22 Jul 2025 03:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118685 "windows_live" meson option is deprecated now Changelog: ========== - Add progress spinner for OAuth2 dialogs - Remove Windows Live! option - Improve goa_oauth2_provider_ensure_credentials_sync (Jan-Michael - er) - Authentication failure in goa IMAP accounts - Missing files from POTFILES.in - WebDAV not detected for mail.ru - goaoauth2provider: fix task chaining for subclasses - Always lowercase domains when looking up base - goadavclient: check Nextcloud fallback last - goabackend: add a composite widget for authflow links - goadavclient: fix the mailbox.org preconfig - Fix Nextcloud and mailbox.org preconfiguration - Add DAV preconfig for mail.ru Signed-off-by: Liu Yiding --- ...ne-accounts_3.54.3.bb => gnome-online-accounts_3.55.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.54.3.bb => gnome-online-accounts_3.55.0.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb similarity index 83% rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb index 98e67ad957..eb78bd1327 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb @@ -8,16 +8,15 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" -SRC_URI[archive.sha256sum] = "bcf655dd1ddc22bc25793b6840da19f5cad7ba0b7227ff969ed9c252f036aac5" +SRC_URI[archive.sha256sum] = "fd69d0aec3b672621f525671b5e54f28b73939920b3fc308ade561a83a727b2d" -PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" +PACKAGECONFIG ?= "goabackend kerberos owncloud google" PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk4 libadwaita json-glib libxml2 libsoup rest libsecret webkitgtk" PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5" PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" -PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native" FILES:${PN} += " \