From patchwork Wed Oct 29 00:14:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73214 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 7A608CCD1BF for ; Wed, 29 Oct 2025 00:15:22 +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.web10.27231.1761696915733139576 for ; Tue, 28 Oct 2025 17:15:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=An6e2tvy; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696917; x=1793232917; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HI5gAMjToRlHqumMfooT2phuDnMXSBSLV3zGzs70k4U=; b=An6e2tvy8p+wXzbqBAus7H5sLmdXr8ub5QQuooPR+9lv8I2Yj1PS70+i WeZzpre5S9kogvsvlGTBlSpuBhdYC6DaICuA16ypiew8gh9GGu0wPL+RM NWqNhASNGjLek3vm2oG+HqvTVdIi7Cbb7Z8CNZK5jhxfDG/gZBvxUgRVb w9S01qugz4RRwpiz8cHU1m6R4uzKxjY11VLuD+TD94sSd1sftGP522c2h WcbtAd61LSViUt4cwNWMcHFTs2qAfONLNEXbITMZrPeDLVSUPYaOpUDV5 uIQWdtAPbCOBT8mZ7hmLQ8Fwe+7Rhf7bkb4wUp1ysnivojxKA/7Pk/Xpj g==; X-CSE-ConnectionGUID: ch/oQhRzRSKrdAfTWa083g== X-CSE-MsgGUID: 9pK0BGPARmuqBDtaXq+/KQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217402918" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217402918" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:15 +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 0D12A1002B91 for ; Wed, 29 Oct 2025 00:15:14 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id B84B38D205C for ; Wed, 29 Oct 2025 00:15:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0B64E82C0F2; Wed, 29 Oct 2025 00:15:10 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/32] cli11: upgrade 2.5.0 -> 2.6.0 Date: Wed, 29 Oct 2025 08:14:34 +0800 Message-ID: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121107 From: Wang Mingyu License-Update: CLI11 2.2 updated to CLI11 2.6 Signed-off-by: Wang Mingyu --- .../cli11/{cli11_2.5.0.bb => cli11_2.6.0.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/cli11/{cli11_2.5.0.bb => cli11_2.6.0.bb} (84%) diff --git a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb b/meta-oe/recipes-support/cli11/cli11_2.6.0.bb similarity index 84% rename from meta-oe/recipes-support/cli11/cli11_2.5.0.bb rename to meta-oe/recipes-support/cli11/cli11_2.6.0.bb index 980932165b..def32b7a6b 100644 --- a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb +++ b/meta-oe/recipes-support/cli11/cli11_2.6.0.bb @@ -1,15 +1,14 @@ -SUMMARY = "C++11 command line parser" DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface." HOMEPAGE = "https://github.com/CLIUtils/CLI11" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b8bdde6bda8508bef68a39f3e0d7e939" +LIC_FILES_CHKSUM = "file://LICENSE;md5=27559a6fd853c4b46ec4dea16597460c" DEPENDS = "catch2" -SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \ +SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https;tag=v${PV} \ file://remove_tmpdir_from_test_binary.patch \ file://run-ptest" -SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348" +SRCREV = "3914826ef81208f37dc5843fa16f491d7f8c0829" inherit cmake ptest From patchwork Wed Oct 29 00:14:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73213 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 7926ACCF9EA for ; Wed, 29 Oct 2025 00:15:22 +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.web10.27233.1761696920008398612 for ; Tue, 28 Oct 2025 17:15:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Fe1QQzfh; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696920; x=1793232920; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yBU42DSvqoNhU6AawIAexJoSjNDRphPBMnVbPHoYgwc=; b=Fe1QQzfheP0bS0Yygk0XP5Jtz8v1JEJyfXN86z5kCQysnJhqGWkweJM/ H/eZKECPQm2GSJ8Z8TD0q3qN1vSs7mF5iYVg5IYeDtWhzMbdrlpF20kIg Bg3v14ukP30ekc+6xAgPglpIDsKsqJ8JfW5hHuChJLMctfhKsL5x1NhUp 10ff7ixSCfmFhResF0NKKCZRDDBGegZLPokGqoNEREnVbAIXF9gYt9DFL G4S9XgX4tunMCqiUZMqt/GJYBv4XePtRmcvW2yMZDTQRgrwsdBPyWquVS XphJ4jxgButxsur5HmJNyuZHnII0Dd1T30/4EIxOymjDx0RAnc4SRHN67 w==; X-CSE-ConnectionGUID: SfvCczecQyGLKggEk1sdJQ== X-CSE-MsgGUID: 8GR25jFiTt61ppoILYvt5g== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="221094176" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="221094176" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:18 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 24E451C1C72F for ; Wed, 29 Oct 2025 00:15:18 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id CCA43C02F1C for ; Wed, 29 Oct 2025 00:15:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 104D182C0F2; Wed, 29 Oct 2025 00:15:14 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/32] ctags: upgrade 6.2.20251019.0 -> 6.2.20251026.0 Date: Wed, 29 Oct 2025 08:14:35 +0800 Message-ID: <20251029001505.528-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121108 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20251019.0.bb => ctags_6.2.20251026.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20251019.0.bb => ctags_6.2.20251026.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20251019.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20251026.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20251019.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20251026.0.bb index bf94f00d23..f63498bb17 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20251019.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20251026.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "940751c4c0540d40af90a33e81467746f552b212" +SRCREV = "3ce289e1fb58d51098acaade2327807ede3eaace" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Wed Oct 29 00:14:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73215 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 87FB4CCF9F2 for ; Wed, 29 Oct 2025 00:15:22 +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.24187.1761696921688799600 for ; Tue, 28 Oct 2025 17:15:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AUWPa0gI; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696921; x=1793232921; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=DiHmXQ6/Dva6Wqhf1BzFQbPSinGObLaXB7iI46Alb28=; b=AUWPa0gIvJAOrrJBvyBUI+NomZXOkSs+gPRPbbRm7BMw6qYemunrouhI 6KFLuBIwgqVoPWdewJWsy1IMZfJKqMMfer/M9SmsXxgbXvVM1PcLrRrsI 807X03sJ0xE9IB8lt7QoLq/4ZgCOHTMXnng2FmpLjPJjKEk3kE146B1Wj Dt/0GeISRUt31QW7pEneXLPP41MNZ9gFI1V0HMytUDtIMsOFwk2Tu43ij pwtLR5wu3OJFXDHmSOfT5kuBGsfuYfIZ2eNOQoU/IV5tKKfsQkutP15Nw TBPxIoDCvyq6B9M5cVxDkP1MHF//hcBR5/IMhHYoppKy/V0tVH40yc8ig w==; X-CSE-ConnectionGUID: eW/Ii6+3Q9mKdelhXpFRIg== X-CSE-MsgGUID: luAHdD/mQU6y54LmZnhjqQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217999591" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217999591" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:19 +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 10A043FFF for ; Wed, 29 Oct 2025 00:15:20 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BC185C0162B for ; Wed, 29 Oct 2025 00:15:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1EFA0826FD1; Wed, 29 Oct 2025 00:15:16 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/32] doxygen: upgrade 1.14.0 -> 1.15.0 Date: Wed, 29 Oct 2025 08:14:36 +0800 Message-ID: <20251029001505.528-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121109 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../doxygen/{doxygen_1.14.0.bb => doxygen_1.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/doxygen/{doxygen_1.14.0.bb => doxygen_1.15.0.bb} (96%) diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.15.0.bb similarity index 96% rename from meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb rename to meta-oe/recipes-devtools/doxygen/doxygen_1.15.0.bb index 73594fc09f..494e92f768 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.15.0.bb @@ -10,7 +10,7 @@ SRC_URI = "\ git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ " -SRCREV = "cbe58f6237b2238c9af7f51c6b7afb8bbf52c866" +SRCREV = "7cca38ba5185457e6d9495bf963d4cdeacebc25a" UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P\d+(\_\d+)+)" From patchwork Wed Oct 29 00:14:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73216 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 56395CCF9F1 for ; Wed, 29 Oct 2025 00:15:32 +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.web11.24188.1761696923998102196 for ; Tue, 28 Oct 2025 17:15:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JwQwEUHs; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696924; x=1793232924; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WepYE0B3dNuTlKVaofhEtPT/SgL3plVY7TlFHxQGYEk=; b=JwQwEUHsw9CbydF3z91uTlSgWXoqecgWpJ6yyTfVASkY19m0g2OEjw4+ Jiyh+N8T3hDHbiTG49DgHjTnTWEcIJYxo3Oi8/LtXXevhTgLAYkGRi30i MxoVehgO+cxn6g9Eo+Q0v6OmSDtitPxLyXXO301dPtZcP0GyVQvzKl/xT Fgm7Qvtuse8240pddmPy8ZhamcdS3sznRvI26LGwH3n7fqJEOfXCOKp6o QSyi1EU9htqRoAGHEzDzA9Hvpds2wVNZJg9C9tv++oWcL13jW8ZhAqIzE Crm2FQVDIHEKGIo0Co4Y/StnTDv4FG/EmDC0cqnhq+SIz1DCreidqRnKV Q==; X-CSE-ConnectionGUID: 0uOjl8/YQymN5wCPAzgLLA== X-CSE-MsgGUID: fcJZFwTrQLWP43iEr51fuQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217368335" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217368335" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:22 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 184804071C0 for ; Wed, 29 Oct 2025 00:15:22 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id C9897C012A6 for ; Wed, 29 Oct 2025 00:15:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 2D885826FCD; Wed, 29 Oct 2025 00:15:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/32] graphviz: upgrade 14.0.1 -> 14.0.2 Date: Wed, 29 Oct 2025 08:14:37 +0800 Message-ID: <20251029001505.528-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121110 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_14.0.1.bb => graphviz_14.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_14.0.1.bb => graphviz_14.0.2.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.0.1.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_14.0.1.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb index 7114473ad0..6cd285392f 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.0.1.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re SRC_URI:append:class-nativesdk = "\ file://graphviz-setup.sh \ " -SRC_URI[sha256sum] = "2450df5d80c68f13f26362fafa797b2fbf887ebdc6733920cc5f7df5bec0cd23" +SRC_URI[sha256sum] = "31af4728cd0d7db91013d29286227ae6b5264ff897647c2ebfeb85f47c08177e" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Oct 29 00:14:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73220 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 5BC50CCF9EA for ; Wed, 29 Oct 2025 00:15:32 +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.web11.24188.1761696923998102196 for ; Tue, 28 Oct 2025 17:15:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=q7A0rq2y; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696925; x=1793232925; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yhvTf8/iBA9cxlafdNuBEdKn8lWVcy9AZkg/jdthhMs=; b=q7A0rq2ymkPGawBzjENzNHQmCHvLJsS2l2ZWX6QnhutddzBxRZVB4swq xi27LQosBj60X283k6EoY1/qumCzSb7L+8MiY+bK3eYuJwLMxPjkiFfph GiYLAiumjZ0Kk4+RDPuOGxaa1mR82/NYaC5Ro4zpwmQJ8s3SjLHflzuR4 r8kKXPtJTvrMQypnU3XCmRxLaHTtXmLuF4HMgGm6n+5oO5ao31hC+Greq XwdbS2Cem/XpPGhVS54S74I4P3I0awu68qSxpZ6dVND7L2kai8LtvJy7u woDsJc5pPJ5auZ8RCW16UiOiHpd4CJrHg7nrz60NNuwa0ZRn3aBOWW51w Q==; X-CSE-ConnectionGUID: W3LpZ6qpTWqVvvq/XO2rGg== X-CSE-MsgGUID: PCc294QvTEKBjONM/GZttQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217368340" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217368340" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:24 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 21CF6407579 for ; Wed, 29 Oct 2025 00:15:24 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D2EB9C000A8 for ; Wed, 29 Oct 2025 00:15:23 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3A51382C0FE; Wed, 29 Oct 2025 00:15:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 05/32] libcompress-raw-bzip2-perl: upgrade 2.213 -> 2.214 Date: Wed, 29 Oct 2025 08:14:38 +0800 Message-ID: <20251029001505.528-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121111 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...zip2-perl_2.213.bb => libcompress-raw-bzip2-perl_2.214.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcompress/{libcompress-raw-bzip2-perl_2.213.bb => libcompress-raw-bzip2-perl_2.214.bb} (79%) diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb similarity index 79% rename from meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb index 409216fe69..b0feb40b71 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb @@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=cd551ef796cc7fa34351ced771a3a7f9" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=d9968e06481ca195215d0f29ba557f98" SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" -SRC_URI[sha256sum] = "8d75d3d366c9101ca18061b00d438d3da39478c06159147dea3c666770577c7b" +SRC_URI[sha256sum] = "b0810a4d6e1a402892840564e6589e6ecd39cb87561bc556f171b78e900079cb" DEPENDS += "bzip2" From patchwork Wed Oct 29 00:14:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73219 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 6B113CCF9F2 for ; Wed, 29 Oct 2025 00:15:32 +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.27235.1761696927747319639 for ; Tue, 28 Oct 2025 17:15:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GC2Sm+MI; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696928; x=1793232928; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iIvwoW4PBHvD0Mmg6G2fgMsBrv7t3unKO6kPn6CUgos=; b=GC2Sm+MIOs2/S9iphzXixN+GzXeDtXu9JcGMjqLDoc0DOCHdGwpzjX7a XHS1H/WuOhzfgemrkV1VlL1Bm1WxIQHPanG4jhWGWwkdCcbeOdmKj3PR+ tAwk+/ynniiRND8Cn63IU3ZRT5ZL4zSAJIxMUU4DHfJJhqayUzbfvHAGL ROvsJqgnWngTYvNeLXxPY9hOs82c4yjR/0O1vYyRqFImOXY94Z8J+iByx K1Oep1woSx9FcBTjbT6c3Oy79fq9zhhVXUpXK0/WQP0mTf1fdhGpr7dBT em7Uekf0KqMvmF5hsv6Etj0ZFpOHmaUPyzOmA+wzkrIQ2tHX8jKHXTDpA g==; X-CSE-ConnectionGUID: YfHkxg/gReu8NpQJGicOKA== X-CSE-MsgGUID: BOxVACg+RGyTgsBnaov/ew== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="205948834" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="205948834" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:26 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 1C1A0100034D for ; Wed, 29 Oct 2025 00:15:26 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id D7E5018019AB for ; Wed, 29 Oct 2025 00:15:25 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4221482C0F2; Wed, 29 Oct 2025 00:15:22 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 06/32] libcompress-raw-lzma-perl: upgrade 2.213 -> 2.214 Date: Wed, 29 Oct 2025 08:14:39 +0800 Message-ID: <20251029001505.528-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121112 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...-lzma-perl_2.213.bb => libcompress-raw-lzma-perl_2.214.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcompress/{libcompress-raw-lzma-perl_2.213.bb => libcompress-raw-lzma-perl_2.214.bb} (80%) diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.214.bb similarity index 80% rename from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.214.bb index 6f18bae7dd..d0b8de0455 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.214.bb @@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf88289587b776f74c2886" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=db84d74e3df088dfbcfd6b30da2749c8" SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" -SRC_URI[sha256sum] = "6b979a8347701ced3ac26123d428c1f202b7999850444da19c4aedbb7c862cb7" +SRC_URI[sha256sum] = "1dcc4448969acad4550376476e3fcd2ed96bfaaae7d9622958fd8f9a1ab4c87d" DEPENDS += "xz" From patchwork Wed Oct 29 00:14:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73217 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 6937ACCF9F3 for ; Wed, 29 Oct 2025 00:15:32 +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.web10.27237.1761696929984963551 for ; Tue, 28 Oct 2025 17:15:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cDADg+Bl; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696930; x=1793232930; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6154uAjGEoBY7c+ua48QA9WX8bRPLlz02M7Z/p0VsPI=; b=cDADg+Bl/ZcN4TCEfqnZh2hP0OTNw3d3sGt8UZEdynRAsvq1tINvW3GQ I5565J9+aDITNvsX7ncheDhEPgDGw4gBwUpDBp/vdIAcZO+7vzrtUgKYs C4kOuxkvhk/dj8ocz3q2qKHkjZYT9fibFi/vW1xoS6m96yS1snPg6gYX3 5wVVPxDklqM02z0S3d44JYm95vwjzXcfasjEUS9TEFKQKdRCgggPlBVFj G8szVoshqMUgP+1lj5DMiRqW2WhYVxv8L7aVSp4pXm6jOaj1ocdAm/TsW g+TlUzLQQ4vgO8vjS6RpnklE1xu6ti0WgikEYheuvItilRSfoN14XWD9p A==; X-CSE-ConnectionGUID: vQf/4qBJQ4a6OI1zOiCv1A== X-CSE-MsgGUID: iPQSgz/0SBa2vS0X5iwjHQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="216775272" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="216775272" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:29 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 4E0471C1C727 for ; Wed, 29 Oct 2025 00:15:28 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 0A9921400606 for ; Wed, 29 Oct 2025 00:15:28 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 490EA826FD0; Wed, 29 Oct 2025 00:15:24 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 07/32] libcompress-raw-zlib-perl: upgrade 2.213 -> 2.214 Date: Wed, 29 Oct 2025 08:14:40 +0800 Message-ID: <20251029001505.528-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121113 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...-zlib-perl_2.213.bb => libcompress-raw-zlib-perl_2.214.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcompress/{libcompress-raw-zlib-perl_2.213.bb => libcompress-raw-zlib-perl_2.214.bb} (78%) diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.214.bb similarity index 78% rename from meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.214.bb index 0c6a1070cd..b4de5d499a 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.214.bb @@ -6,11 +6,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=1bb3479faca6bb2086c05a33a934f62a" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=a57e80ea8cb4e0305995c08035c77138" SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" -SRC_URI[sha256sum] = "56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45" +SRC_URI[sha256sum] = "5eea0c05c7b01dc93b620f04c89176eefb5002586ca0bebae3b8c2e70920e62e" DEPENDS += "zlib" From patchwork Wed Oct 29 00:14:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73218 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 78103CCF9F4 for ; Wed, 29 Oct 2025 00:15:32 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web10.27238.1761696931758885274 for ; Tue, 28 Oct 2025 17:15:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=V9pRdl1W; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696931; x=1793232931; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WU0XG/a1HX9BRaN5eQOo/sE+J9Sbed3YsaMIoyprdH8=; b=V9pRdl1W24uV7OIzJltTiSbVQe/kmII2YtzS+PmUDbS2t0P60mI1y0xU 3BmC3oIz7uFve1e1uz0Oxu6g84w2aDWfgTmYs3w8btpziylQWU7py+xHV NnS4ZkjnnzHOcnvk1UiIpPs+t8oQmk8wg7HVkFp02x4WSvXBY5rFT6zcb kcEWeksxRn/n66l+4GZ8jADISsUTsn5ILgFO5+ddHSCOzEDYUxaGQVSiK Hz4t/iTi8PchMwfvcKlZw5Si8gC7KS5ikwQFhKkBtlb/70G4pRGDdvR+/ JRVAXi+spKoK9GVQmCv7ba9cbEEBRXPXl4w+R55d9ld/OV1Lsvw65C3g4 Q==; X-CSE-ConnectionGUID: y7alRbYPSzmK3lCKfpqFbQ== X-CSE-MsgGUID: LCp+RYwGTCWpaiBtZFxk4w== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196354323" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196354323" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:30 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 3E861100035B for ; Wed, 29 Oct 2025 00:15:30 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 037FD1801998 for ; Wed, 29 Oct 2025 00:15:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4FEAD82C0FC; Wed, 29 Oct 2025 00:15:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/32] libdecor: upgrade 0.2.3 -> 0.2.4 Date: Wed, 29 Oct 2025 08:14:41 +0800 Message-ID: <20251029001505.528-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121114 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libdecor/{libdecor_0.2.3.bb => libdecor_0.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libdecor/{libdecor_0.2.3.bb => libdecor_0.2.4.bb} (94%) diff --git a/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.4.bb similarity index 94% rename from meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb rename to meta-oe/recipes-graphics/libdecor/libdecor_0.2.4.bb index 35deb8d2aa..8264b5b7ab 100644 --- a/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb +++ b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.4.bb @@ -12,7 +12,7 @@ DEPENDS = " \ wayland-protocols \ " -SRCREV = "15afd30a6e23e949d022ff18f17dd7fdbd3361e4" +SRCREV = "4d026d59edbf8e2e876c3f2c07c480f8840aa922" PACKAGECONFIG ?= "dbus ${@bb.utils.filter('DISTRO_FEATURES', 'gtk+3', d)}" From patchwork Wed Oct 29 00:14:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73222 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 702C7CCF9F1 for ; Wed, 29 Oct 2025 00:15:42 +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.27239.1761696933932832890 for ; Tue, 28 Oct 2025 17:15:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TLv1hrZv; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696934; x=1793232934; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=26C8D+AT7cPNLvrQcIHxX3dBziKcqsyZ7qftbol3vmo=; b=TLv1hrZvKXwUnbVAdezLJT3KVmvjGLdL5YYYahC2Tk0K32vMhOAPUk1x qCewUnE2XpeE8rBxPv5U/d2SdItkts4GY6aufGKiKqE0NaXTWSZP2W8j9 Pz0NZGZaJaTp4ONFpo/CztyYGj+UjrGQwHxSab1OZ0TLTZyiIez9rPkYP a0TL8MLIlWzu3lqJQICff0YXgGCR2LpUOMWFajq5/v/QOdPtiyot6OKl5 HRGF4xR/1WXI/pqxKx8KRTmQlv1M6BtyaLaKM9N07XGBJfG3tQx9LH+5u vowC4SwogXq4oMJNTArs2pE3WIWag0P6R5jeO/xZLE9UALUdGXLsDz/iD Q==; X-CSE-ConnectionGUID: VqO65PnASm2V/0pB0Uv54g== X-CSE-MsgGUID: 2j0iVmA+Tjqo4fT3tjEB8A== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217443282" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217443282" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:32 +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 43D4E455 for ; Wed, 29 Oct 2025 00:15:32 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id F2A3FC00213 for ; Wed, 29 Oct 2025 00:15:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5E668826FD8; Wed, 29 Oct 2025 00:15:29 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 09/32] libio-compress-lzma-perl: upgrade 2.213 -> 2.214 Date: Wed, 29 Oct 2025 08:14:42 +0800 Message-ID: <20251029001505.528-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121115 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...s-lzma-perl_2.213.bb => libio-compress-lzma-perl_2.214.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libio/{libio-compress-lzma-perl_2.213.bb => libio-compress-lzma-perl_2.214.bb} (76%) diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.214.bb similarity index 76% rename from meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb rename to meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.214.bb index b2da8a903f..93ff89c18a 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.214.bb @@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf88289587b776f74c2886" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=db84d74e3df088dfbcfd6b30da2749c8" SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" -SRC_URI[sha256sum] = "daa63c3fa1f7708aa55b97a4d189820f5e849f8e4583dc24b5cceebd06a493eb" +SRC_URI[sha256sum] = "f4ee89f3af99e59ad0742fd7b6358f9159ef513f1f6943d7140fb1bfa550dd38" S = "${UNPACKDIR}/IO-Compress-Lzma-${PV}" From patchwork Wed Oct 29 00:14:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73221 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 700E1CCD1BF for ; Wed, 29 Oct 2025 00:15:42 +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.web10.27237.1761696929984963551 for ; Tue, 28 Oct 2025 17:15:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RebAxl0i; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696935; x=1793232935; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lCtLU3HKPYyAVcrAJ1yCoOG+fO2PHfaOO3p07tgEqjM=; b=RebAxl0iNOjbEj6s9ZFtYXo2MLw1yKnBFQy1Y+wSTnYPN3kDzdvg3sPn lEzSeNz3C2DgUrhb+9CuPDslARXguGRaOxumaouZtFbPazHYlzaURokUU ZqIuowNkyP2GUsaJ115wpSJZWj32qzs94y9XotHrE1IIGUvmazQBcMJ66 jC+B94i4BKSDt6wtUv4Qns5TX85HZQL9Tc4NVJGREs1awbDBkZE8JeCxm 3IhmXPfZdK19S0mx0DUMdnUAVlzozV8f6NQTZeehfavCa1U5klAL/ms6C Yhjt/Ip+9FuWZTTQJFizmlD2wvUpk/bg2d/4Eb5oL8L1SFkVZZWgx2Zt0 A==; X-CSE-ConnectionGUID: PP/fuJCXTh+PorsdepZjsA== X-CSE-MsgGUID: PR2imme0RkymV45S4ELxyg== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="216775287" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="216775287" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:35 +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 50A261C00095 for ; Wed, 29 Oct 2025 00:15:34 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 09F091800523 for ; Wed, 29 Oct 2025 00:15:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6938A826FD3; Wed, 29 Oct 2025 00:15:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 10/32] libio-compress-perl: upgrade 2.213 -> 2.214 Date: Wed, 29 Oct 2025 08:14:43 +0800 Message-ID: <20251029001505.528-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121116 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...io-compress-perl_2.213.bb => libio-compress-perl_2.214.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libio/{libio-compress-perl_2.213.bb => libio-compress-perl_2.214.bb} (86%) diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb similarity index 86% rename from meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb rename to meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb index ce764334f1..bb49841422 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb @@ -14,11 +14,11 @@ HOMEPAGE = "https://metacpan.org/release/IO-Compress" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=254a3b5756814db98ee483c8974736c6" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=6af707e7b2ec1d8f995b973c427fb244" SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" -SRC_URI[sha256sum] = "ae4d01ae574e4568c5f2fb0573e74631e2720b71ad3bc5a3ffe9480f1cb9a851" +SRC_URI[sha256sum] = "0cfbc4b4ac9b28f7cbf22f114e09c9a49ace9e0b6c3778432afa2cde55512d69" S = "${UNPACKDIR}/IO-Compress-${PV}" From patchwork Wed Oct 29 00:14:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73224 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 752C1CCF9EA for ; Wed, 29 Oct 2025 00:15:42 +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.24191.1761696938200576367 for ; Tue, 28 Oct 2025 17:15:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DPvWMr08; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696938; x=1793232938; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sok5iPKQ8zUnRVNnkgtcg/7RLMWDGbjsgzEzulyM0kQ=; b=DPvWMr08Ut/Y52bv0ejx9EoQ13b9y20m0iLx1lmSy4cB60b5RSeNJ9nP bGyDUNhet1z6BMlQs9OHXe79ReCR4P8k8nrrmCSj/YK3njqhMyIE0+iz0 35Jv+Yt2YDOJkEzvi79Vjmt1n6jfNx3euyM7NJG8z7yRN8dG1ASUWVRNk jwfLfabpE2/Sk270YPonuaJQ4RGcf7wXC9lIjdIWpxQTZceblSRLM/KGR vUwRZJwgo9YpacSQXc5wJAeis2OF6lq4A/HmByjPNI0xjRS0/D2CA0jnu n+wnT+GouvVb/sZE++0ABQbDdoJZqvvqaE0e6CFwUVCgD/QUgeBusFsDr w==; X-CSE-ConnectionGUID: nidORnICQiKHm8dxCLQIpQ== X-CSE-MsgGUID: oh+xc0hqQiusZoSvODKnHw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196243052" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196243052" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:36 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 54E38100034D for ; Wed, 29 Oct 2025 00:15:36 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 1BC331800EA0 for ; Wed, 29 Oct 2025 00:15:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6D48C82C0FC; Wed, 29 Oct 2025 00:15:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/32] lvm2: upgrade 2.03.35 -> 2.03.36 Date: Wed, 29 Oct 2025 08:14:44 +0800 Message-ID: <20251029001505.528-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121117 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index c4c5974460..09ee410614 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -18,8 +18,8 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "38c1124a478fa3889c649338b6e8ccdc0370e201" -PV = "2.03.35" +SRCREV = "c8b7a765cbd731af32964adaf921f9e19d56a048" +PV = "2.03.36" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)" From patchwork Wed Oct 29 00:14:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73223 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 7D930CCF9F2 for ; Wed, 29 Oct 2025 00:15:42 +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.web10.27241.1761696940399131483 for ; Tue, 28 Oct 2025 17:15:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dus9spBk; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696941; x=1793232941; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fzO2gmnRteuaRIRyEocxYdJqdLR3weGqZ5m4rVglhos=; b=dus9spBkpuwcvuSzjnkg6zL9nqf3iOwLY/UwidfbzJSFbR2MnEPBJfLK tsPC8qPlthH+Yb3AqO18ViBifC8G0nVH1/gGd13O9tpqkpqHVXjPiDGqt rH3fL4QNXzQvHapQKRms16w2cdWUaXrv1ZvJxXymFGklHBq9wFtvxFtIR IwxGl4gmDVF5hLEI4E4yp9s7geB2OW4JQmtbL9MLRj1A0raqaOEeY07c0 V5eiqpaBefrSe5OcWAcpoU1+a2pvl4OUsXyMgsEIo8DIvZM7M5PBaSiop Ew8jyCKtCt5cpYNwSgOx+9hDMQkLGHLKwsPFygwsyLf8GxWnCUQrzggs/ w==; X-CSE-ConnectionGUID: MP+nq56xTIK/rqDRcXqDEA== X-CSE-MsgGUID: WAezY+THSfi+6BfNbarOMQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="221094214" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="221094214" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:39 +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 79668820404 for ; Wed, 29 Oct 2025 00:15:38 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 2F5D11400359 for ; Wed, 29 Oct 2025 00:15:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7BB9B826FD1; Wed, 29 Oct 2025 00:15:35 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 12/32] nbdkit: upgrade 1.45.10 -> 1.45.12 Date: Wed, 29 Oct 2025 08:14:45 +0800 Message-ID: <20251029001505.528-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121118 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.45.10.bb => nbdkit_1.45.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.45.10.bb => nbdkit_1.45.12.bb} (96%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.bb similarity index 96% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.bb index fb961ecd4b..23a7281536 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.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 = "a0f3989aadd2cd473517423422d2fa20def22c95" +SRCREV = "77182705215dc6f319cfa8eb3500861fbbb9d271" DEPENDS = "curl xz e2fsprogs zlib" From patchwork Wed Oct 29 00:14:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73225 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 7BB11CCF9EA for ; Wed, 29 Oct 2025 00:15:52 +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.web01.958.1761696942005765977 for ; Tue, 28 Oct 2025 17:15:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Kdt9XGSN; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696942; x=1793232942; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Npm+i5hVO99fsM5r7hzS6ANeqbOWq/oe22S+TxCPq1A=; b=Kdt9XGSNMe0aQV/0qoNKptYMo1RJ33vYHF0iMGTVQgh//aoulURB+un4 RqGm6Rj2RV5JPmGSSnzt3xBO5RdA18KC0Lf/MXo2B1oH3VZlh5sisyKdE Vfm+MPQC9qpxbR6vqendLA+UrbIhtyUMR99cF+UCjIun6OaRx5qtJpx4u MkdLu1T3Y8YS+ff0dpIdCjndt0GOY+vPKlZxnIx2KBtIL1xMytj8chQAo qi1Ts+bK/J37BXGDqgdktsRKcsgCvMPertX1TLYMi6Z/JJZogBsRX1/WQ m819g6UKqJkNqdFte1Lt9SuEL5Fr/jrSY7s4QPalDwEgb+BJdZ0OW4RdC g==; X-CSE-ConnectionGUID: Ui0YY+MJR7a6NfLj7A3bUg== X-CSE-MsgGUID: xlKa09/bSlGsEhHPW2g2Og== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217443297" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217443297" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:41 +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 7D56E1C00095 for ; Wed, 29 Oct 2025 00:15:40 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 385921800EB8 for ; Wed, 29 Oct 2025 00:15:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8B51F826FD3; Wed, 29 Oct 2025 00:15:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 13/32] python3-cbor2: upgrade 5.7.0 -> 5.7.1 Date: Wed, 29 Oct 2025 08:14:46 +0800 Message-ID: <20251029001505.528-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121119 From: Wang Mingyu Changelog: =========== - Improved performance on decoding large definite bytestrings - Fixed a read(-1) vulnerability caused by boundary handling error Signed-off-by: Wang Mingyu --- .../python/{python3-cbor2_5.7.0.bb => python3-cbor2_5.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.7.0.bb => python3-cbor2_5.7.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb index 4fe60c87c9..e124207cbf 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "3f6d843f4db4d0ec501c46453c22a4fbebb1abfb5b740e1bcab34c615cd7406b" +SRC_URI[sha256sum] = "7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Wed Oct 29 00:14:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73226 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 7BB51CCF9F1 for ; Wed, 29 Oct 2025 00:15:52 +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.27243.1761696944424128046 for ; Tue, 28 Oct 2025 17:15:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IeWfbk6F; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696945; x=1793232945; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fAvv+HPWND1tLxy6s1uzsE34BXVCVZPgbMpTW7gIjQw=; b=IeWfbk6FSChSmJYUF0b0G0KNkTFyHrnTsudJUyoc240c+vclAiqDil31 wR0sgv/B4XM8mieIP3gAUbQIbFbFw2KtiSnvwUyAYXkL8ItfRZYgyMoDn WF44MyQL480IIVgzw5jSdCidfPbgE+wHgw1mZky0TcFdXiLde16JB4Fir PB3cqdvXTGJhoFNpu5HBJoY2rRRLQFRu6oxUQW2K6pUIdvfm+hSKtWUjz 41OrZH0OckGo4YcWBccaCPXI+YboPojwtVeEdpFAvEkb2XW0hX1m97VSn PD3Le0DYPboeAfnkTTB5ajioZfQw4wxoe7gJDkFxvSyZbj2BUn5S6ypFM g==; X-CSE-ConnectionGUID: KwFbQ2viRlOvlaBfMbXQ+Q== X-CSE-MsgGUID: dUD7KRjvRfqVu+a6CW4BlQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217368387" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217368387" 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; 29 Oct 2025 09:15:43 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (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 9A42A8203C9 for ; Wed, 29 Oct 2025 00:15:42 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 56FF21800080 for ; Wed, 29 Oct 2025 00:15:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9C16F82C0FC; Wed, 29 Oct 2025 00:15:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/32] python3-cmake: upgrade 4.1.0 -> 4.1.2 Date: Wed, 29 Oct 2025 08:14:47 +0800 Message-ID: <20251029001505.528-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121120 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_4.1.0.bb => python3-cmake_4.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.1.0.bb => python3-cmake_4.1.2.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb b/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb index 9ab56eb03f..ec7b8fe491 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "bacdd21aebdf9a42e5631cfb365beb8221783fcd27c4e04f7db8b79c43fb12df" +SRC_URI[sha256sum] = "bee98458447b3a3b937b72849489e6e37ba0076d46df2fbb3af26739e1a3ed10" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Wed Oct 29 00:14:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73229 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 87F73CCF9F2 for ; Wed, 29 Oct 2025 00:15:52 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web01.960.1761696946068310950 for ; Tue, 28 Oct 2025 17:15:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kxRhQDeF; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696946; x=1793232946; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2h5KokMQs/MVqgbWhjOMaSbbWc3wTB1/Jbd50T1XNAE=; b=kxRhQDeFX38Rx5gCjIpt9jlMDdQXE5/TtYjF/uftdqw08eNQgFKw72SD DHa9JVQfyrQmoOkdUgDRi1FjnvpQ49rqXipmLQivefs4/T+9gULVPRDPx B7ZOnco4hvAEI6Fb6VWYm9EBvXYfZhdk9ILrod7CNWV3ugLi4i6XtrP+O DBjBMCQlMMgYOi1wQvBgP1t+Rr59BiiM9HvDjDn3/uxNeE/m9XTmh7D3v cI47C0D8WT3JBBQD1SKe1JcVNi8Bn/p7QQZk0WHXnEsDtCkU3W6k8arnj dM2290RsFajlC/jXvRYfyYkKk9oFyN/Fak7kl/dwkLMNOw2/dG5rS4/SK g==; X-CSE-ConnectionGUID: VcKyGwnPRByyTdsJ+LM+QA== X-CSE-MsgGUID: 7BCEtemDQSuf71WDoknGJQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196354357" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196354357" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:44 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 9F2D61C00095 for ; Wed, 29 Oct 2025 00:15:44 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 56DEBC00D60 for ; Wed, 29 Oct 2025 00:15:44 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id ADEC582C0FE; Wed, 29 Oct 2025 00:15:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/32] python3-grpcio-channelz: upgrade 1.75.1 -> 1.76.0 Date: Wed, 29 Oct 2025 08:14:48 +0800 Message-ID: <20251029001505.528-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121121 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...cio-channelz_1.75.1.bb => python3-grpcio-channelz_1.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-channelz_1.75.1.bb => python3-grpcio-channelz_1.76.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb index 173f22aded..921a9a251a 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_channelz" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "e0caa06d4de3eb62d3fdc54e5c9dc9003aa3ee21e9c50f5d3538aea854d276f2" +SRC_URI[sha256sum] = "2ab15ef7b2252a9ba31df500bbe295ce5310a8b01ea6f6d67a17172d914a41a8" RDEPENDS:${PN} = "python3-grpcio" From patchwork Wed Oct 29 00:14:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73227 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 94B56CCF9F3 for ; Wed, 29 Oct 2025 00:15:52 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web01.960.1761696946068310950 for ; Tue, 28 Oct 2025 17:15:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tHst3AOa; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696947; x=1793232947; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Fp7tL1S3V63EKQ2YutKU+kuNockjFS+crGkCMKA6/aA=; b=tHst3AOak1M7FdR0fdwi9+0kT8LekK2buAHHAXR7TANaoj3857MdMSN0 DzDBOuptcLzEGvUrYqJ40YLfBQRNJ23NsPlkB2i5Y3qrNRVhZqzniuuM7 hVhoyh2V0EX3JCukxMI/LodafriHse+zk78CFGqwO+wsYgr6Icjqexn3M MLwnYtG0abI8wGbJ3tWJ33I6wQW/bR3vQBOf4msxHSLJ9NyGXhxv6ChYh 2RSmqYWGOgssIQTG8uE02fNtNLfmSPgPYEmxKHH1wLiNeo8HvwMf179iK JDdDLxefDlZ3LTVBkm+ajx5iEn4Es8RMU47EQ1tBDcgTDSk5tyRc1P+LM A==; X-CSE-ConnectionGUID: lit7aTCZSFmMqeZohVXx7w== X-CSE-MsgGUID: 1V38g7t9SuuStjmlkxUPBA== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196354360" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196354360" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:46 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id B19551C00095 for ; Wed, 29 Oct 2025 00:15:46 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 655F2C000A8 for ; Wed, 29 Oct 2025 00:15:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id B884F82C0FC; Wed, 29 Oct 2025 00:15:43 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/32] python3-grpcio-reflection: upgrade 1.75.1 -> 1.76.0 Date: Wed, 29 Oct 2025 08:14:49 +0800 Message-ID: <20251029001505.528-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121122 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...reflection_1.75.1.bb => python3-grpcio-reflection_1.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-reflection_1.75.1.bb => python3-grpcio-reflection_1.76.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb index 5e64a3d617..e03fd3e818 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_reflection" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "2be3f20b7b93e6e691a0bc761fd7e9996a940b4c96c68f6ca4f7fbc47c3f4b64" +SRC_URI[sha256sum] = "e0e7e49921c2ee951e5ddff0bdbacbd1ac1a70888beb61d567f3d01b799decb1" RDEPENDS:${PN} = "python3-grpcio" From patchwork Wed Oct 29 00:14:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73228 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 A1C5ACCD1BF for ; Wed, 29 Oct 2025 00:15:52 +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.web10.27244.1761696950427738405 for ; Tue, 28 Oct 2025 17:15:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EQu94lX+; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696950; x=1793232950; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=EmZkxUmEl/bdSKKNZuuodVzHPIu7RraZO6hR1gIcFAI=; b=EQu94lX+sc/Fz0FSUEgmiANaOzJm5LrZNVfb/MqyWW3gLK+naS9QIqaH rj1e17uk/HMDFTAQgcWKsWo0/9LqYPPQzNYxg/NDwyWpkNpo4AfuSaTAk hl95CPr08jwKQNTHj0/v/ZoSP4FfRPcej56CX94Kq7nXaOSj5P3oCY852 OI2vfQkUSL2yWHyuF/5qQr84MfK1/dVq5ZXSyUbczV+kPUans6kTeMpmy sgEDqe9inyp+Vm1I3+g/AREEb150cZauHAM8O6JD5KY/IAGRqaMINrL1S EB0K5SsK+Koa0w5wcuX2OeeN2ZN3egMytOBd+ONfMpG3sh5Kvl8zLujcp Q==; X-CSE-ConnectionGUID: ODvZVGHbSE6GJO2RITOhcQ== X-CSE-MsgGUID: UPsYynr7S8CI2lDUocpT7A== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196243071" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196243071" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:48 +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 D24161002B8A for ; Wed, 29 Oct 2025 00:15:48 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 878CFC00233 for ; Wed, 29 Oct 2025 00:15:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id C8FD282C0F2; Wed, 29 Oct 2025 00:15:45 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/32] python3-grpcio-tools: upgrade 1.75.1 -> 1.76.0 Date: Wed, 29 Oct 2025 08:14:50 +0800 Message-ID: <20251029001505.528-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121123 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...n3-grpcio-tools_1.75.1.bb => python3-grpcio-tools_1.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.75.1.bb => python3-grpcio-tools_1.76.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb index 7627356ec9..29bf02f786 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.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] = "bb78960cf3d58941e1fec70cbdaccf255918beed13c34112a6915a6d8facebd1" +SRC_URI[sha256sum] = "ce80169b5e6adf3e8302f3ebb6cb0c3a9f08089133abca4b76ad67f751f5ad88" RDEPENDS:${PN} = "python3-grpcio" From patchwork Wed Oct 29 00:14:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73230 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 A2602CCF9F5 for ; Wed, 29 Oct 2025 00:15:52 +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.web10.27244.1761696950427738405 for ; Tue, 28 Oct 2025 17:15:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=D0BBl07o; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696951; x=1793232951; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ai/CGu1V9CbtlJG82XyGAgNttumqE9HnJk56wMys+cI=; b=D0BBl07osa1j6cJwcTSJY8V38/wNebpujcwBCXe2phiNBeXhSZrpOYI2 AJ9USoKHtv/H7Z8fIsXk2v9lrma+DeWgH5se4ARGN6CQAABrtCDTBj0mg dqglxH9avIS4EDvmK12VxQrurjHzbzwcmFvffmVIRv9bQBDVKm+y42yv9 59ftP0fV37p/WBJgUE8Nz7a2pqPIwUE8LlhcD/dj1wjBv7LNiU28yVIT+ CB3fO37iGjiCbT4vCfaWuxjzvnH3EefAIiMVX6r8vxg10cOsFSzBIr0D8 3hHCMen261fW8Zg1m1+q/ZxbsRWQ5FHwZ9vrXIz3dXocI5lhXlWDC6FA+ A==; X-CSE-ConnectionGUID: e6YI/2LlQjedMwv/NHM9bw== X-CSE-MsgGUID: a03b+IZBQjKUqKSb6B7Exw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196243073" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196243073" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:50 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (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 D1F6D820404 for ; Wed, 29 Oct 2025 00:15:50 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 8F9C21800080 for ; Wed, 29 Oct 2025 00:15:50 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id D8AE9826FCD; Wed, 29 Oct 2025 00:15:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/32] python3-grpcio: upgrade 1.75.1 -> 1.76.0 Date: Wed, 29 Oct 2025 08:14:51 +0800 Message-ID: <20251029001505.528-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121124 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-grpcio_1.75.1.bb => python3-grpcio_1.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.75.1.bb => python3-grpcio_1.76.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb index ef0bf126d5..c4282502e1 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.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] = "3e81d89ece99b9ace23a6916880baca613c03a799925afb2857887efa8b1b3d2" +SRC_URI[sha256sum] = "7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73" RDEPENDS:${PN} = "python3-protobuf" From patchwork Wed Oct 29 00:14:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73231 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 9846DCCD1BF for ; Wed, 29 Oct 2025 00:16:02 +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.27245.1761696954308589112 for ; Tue, 28 Oct 2025 17:15:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pG1ddDPf; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696954; x=1793232954; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qkST8+UBef2xt1fJTwmP4yuIKGL1d3P/oQktWIQL1SI=; b=pG1ddDPf7k28JMnW41Wp0voYzlA33ryAac2dTgowcWQ2NMcvV/hWb9fM veoh2eKVlen3rttwco+wp9DpFYjqhFSVswn0PmW3DbzB1/+jceH3Zufgf gOopc61CC6e9lTZ7XSMdOkjQGXsc448C4sLSjoQ66bb+iJrGFj0NLHvjZ VCvOXVBhhckFT/nbwNm1bf4jZiJMZv/8V855ktHFrsPpeu1CVGYXieos/ wTYEeJD07hWSgezaLCJu07Y8mXsOK7z9rrxYMVS0IRrX6cNXkW08X2Ga3 +ltMhxh8Rt0wgWbD+yvO1S1K+wuY2aSmcq20+FZx3MTQQN/HTNfiX2WKj w==; X-CSE-ConnectionGUID: NjSbIPlSSbmCXnf3P3QoiA== X-CSE-MsgGUID: wKN3JFRATROhgqLQrmBrSQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="205948881" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="205948881" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:53 +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 D8237188A for ; Wed, 29 Oct 2025 00:15:52 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 9157A1801988 for ; Wed, 29 Oct 2025 00:15:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id E73D382C0F2; Wed, 29 Oct 2025 00:15:49 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/32] python3-huey: upgrade 2.5.3 -> 2.5.4 Date: Wed, 29 Oct 2025 08:14:52 +0800 Message-ID: <20251029001505.528-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121125 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-huey_2.5.3.bb => python3-huey_2.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.5.3.bb => python3-huey_2.5.4.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-huey_2.5.3.bb rename to meta-python/recipes-devtools/python/python3-huey_2.5.4.bb index cb033712d9..9402dee2f1 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" +SRC_URI[sha256sum] = "4b7fb217b640fbb46efc4f4681b446b40726593522f093e8ef27c4a8fcb6cfbb" RDEPENDS:${PN} += " \ python3-datetime \ From patchwork Wed Oct 29 00:14:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73232 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 9F1D1CCF9EA for ; Wed, 29 Oct 2025 00:16:02 +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.24193.1761696956390770229 for ; Tue, 28 Oct 2025 17:15:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aJNTd5S/; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696957; x=1793232957; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=90TF/Oy4IdFQ99rLW2+tyNkTjCL8v7Ztdx2JIA0oTjs=; b=aJNTd5S/GPqPm6jEXlPFR8XGJOWVFBBNg0ZY1F1FmVatzvVnadIiJDbf Yd4+LcQsskDNObBidwu9jQ3MgakfFe5xcgb51VdCioK+fhrK5JWg5YgvB 1xi36XozmikqHTtpFOOyLf1w5+vAhWXz4+6Y1hX/fh0xQNdTqjjPx6eWO f7wVUUYOM2qnWcJz9QAJjgMzsmN+UTOEWmeZW+shbRYW3R+Oz3j3A7d4C peYM9oO+TuA77tPC79cgHhDNWF2PNXgyPz8ihd5k4kL0hPnOzZrAIrCFO QQdA28YGRsys5SmOBRA+DJvaNEaMbSTER7R5Rp9Dh2n4zohj9jq2nuMt5 Q==; X-CSE-ConnectionGUID: bi3UVJyjTLyMyQMRB9RVMQ== X-CSE-MsgGUID: wwtyWu01Qx66zuGH2LlSRw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217403010" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217403010" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:56 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id D78D0407559 for ; Wed, 29 Oct 2025 00:15:54 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 951EBC012A6 for ; Wed, 29 Oct 2025 00:15:54 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0098382C0FC; Wed, 29 Oct 2025 00:15:51 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/32] python3-inline-snapshot: upgrade 0.30.0 -> 0.30.1 Date: Wed, 29 Oct 2025 08:14:53 +0800 Message-ID: <20251029001505.528-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121126 From: Wang Mingyu Changelog: Disable ensure ascii in json.dump to support non-ASCII characters in external files Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.30.0.bb => python3-inline-snapshot_0.30.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.30.0.bb => python3-inline-snapshot_0.30.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.1.bb index 6608b34f64..ea1f15a5bd 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "486e996ef133d4d91bacf78c8b712f76668709e7ffde6d9d925148d36c7c8fbd" +SRC_URI[sha256sum] = "77c2e94a40f2da02909b39e3386c9fc23f532c92af45558e2d7bbabb5fd0cbc1" inherit pypi python_hatchling From patchwork Wed Oct 29 00:14:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73233 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 A6FF1CCF9F1 for ; Wed, 29 Oct 2025 00:16:02 +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.web01.964.1761696958298214668 for ; Tue, 28 Oct 2025 17:15:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=moBANbxJ; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696958; x=1793232958; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KjvCGbtereHijrZq6TXdo/XRbaKqkR+PTcxt2D4hIUY=; b=moBANbxJgzgiXc9jj7sjyc7j6cIcnYdbTNw17PvhTukuZX2nViIgb8Df Vk0lPst86PaDiuW46/kYWd6ErUSu6Jh9pYKdiIS+bg+r0ZvpSlx1YcVMJ EgGCGlh2kbKVEsKmpk2s+bgc2R/W8C+lzZYLTA5xvmz7Fk/drn/26oVvs grDLHjDR4TJMx2+xLG+8+R6xIPklWo+MYdDGt0IYp3a5FpUDWOgGW7244 5rihq3wfwn1feBMGVqt9YV3Aq0leHsNcjPfTOnq8mNn1E7ixadH8heDdw ZkWFv+FqxmI+fl+RjkObS3qlLEjDE+lCjZ1/k72FtcDLrg5HnQdjUSbdG Q==; X-CSE-ConnectionGUID: Em/FZwPTRk+IG2fNwjdaQw== X-CSE-MsgGUID: quThWkJORSaksaPFKzdtgA== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217999665" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217999665" 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; 29 Oct 2025 09:15:56 +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 E0A3242A301 for ; Wed, 29 Oct 2025 00:15:56 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 9B300180198B for ; Wed, 29 Oct 2025 00:15:56 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 06AC6826FCD; Wed, 29 Oct 2025 00:15:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/32] python3-matplotlib-inline: upgrade 0.1.7 -> 0.2.1 Date: Wed, 29 Oct 2025 08:14:54 +0800 Message-ID: <20251029001505.528-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121127 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...otlib-inline_0.1.7.bb => python3-matplotlib-inline_0.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-matplotlib-inline_0.1.7.bb => python3-matplotlib-inline_0.2.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb rename to meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb index b7d5c8efc3..b236802f20 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e" -SRC_URI[sha256sum] = "8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90" +SRC_URI[sha256sum] = "e1ee949c340d771fc39e241ea75683deb94762c8fa5f2927ec57c83c4dffa9fe" PYPI_PACKAGE = "matplotlib_inline" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed Oct 29 00:14:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73234 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 AF16DCCF9F3 for ; Wed, 29 Oct 2025 00:16:02 +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.27245.1761696954308589112 for ; Tue, 28 Oct 2025 17:16:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EPie8Ly9; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696959; x=1793232959; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sO8rlxe3ReM2Yf2ahH5OGGv67J04/674ojvQibbhT4g=; b=EPie8Ly96nmqhchizlguIGrfZHTpvu9LJbnn+1BA64CtqeXeSvzuDarj JDRoSwd44mYwMy9oNnS4xn6AxVN8OkeQiaxQBnrwc4yMOAQW761ekvCIT 6nE6IYH4yoUZdPVxc85llVbygj3e6D1No4ssNyzuZYn6SjSLg80mgB7Pl dzyTVWJw/qVRlSluvUT9RH/103oIcmKOx9N4l3ZdCvwVQvlmdhRWIvRQJ UzZB7xeGPBDF3Yr70dgDXJhHfdQsLM8U3h41wg3cPhkWwtpdLVjErxwz3 iJj6Efn/535nrJ0bAmTkM2WtQAxUMHmTiYzAMWdnqScABrVi/qAmd2/MM A==; X-CSE-ConnectionGUID: 9TrybKzOTyO6IiSxiDx3WQ== X-CSE-MsgGUID: J7OR4vSsSrqywQjrX5YIgQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="205948892" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="205948892" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:15:59 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 1109F8203C9 for ; Wed, 29 Oct 2025 00:15:59 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BD1E88D205A for ; Wed, 29 Oct 2025 00:15:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0B8E482C0FC; Wed, 29 Oct 2025 00:15:55 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/32] python3-moteus: upgrade 0.3.93 -> 0.3.95 Date: Wed, 29 Oct 2025 08:14:55 +0800 Message-ID: <20251029001505.528-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121128 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-moteus_0.3.93.bb => python3-moteus_0.3.95.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.93.bb => python3-moteus_0.3.95.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb index a9235fef4f..27dd6ef82b 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a inherit pypi setuptools3 -SRC_URI[sha256sum] = "6d61382935e752536d547c7398a2d6f949a2a8d890580a68994a02309f599fc6" +SRC_URI[sha256sum] = "8607d7c841345ba88fafacc98b820129176e877f5b13176fe5acb4805cc22281" S = "${UNPACKDIR}/moteus-${PV}" From patchwork Wed Oct 29 00:14:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73235 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 B44EFCCF9F2 for ; Wed, 29 Oct 2025 00:16:02 +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.24193.1761696956390770229 for ; Tue, 28 Oct 2025 17:16:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jgKnM7PQ; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696962; x=1793232962; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=b1xgHiwWUI3ODLjD6SG4wju2HOKwVCI/vQM9K6qcMtQ=; b=jgKnM7PQ2XvLJL7p1k0l+kRpCILmh+d9Swz6eNNF6DURwf9LSw8x4fK8 EL59IO78URT0D6GeIsckv8K0BvrvYGwQSfJwVwWogas3HT/CjObuL/vSX rRTMn3JWEdK6a+5A/RosGXIOHLqsXklDUJWn/AUkLlCT9bbxxXyA4sKTe CyMG/X9tn/U9mra1dNFOFBtTY6Tz0NjRVvcigQ1qIJ91T9f9oAXz2M0Tc BBi4Fpm5OwUnu13DckPfOERGu7MOwlWGXW7bRkGp5LFck6krDD8pFurj+ 3ofv5kZfKw7F2Z3bHjKeziYV1zDRDgXWizR6SpN++XC1HNU6kd19yyWXv Q==; X-CSE-ConnectionGUID: 9doag1p0Re6SCPidf4ugvg== X-CSE-MsgGUID: RMyJnVGUQZCdVzV5SsaU7A== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217403019" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217403019" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:02 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (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 06DE440757C for ; Wed, 29 Oct 2025 00:16:01 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id ADE711C00171 for ; Wed, 29 Oct 2025 00:16:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1C1E2826FD1; Wed, 29 Oct 2025 00:15:57 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/32] python3-posix-ipc: upgrade 1.3.0 -> 1.3.2 Date: Wed, 29 Oct 2025 08:14:56 +0800 Message-ID: <20251029001505.528-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121129 From: Wang Mingyu 0001-build_support-fix-cross-compilation-error-when-CC-is.patch removed since it's included in 1.3.2 Signed-off-by: Wang Mingyu --- ...x-cross-compilation-error-when-CC-is.patch | 53 ------------------- ...pc_1.3.0.bb => python3-posix-ipc_1.3.2.bb} | 6 +-- 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch rename meta-python/recipes-devtools/python/{python3-posix-ipc_1.3.0.bb => python3-posix-ipc_1.3.2.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch b/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch deleted file mode 100644 index c78d4ad726..0000000000 --- a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 01134093c9150248f9ea8890a41e922159593a7f Mon Sep 17 00:00:00 2001 -From: Haixiao Yan -Date: Fri, 8 Aug 2025 19:30:16 +0800 -Subject: [PATCH] build_support: fix cross-compilation error when CC is a - multi-part command - -Fix the following error when cross-compiling with an environment-defined CC -that includes flags: - -FileNotFoundError: [Errno 2] No such file or directory: 'x86_64-wrs-linux-gcc --m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security --Werror=format-security ---sysroot=/build-1.3.0/tmp/work/corei7-64-wrs-linux/python3-posix-ipc/1.3.0/recipe-sysroot' - -This happened because the CC environment variable was treated as a single -string instead of being split into arguments. The fix uses shlex.split() to -correctly parse CC into a list of compiler and flags, and then unpacks it when -forming the subprocess command. - -Upstream-Status: Backport [https://github.com/osvenskan/posix_ipc/commit/0113409] - -Signed-off-by: Haixiao Yan ---- - build_support/discover_system_info.py | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/build_support/discover_system_info.py b/build_support/discover_system_info.py -index d1b171e4f602..1c3741f5577c 100644 ---- a/build_support/discover_system_info.py -+++ b/build_support/discover_system_info.py -@@ -1,6 +1,7 @@ - import subprocess - import platform - import os -+import shlex - - # Set these to None for compile/link debugging or subprocess.PIPE to silence - # compiler warnings and errors. -@@ -49,7 +50,9 @@ def does_build_succeed(filename, linker_options=""): - # - Some versions of Linux place the sem_xxx() functions in libpthread. - # Rather than testing whether or not it's needed, I just specify it - # everywhere since it's harmless to specify it when it's not needed. -- cmd = [os.getenv("CC", "cc"), -+ cc = os.getenv("CC", "cc") -+ cmd = [ -+ *shlex.split(cc), - '-Wall', - '-o', - f'./build_support/src/{filename[:-2]}', --- -2.34.1 - diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb index 02d2e55bad..3431e6c7aa 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb @@ -7,11 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d8df223c2614dbf1aabdc1ca23cc10" PYPI_PACKAGE = "posix_ipc" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "6e559ac5bb5f6f233c396103f4868e383bbd8f4e54d20876910896f47d353448" - -SRC_URI += " \ - file://0001-build_support-fix-cross-compilation-error-when-CC-is.patch \ - " +SRC_URI[sha256sum] = "6923232111329954a8349f7d99f212b6e96b5206e77fbd39aaf1b3cb4a5e9260" # Message queue support requires librt for proper linking LDFLAGS += "-lrt" From patchwork Wed Oct 29 00:14:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73237 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 AB21ACCF9F1 for ; Wed, 29 Oct 2025 00:16:12 +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.web11.24197.1761696965168458171 for ; Tue, 28 Oct 2025 17:16:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lt8b8lCt; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696966; x=1793232966; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=M4uwSmog6WxDLCUzo75+rxJlBIFWkL/m8o9aSTfNEBI=; b=lt8b8lCta6VSIxRX+rpwm0DbdXo5tATBdUM5iACNxpTHi5p0bOZVK4IQ JBwP99kT1rD2O7q770nuA4Ag5TBua2C7fhp7bUtSYQdJUBmT2uk1TmpDl sW5HMyPWPte+H8sLRCrikm03IDlVNcAQyC20HcbGLe6fttvo/DJhqaSMt GJGYi/236oBdhOsIfaoyBBZ5oLGLNf7Wgkhr3TFa/DvxHUsLM22kAtpzQ bwthgwFR3WGi7XVY7xWIkgBvoPs8ZUUdPq04szyKW6eWQi/p9j9rbC/4O PODYgua12B6wgThHHrT5rVTLK+prveedczIKKciitCkDBfRhvvlQk6FxB w==; X-CSE-ConnectionGUID: Z8G4nbtjQPKyStUHfuGhDg== X-CSE-MsgGUID: uuG1+As3T/aCK3FXh7rHnw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217443325" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217443325" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:04 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 4CDCA8203C9 for ; Wed, 29 Oct 2025 00:16:03 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 073EA8D65CA for ; Wed, 29 Oct 2025 00:16:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4754682C0F2; Wed, 29 Oct 2025 00:15:59 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/32] python3-psycopg: upgrade 3.2.11 -> 3.2.12 Date: Wed, 29 Oct 2025 08:14:57 +0800 Message-ID: <20251029001505.528-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121130 From: Wang Mingyu Changelog: Allow copy to pass different types per column, as long as the database can convert them. Signed-off-by: Wang Mingyu --- .../{python3-psycopg_3.2.11.bb => python3-psycopg_3.2.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/python/{python3-psycopg_3.2.11.bb => python3-psycopg_3.2.12.bb} (85%) diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb similarity index 85% rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb index b10c3caab9..4133a4b5b0 100644 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb +++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb @@ -7,7 +7,7 @@ features offered by PostgreSQL." LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" -SRC_URI[sha256sum] = "398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706" +SRC_URI[sha256sum] = "85c08d6f6e2a897b16280e0ff6406bef29b1327c045db06d21f364d7cd5da90b" inherit pypi python_setuptools_build_meta From patchwork Wed Oct 29 00:14:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73239 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 AB1DCCCD1BF for ; Wed, 29 Oct 2025 00:16:12 +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.web10.27253.1761696967208203478 for ; Tue, 28 Oct 2025 17:16:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L8ZhggcS; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696967; x=1793232967; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6JNtZMOqtMmYSYDdGoJb2QLqh/GGRncTot1YzldGsq4=; b=L8ZhggcSFfy5ihL9xb84THdDTKjxCMbYeqjtYQgVY97G3LHhL+juxfJr IL5sH9w49GTdTGqM9STnr8+X6HZASwXdx89RN46GBeox/oQyCoksc0gNB QEdJeFFBTOI/aT/zX3EpE0EQa3oyXuMkUfsRWThwGg8USqpE0SBQ4nJ9O eCJtBlJTpk/bdYI0AucnKr0FwbXfrbvoOGxsSu1rZvxf4dwX1uYEvNUSp WloTGOn/DGrWvEJV5NuwSlVPo9inSkxS6YmCRJVw/iIHf8Wtv1dScdKzM 3awywbChXTkcPclFnSDYjC0dOMMhof5MXMnwu/bShzo96vPRpT6ZOVIeR A==; X-CSE-ConnectionGUID: RWg6twEST4a6oAtxyxTeZg== X-CSE-MsgGUID: WgYdnKoKSPKm2OA1FzMoPQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196243096" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196243096" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16: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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 9F905C00542 for ; Wed, 29 Oct 2025 00:16:05 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 58D1C8D65CA for ; Wed, 29 Oct 2025 00:16:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5A7AB826FD2; Wed, 29 Oct 2025 00:16:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/32] python3-regex: upgrade 2025.9.18 -> 2025.10.23 Date: Wed, 29 Oct 2025 08:14:58 +0800 Message-ID: <20251029001505.528-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121131 From: Wang Mingyu Changelog: ============ - 'setup.py' was missing from the source distribution. - Fixed test in main.yml. - Moved tests into subfolder. - Re-organised files. - Updated to Unicode 17.0.0. - Enable free-threading support in cibuildwheel in another place. - Enable free-threading support in cibuildwheel. Signed-off-by: Wang Mingyu --- .../{python3-regex_2025.9.18.bb => python3-regex_2025.10.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2025.9.18.bb => python3-regex_2025.10.23.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb b/meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb rename to meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb index 5ee7ea85bd..bf6e7776af 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "c5ba23274c61c6fef447ba6a39333297d0c247f53059dba0bca415cac511edc4" +SRC_URI[sha256sum] = "8cbaf8ceb88f96ae2356d01b9adf5e6306fa42fa6f7eab6b97794e37c959ac26" RDEPENDS:${PN} += " \ python3-stringold \ From patchwork Wed Oct 29 00:14:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73236 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 B272ECCF9EA for ; Wed, 29 Oct 2025 00:16:12 +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.24200.1761696969551781095 for ; Tue, 28 Oct 2025 17:16:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ivCe1OSF; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696969; x=1793232969; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1xRviuYhvF6GHsUJ3BKH5IM5bKMk/WtlrX0gj4CSBZQ=; b=ivCe1OSF0S78TlkUCCr33tzSZAUsUx2q/QxWJnC8kJUWMlMnPj/xrOmM qKACT18TFpx9icoqqhWES+c23e1Nxn4Mx/0IHWK+TEu1gq8sFdj78VOXz CYC5abc/uVdn2IVK5qnd2uvevwmOo+iAP2/W9DJw4Vu9xh8uacxU8hN74 7O2Ym6GlKx812DX+kKWAZWcaipN7Pkq80YZI/6E1VGyr4flwxpcYEahbl xQvMwJxHGt/J7T1vS08+MGqaErGXrjSoA5joXxVY0JG1M3om5rj5Qrz9K eedqfBwCtV5ttx+HMTD5vHr2OhLiGDG8+OHaQr2iDTjc1YG+XtGswgaRY Q==; X-CSE-ConnectionGUID: PRxo2k1nRiWyJet+lA2iAQ== X-CSE-MsgGUID: t/kQvNvKSziFmQMqMov0wA== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="205360985" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="205360985" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16: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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id D0EB71C1C726 for ; Wed, 29 Oct 2025 00:16:07 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 8995BC00766 for ; Wed, 29 Oct 2025 00:16:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8F38A82C0FC; Wed, 29 Oct 2025 00:16:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/32] python3-requests-file: upgrade 3.0.0 -> 3.0.1 Date: Wed, 29 Oct 2025 08:14:59 +0800 Message-ID: <20251029001505.528-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121132 From: Wang Mingyu Changelog: Add missing type annotations Signed-off-by: Wang Mingyu --- ...n3-requests-file_3.0.0.bb => python3-requests-file_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests-file_3.0.0.bb => python3-requests-file_3.0.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb rename to meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb index a9b10c919e..f796c8ef78 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/dashea/requests-file" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" -SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" +SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576" PYPI_PACKAGE = "requests_file" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed Oct 29 00:15:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73238 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 B7C46CCF9F2 for ; Wed, 29 Oct 2025 00:16:12 +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.web10.27253.1761696967208203478 for ; Tue, 28 Oct 2025 17:16:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RLRiO8rt; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696970; x=1793232970; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RxiaSS0jv8Cj2zNF6e1a9rW++82fKSbIUcireqSzTO4=; b=RLRiO8rtV/D1YEvvOaYU5nDmSeEIbMb3c3WtsDF42dPcfxbRtgUn4RoH dzfqnmOpYZGewwfUKOr4bQFxrk+bX1h7FMHo+ZB/91cBEzqlF1pKi7Pzt JIioT9UueLJVTLTdbMJyAckmsNbzt8DioVlTIH+05Tp6wZeJ6a+9C22/Q z0jZKoPDUAutQYRiV4EWDbfGPW735k/uhXHQpAwszo8O9an/h/saKRxK8 +AmjHAkKXAu7QaElGWr94+yOKjRAfVT7elxD2qIDcUrhk2P6TuzGjog2o SsGvn8lAyiiT1j8BB41ZXwDbDy8YiezAK/cN5oJdUVK9ILMjfdpKduV66 A==; X-CSE-ConnectionGUID: g1ZVK0HhSgmD7+dRuy4aDA== X-CSE-MsgGUID: Mvp4OayVTSquFTTcZdrTcQ== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196243105" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196243105" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:09 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id EB70D1C00095 for ; Wed, 29 Oct 2025 00:16:09 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A3AF1C0009D for ; Wed, 29 Oct 2025 00:16:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id CCF22826FCD; Wed, 29 Oct 2025 00:16:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/32] python3-serpent: upgrade 1.41 -> 1.42 Date: Wed, 29 Oct 2025 08:15:00 +0800 Message-ID: <20251029001505.528-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121133 From: Wang Mingyu Changelog: added test-requirements.txt Signed-off-by: Wang Mingyu --- .../python/{python3-serpent_1.41.bb => python3-serpent_1.42.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-serpent_1.41.bb => python3-serpent_1.42.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-serpent_1.41.bb rename to meta-python/recipes-devtools/python/python3-serpent_1.42.bb index f6c7b5443b..c165a02caa 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb @@ -2,7 +2,7 @@ SUMMARY = "Serialization based on ast.literal_eval" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" -SRC_URI[sha256sum] = "0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095" +SRC_URI[sha256sum] = "8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506" inherit pypi ptest-python-pytest setuptools3 From patchwork Wed Oct 29 00:15:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73241 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 BE54BCCD1BF for ; Wed, 29 Oct 2025 00:16:22 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.24201.1761696973564304475 for ; Tue, 28 Oct 2025 17:16:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kghsPVhi; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696973; x=1793232973; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=n3rSerV0u9aFTkPATX4Jr6EpVOfpXNpmsv1WKHSL8Tg=; b=kghsPVhi6AuqlprRk1ezqgnioE5Rs8ZXMxwzWIdZVagyqRg53dK7VtV1 Kbtn8vq9r0CJq1B4n5Zz+8AXlIn1pfQ/8XFWZi43hpV4MC7MixB15sgDZ bwgu93NM9aw8/2u8PzoyBiRSWE7o7B5i19ZmgUDmSPloGAeLcCLAAzaEP PUJ0kJb2204K/14fbjQhkz5SMY9rFG2vpfrz3A7I7TcTFs3cRdGqZc6RM hu39e8bv3T6X5cZsabKxNJjpnuCO2l/gQF36es6nOz2yzu+CEaRRLbOsb IDMjd7iDJgiOl0jV++zFxhhe/FgJ0fYL1Wh/r2S1mZtOS8gHj8vKvX90D w==; X-CSE-ConnectionGUID: VfK/5bCAR5GA3YIpEuH7Yw== X-CSE-MsgGUID: J87uIJfgQPKh7qNFIddaCw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="196354404" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="196354404" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:12 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 1C6CC100034D for ; Wed, 29 Oct 2025 00:16:12 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id CB592C00218 for ; Wed, 29 Oct 2025 00:16:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 212CE82C0FE; Wed, 29 Oct 2025 00:16:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/32] python3-typer: upgrade 0.19.2 -> 0.20.0 Date: Wed, 29 Oct 2025 08:15:01 +0800 Message-ID: <20251029001505.528-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121134 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-typer_0.19.2.bb => python3-typer_0.20.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typer_0.19.2.bb => python3-typer_0.20.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb b/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-typer_0.19.2.bb rename to meta-python/recipes-devtools/python/python3-typer_0.20.0.bb index eaa416f021..db682c5d35 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/fastapi/typer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" -SRC_URI[sha256sum] = "9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca" +SRC_URI[sha256sum] = "1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37" inherit pypi python_pdm ptest From patchwork Wed Oct 29 00:15:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73240 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 B2A7DCCF9EA for ; Wed, 29 Oct 2025 00:16:22 +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.web10.27254.1761696975921702937 for ; Tue, 28 Oct 2025 17:16:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mhOdvmIF; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696977; x=1793232977; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SoNVid+7n1BioCXkp4cd2G3gbNQ+RW/pyIiGMNVUzkM=; b=mhOdvmIF24D4aFRGRX3A67l24H6t+FZMQV2xOgO8Mc0Kz3liTlpvq6WS SxRhHVCBE+oQXYV0jQEImP8lc/J/EKSk9jy1LrC9WkyPEWzvRMPh1WGbq StkZ6AHaEohzkbpFGm86+n2XN41WpxYp12OVdYhXBkAvhGNqajzhn3MxG E/QGt4DACTKRAQV7vD07PgNDqEUBqn3FbdP4d4gYv6E5aDmKh52ro/mCT YuDXyqIpvMzKTJS1UBXFhQ4QOv4aW2LGKDX38fY7RPXEQ30BgsKyMcQxS C0FMeDpvIE228eov6gGQ9JtzzpvqiUESlKmQo4Ksf8+xwOTViTDy3skST A==; X-CSE-ConnectionGUID: dcr6DQviTyOsgF+REPYZ4g== X-CSE-MsgGUID: IYFCnYjxRXO/RX4g+dR5Ew== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217403047" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217403047" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:15 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 5A3BA100034D for ; Wed, 29 Oct 2025 00:16:14 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 216971800523 for ; Wed, 29 Oct 2025 00:16:14 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3E58882C0FC; Wed, 29 Oct 2025 00:16:10 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/32] python3-vector: upgrade 1.6.3 -> 1.7.0 Date: Wed, 29 Oct 2025 08:15:02 +0800 Message-ID: <20251029001505.528-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121135 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-vector_1.6.3.bb => python3-vector_1.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-vector_1.6.3.bb => python3-vector_1.7.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb b/meta-python/recipes-devtools/python/python3-vector_1.7.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-vector_1.6.3.bb rename to meta-python/recipes-devtools/python/python3-vector_1.7.0.bb index 912dfb8b85..bb1e7eeed9 100644 --- a/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-vector_1.7.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2963f0dc7a24919505850460dd1a785b" DEPENDS += "python3-hatch-vcs-native" -SRC_URI[sha256sum] = "a85149a62fcaa8a4d95214ca217f3910ea6800d79d65ef1cfb1005720b4f713a" +SRC_URI[sha256sum] = "8b05ea2953322c74c49d2af180f7eac73ad0aa3d4c391cab896175ec4fa3d642" inherit pypi python_hatchling From patchwork Wed Oct 29 00:15:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73243 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 B7860CCF9F1 for ; Wed, 29 Oct 2025 00:16:22 +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.web10.27255.1761696977986529118 for ; Tue, 28 Oct 2025 17:16:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mqrLmC4k; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696977; x=1793232977; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cofORjjXChWS1pHOvfZxZYvjBNsx5Kv47VXbvhw2afk=; b=mqrLmC4kY3Uezt7QxvZOwEFLdkIu7xz13z+bZR9V0qfMn3PobmxmOmsj F0uqJCA1TeotlJoym7eh4k0Ad7psOaUH1Dtx9BE9uzpj6oMS0ixj4eNdd mUb5vkXWrDW2LnXJkaqx5p/W+6Jwj2DcurcGmgla6VFwwYplQyNebgpHg euOaJzsYfGYnjT6oKgZ+MGIP/ARtyVfB/2WQg9ILlGnsao0YutdSVet6j QJlL3MpSkFbvoNEv5e4swcV1kzDmICiNCTcABxNiAS3e/H2tkNkUZM1Ea I310ZEhjjr56VP1YKAaoMnuRKW2qePX29ZujFDcR+OQk2TnsfjA7Dz2HQ g==; X-CSE-ConnectionGUID: xCy7+NJPT1COX4ai9iug7A== X-CSE-MsgGUID: yGS1fEZtST+DSBgB81SmDw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217999697" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217999697" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:16 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (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 8C18A46E for ; Wed, 29 Oct 2025 00:16:16 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3E1F11C0016B for ; Wed, 29 Oct 2025 00:16:16 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 75A8682C0F2; Wed, 29 Oct 2025 00:16:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/32] python3-yappi: upgrade 1.6.10 -> 1.7.3 Date: Wed, 29 Oct 2025 08:15:03 +0800 Message-ID: <20251029001505.528-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121136 From: Wang Mingyu 0002-Fix-import-of-tests.utils-to-enable-pytest.patch refreshed for 1.7.3 Changelog: ============ - Better wheel support - Python 3.14 support Signed-off-by: Wang Mingyu --- ...2-Fix-import-of-tests.utils-to-enable-pytest.patch | 11 ++++------- ...python3-yappi_1.6.10.bb => python3-yappi_1.7.3.bb} | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) rename meta-python/recipes-devtools/python/{python3-yappi_1.6.10.bb => python3-yappi_1.7.3.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch b/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch index 96dd024125..93a4fd980f 100644 --- a/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch +++ b/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch @@ -1,7 +1,7 @@ -From 28eac38566327091221aabbc164ea8e433c66e7e Mon Sep 17 00:00:00 2001 +From 7c7ceea53138eefbe522f8881f1c4281083a2d68 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 24 Dec 2023 09:27:50 -0800 -Subject: [PATCH 2/2] Fix import of tests.utils to enable pytest +Subject: [PATCH] Fix import of tests.utils to enable pytest Running the test cases with pytest leads to importlib errors because the "utils" module cannot be found. @@ -19,7 +19,7 @@ Signed-off-by: Tim Orling 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py -index 8e9e631..bb36f4a 100644 +index a48b6ca..76e99a7 100644 --- a/tests/test_asyncio.py +++ b/tests/test_asyncio.py @@ -2,7 +2,7 @@ import unittest @@ -30,7 +30,7 @@ index 8e9e631..bb36f4a 100644 +from tests.utils import YappiUnitTestCase, find_stat_by_name, burn_cpu, burn_io - async def async_sleep(sec): + try: diff --git a/tests/test_asyncio_context_vars.py b/tests/test_asyncio_context_vars.py index 5bd750c..9a253c0 100644 --- a/tests/test_asyncio_context_vars.py @@ -96,6 +96,3 @@ index b0b531d..b5a4016 100644 class MultiThreadTests(YappiUnitTestCase): --- -2.34.1 - diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb b/meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb rename to meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb index bced340b94..3e735f7124 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee" -SRC_URI[sha256sum] = "463b822727658937bd95a7d80ca9758605b8cd0014e004e9e520ec9cb4db0c92" +SRC_URI[sha256sum] = "bef71ad0595b600261668dcb1e18b935a7117a724c04d7be60d9d246e32d0928" SRC_URI += " \ file://0001-test_functionality-convert-line-endings-to-Unix.patch \ From patchwork Wed Oct 29 00:15:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73242 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 C4D72CCF9F2 for ; Wed, 29 Oct 2025 00:16:22 +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.27256.1761696980606336789 for ; Tue, 28 Oct 2025 17:16:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=syLsIA6h; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696981; x=1793232981; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nCbcY799FIX8ft2biSC8vjqAps38782ZFopaLS7rOZg=; b=syLsIA6ht+N/9JqjkKgvGYBH0WPEMZXPfvbqZSDFraoJP669k6/pW5On WuIEiukctZpg/6XQX66sCQmyeM4JrAiFHt2arBr3PU6eNqjdaAofjSc0c VCKWukrumbj8FFM1cVovKUOjJHBOO1XH4tAkwAB0hvJ6yprujnQFWr8YT 56esvozTN91J4lAMdbY0s6stQrSEenYrDo1T90+Rlumhn1YaKfrUxyJUx cBuV0S3EFOkUZFKb2VSPOKeUVu7vs5imxYigzp+v7XMX6VVsW4PW1L5y7 YDOkUmWtoVjAvq4zkLqqLdcLj8JSa5Z0TBUVScc+MSui7/7MPzcWYuWK5 w==; X-CSE-ConnectionGUID: c09kiiAmSiiq8vkRiZ3h4w== X-CSE-MsgGUID: KkSWPUqkQp28QqkIJxxuMw== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217443353" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217443353" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:19 +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 CC1401C1C735 for ; Wed, 29 Oct 2025 00:16:18 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 853818D65CA for ; Wed, 29 Oct 2025 00:16:18 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id A00E182C0FE; Wed, 29 Oct 2025 00:16:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 31/32] sip: upgrade 6.13.1 -> 6.14.0 Date: Wed, 29 Oct 2025 08:15:04 +0800 Message-ID: <20251029001505.528-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121137 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/sip/{sip_6.13.1.bb => sip_6.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/sip/{sip_6.13.1.bb => sip_6.14.0.bb} (87%) diff --git a/meta-oe/recipes-devtools/sip/sip_6.13.1.bb b/meta-oe/recipes-devtools/sip/sip_6.14.0.bb similarity index 87% rename from meta-oe/recipes-devtools/sip/sip_6.13.1.bb rename to meta-oe/recipes-devtools/sip/sip_6.14.0.bb index 1f7c3e9afd..6b091c5e47 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.13.1.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.14.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" inherit pypi python_setuptools_build_meta python3native PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "d065b74eca996f29f1f0831ad321efaecf9906759b09466edc45349df7be6cd0" +SRC_URI[sha256sum] = "20c086aba387707b34cf47fd96d1a978d01e2b95807e86f8aaa960081f163b28" DEPENDS += "python3-setuptools-scm-native" From patchwork Wed Oct 29 00:15:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 73244 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 BF7B4CCD1BF for ; Wed, 29 Oct 2025 00:16:32 +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.web11.24205.1761696982465912451 for ; Tue, 28 Oct 2025 17:16:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GqerW5XJ; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1761696983; x=1793232983; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ig5lh+44eGd10npmBe3Zg1n4He0HZXIYQl3cNyJWH/g=; b=GqerW5XJdmk5kjK/bwVsbQc45L3CX0XosKRerqORkjdSwvGUyQQhfWll /xnlOIVbxLA20IlMGroigP17I/tNjPQvUGkTizpm3qfjEqyWUPFQJkVR+ WylfWsq7uql+8bA0YJgkRRLNUCCPx0PR7yYw5KfCr8ABQL54BqGlIW45M Vv7BdZdQIXTZiAYtlI05XPD/ww12SUIb2hquh43nhVWRvrt+fjDeGbeYa Zpl1k+tDylX/vdPz5qWAlPSxLEGA+mmLSscCOR/Xqpl9id+MJGYHDPi/A 4U7J3iembj2HTAhCG1hBg5JB6X2nW8tA/TCb8OFEUMZc7MaDVey/mBLF3 A==; X-CSE-ConnectionGUID: 4K9oET+7T9iasOnwAKYRkQ== X-CSE-MsgGUID: rdYU6PxcSEOhzT34uhSNzA== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="217368444" X-IronPort-AV: E=Sophos;i="6.19,262,1754924400"; d="scan'208";a="217368444" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2025 09:16:21 +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 DB3141002B89 for ; Wed, 29 Oct 2025 00:16:20 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 920E28D2064 for ; Wed, 29 Oct 2025 00:16:20 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id D3AF1826FD2; Wed, 29 Oct 2025 00:16:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 32/32] xterm: upgrade 402 -> 403 Date: Wed, 29 Oct 2025 08:15:05 +0800 Message-ID: <20251029001505.528-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20251029001505.528-1-wangmy@fujitsu.com> References: <20251029001505.528-1-wangmy@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 ; Wed, 29 Oct 2025 00:16:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/121138 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xterm_402.bb => xterm_403.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_402.bb => xterm_403.bb} (95%) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_402.bb b/meta-oe/recipes-graphics/xorg-app/xterm_403.bb similarity index 95% rename from meta-oe/recipes-graphics/xorg-app/xterm_402.bb rename to meta-oe/recipes-graphics/xorg-app/xterm_403.bb index 65e1295575..db59b10a15 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_402.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_403.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=170620b648626a9705 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://0001-include-missing-pty.h-header-for-openpty.patch \ " -SRC_URI[sha256sum] = "5260c5793cd564c69e53ef6f528c00af066ae67b42d02137fb7ef8fafe70bb7a" +SRC_URI[sha256sum] = "1331b0df5919cb243ffe326dc6ff10a291e683a262f70cdf964a664be733ad83" PACKAGECONFIG ?= "" PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"