From patchwork Wed Jul 15 10:38:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92472 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 21389C44507 for ; Wed, 15 Jul 2026 10:39:40 +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.msgproc01-g2.3413.1784111975501937191 for ; Wed, 15 Jul 2026 03:39:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SXrrhekC; 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=1784111978; x=1815647978; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MkunTxn6tnapZMH2+YFRpZikiOCPkPbsy3sn5nC5ocU=; b=SXrrhekCSzPGIyP1syD+ulCBrREsbLv990vOcpbnRd9Y1Kl9Kl4erjoX eWajxwmL3g3FoH/tvmYxebzjq8CSiemDDLyrHmt2JGMuixXvwGHTq81UC T40GU9JNvMruRVHVeEVP4F7fi2pgd2zCE21smyLBZL/Gwv9S+nAHPTcfi Y0D2BuN9cISVkV07YKW9/Y+pOVflZjce0oJLNW1KeiIikXqBv4g6SFxhc MvSqvAKqBt6Gp4q+UmHJudV5ZKM4PuQycL+Lu7+PzvqjqIM8MJSjvB/le AFye0lMfUoQgUmNKzht48XGyxK/O6XuF24v7kImxkY+g3e6AVHh6kjVp6 Q==; X-CSE-ConnectionGUID: D4LCggz2SKqJ8YfFQtlqEA== X-CSE-MsgGUID: eZ7XIgkATiOPDgh6SdeW0w== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440344" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440344" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:36 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 7146B1002819 for ; Wed, 15 Jul 2026 10:39:33 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 26F1F18000D2 for ; Wed, 15 Jul 2026 10:39:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3CBB91800B81; Wed, 15 Jul 2026 10:39:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 01/44] cpan-requirements-dynamic: upgrade 0.002 -> 0.003 Date: Wed, 15 Jul 2026 18:38:31 +0800 Message-ID: <20260715103914.2120-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128174 From: Wang Mingyu License-Update: Updated contact address to website URL Updated distribution notice to Changed example signature: Updated the example signatory from Ty Coon to Moe Ghoul Changelog: - Avoid undefinedness warning in config_defined Signed-off-by: Wang Mingyu --- ...ts-dynamic_0.002.bb => cpan-requirements-dynamic_0.003.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-extended/requirements-dynamic/{cpan-requirements-dynamic_0.002.bb => cpan-requirements-dynamic_0.003.bb} (74%) diff --git a/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.003.bb similarity index 74% rename from meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb rename to meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.003.bb index 4ee221a8a0..89b62d7434 100644 --- a/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb +++ b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.003.bb @@ -3,10 +3,10 @@ DESCRIPTION = "This module implements a format for describing dynamic prerequisi of a distribution.cts and (by default) mails MIME messages." HOMEPAGE = "https://metacpan.org/pod/CPAN::Requirements::Dynamic" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=818dfe6ef2e2204af6c824ca00e2b485" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1bae8e4882b2dc386a0b72b7265c4a22" SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/CPAN-Requirements-Dynamic-${PV}.tar.gz" -SRC_URI[sha256sum] = "9e290179fd1ab8574f7a2297baf015ea4fef3703a99d48798f61ec9347b4905b" +SRC_URI[sha256sum] = "0731694542ec57aead9f20259ba678f74e5602e655b1833eef3e9336f47298e8" S = "${UNPACKDIR}/CPAN-Requirements-Dynamic-${PV}" From patchwork Wed Jul 15 10:38:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92471 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 2FC61C4450C for ; Wed, 15 Jul 2026 10:39:40 +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.msgproc01-g2.3413.1784111975501937191 for ; Wed, 15 Jul 2026 03:39:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ccGd01vZ; 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=1784111979; x=1815647979; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E2u9HMF6swRx7/4GlUdmxY5G8GSXLM9E/70FnvrGlIQ=; b=ccGd01vZTLIEpSi1y1POZsYB3q1HpQr3Q4R98MOQrOi3ncB9HpSU95AQ l5hfyzp1zobX33qkPqgzKDW7Y5XPRy575aPgqjCA2mlw81SvpIlxV2bJf 1BjYlIppRsqjl9RQlW0l0Jp6+oZipeEa8V+wwuz+6Yjw89nD+ZBfxUQl9 TDBihQ+04p37XUnUn6q5q2R9nunWF9W14+CMisYVKWg/AW/7GQNbjRgoT UX+aUbmh9fbf20JIVHAxpvZGcJ0Vax9NkQ9aD2Zd665Vmq47hdIbodpXu yDw0I6+MexbPxP4ec4ql/HxEVlmPTJ3SQftJ/ofHyW0UkIwb6Yz2bWrza g==; X-CSE-ConnectionGUID: 73uFUyFlQGyf8OE41GVNOQ== X-CSE-MsgGUID: TyFo/0lxRJyuc+TkdZAwVg== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440345" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440345" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:39 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id F1EB3100014F for ; Wed, 15 Jul 2026 10:39:35 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id A20B0102095F for ; Wed, 15 Jul 2026 10:39:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id B16711800B81; Wed, 15 Jul 2026 10:39:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/44] fastfetch: upgrade 2.65.2 -> 2.66.0 Date: Wed, 15 Jul 2026 18:38:32 +0800 Message-ID: <20260715103914.2120-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128175 From: Wang Mingyu Changes: ========= CPU package count is no longer reported in the default output. Users can still print it in custom formats via {packages} Bugfixes: ========== Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux) Fixed accurate AMD GPU names are not queried in driverSpecific mode (GPU, Linux) Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux) Some internal cleanups and optimizations Features: ========= Added Astra Linux version detection (OS, Linux) Improved performance of Windows PowerShell version detection (Shell, Windows) Improved performance of Media module on macOS (Media, macOS) Added proxmox backup server detection (#2443, OS, Linux) Logos: ====== Added Flatcar, Azure Linux Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small Updated linuxmint_small Cleaned up distro names Signed-off-by: Wang Mingyu --- .../fastfetch/{fastfetch_2.65.2.bb => fastfetch_2.66.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.65.2.bb => fastfetch_2.66.0.bb} (98%) diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb similarity index 98% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb index fb56556ff3..8835e3d85d 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" -SRCREV = "0e90f3a7d4ac5a7857a968a6f52ea1205be5f404" +SRCREV = "08698098579bb8b043b0a343159b8018f5cea4fc" inherit cmake pkgconfig From patchwork Wed Jul 15 10:38:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92474 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 EF981C44507 for ; Wed, 15 Jul 2026 10:39:49 +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.msgproc01-g2.3414.1784111979570710578 for ; Wed, 15 Jul 2026 03:39:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OyXDstrc; 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=1784111982; x=1815647982; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iCw6g6th568WGpBR3LEYz9HDiQPwUhPIZQi+nYMzSto=; b=OyXDstrcnrCF+LLWEYWUweDwppSAps7WHcPuFRk3lZuNHhNVFTJImH8K 3Dscqq7cDMOMCpylqsHcU7Fu5ZR+NSpT6fztmXCVP5Hkf+JvzAj0BVy1H a+DpOmYGgogCKpXDAMJGFOyuWEVWppn4TqvfJMqyxB7r3WBOusE7xetAG 2x1SEHZLsbX09dW6+5VCPFUk1K9NZGWzAxV+DvAdsqxkNir/isiSNoxy2 kRNMICHGR2nmZ7g5St1J/bxmYXaCItIicOtnccRT9R356eThKRMtAofGm DKgXEMMk1/Cv6A6fVCxC5Q0Tgxm3J3FSrF2J+k6x+xzEkvVAVA2QIsPBK Q==; X-CSE-ConnectionGUID: zMQpBYckSVOPop664DJJMw== X-CSE-MsgGUID: WVbN7p3mQ7+wGn0gJSXgFQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="250998990" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="250998990" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:40 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id C1626100014F for ; Wed, 15 Jul 2026 10:39:37 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 6D275102095F for ; Wed, 15 Jul 2026 10:39:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 74094180113F; Wed, 15 Jul 2026 10:39:35 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/44] freerdp3: upgrade 3.27.1 -> 3.28.0 Date: Wed, 15 Jul 2026 18:38:33 +0800 Message-ID: <20260715103914.2120-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128176 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../freerdp/{freerdp3_3.27.1.bb => freerdp3_3.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/freerdp/{freerdp3_3.27.1.bb => freerdp3_3.28.0.bb} (99%) diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.27.1.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.28.0.bb similarity index 99% rename from meta-oe/recipes-support/freerdp/freerdp3_3.27.1.bb rename to meta-oe/recipes-support/freerdp/freerdp3_3.28.0.bb index f01fd5634b..628b69cc2c 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.27.1.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.28.0.bb @@ -8,7 +8,7 @@ RDEPENDS:${PN}-ptest += "cmake coreutils" inherit pkgconfig cmake ptest -SRCREV = "6099a8d64624458ebce20e185a6d02a3ea791842" +SRCREV = "5370fb26fbf034ecd11d3026b6ad639b5fff493f" SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;nobranch=1;protocol=https;tag=${PV} \ file://run-ptest" From patchwork Wed Jul 15 10:38:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92477 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 271DDC44501 for ; Wed, 15 Jul 2026 10:39:50 +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.msgproc01-g2.3413.1784111975501937191 for ; Wed, 15 Jul 2026 03:39:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RQkXT1J9; 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=1784111982; x=1815647982; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hJUI/chXreKXS0OFsEv12FluZob43miz3i6Vv3juo3w=; b=RQkXT1J9l7xUD3DC1Qu26YLaQ707zfaaHzlTZUXGAD5CaKIJaY0PUSxq tOOxM4jOth8TveEaeVKJG0sxGO+Ylw09cmReZgL+UOB5GB5EjfbqwO+Kz M/o+EAqnvL5KUw1Ns7ux/C07kxSPFekK8Zt3GERv4RCL55UeoDQ9QCb5O mmXMmgIITHAOwCBbrlm48JKxXVzoT30CMx2NdHeQ0QfZHWRWb92YvNEvs 5pWmWZa20OqAVAosmw2tlCzFMQ//dsONrAW6nLg6lFdK0bTbKllWgULVw hKfoRlC694MFJuxtSxBmR7MxhqvgfhgBH2XPEtY4oOxXXXow3XoKDpjuS w==; X-CSE-ConnectionGUID: 1dC6sTLuT8SIafxm3MvqUA== X-CSE-MsgGUID: o8gJG2mOTfSZsl83MjocJA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440356" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440356" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:42 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 3C5831C01699 for ; Wed, 15 Jul 2026 10:39:39 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id E13CD148CE49 for ; Wed, 15 Jul 2026 10:39:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0F95D1802733; Wed, 15 Jul 2026 10:39:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/44] libdbi-perl: upgrade 1.649 -> 1.650 Date: Wed, 15 Jul 2026 18:38:34 +0800 Message-ID: <20260715103914.2120-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128177 From: Wang Mingyu Changelog: =========== * Set a hard limit of 99999 on '?' placeholders (CVE-2026-14739) * Fix out-of-bounds read in preparse of SQL that starts with a comment (CVE-2026-14740) * Fix code injection via Profile DSN attribute or DBI_PROFILE variable (CVE-2026-14380) * Update dbipport.h to Devel::PPPort-3.73 * Require Test::More 0.96 (tests will otherwise fail on pristine perl-5.12) Signed-off-by: Wang Mingyu --- .../perl/{libdbi-perl_1.649.bb => libdbi-perl_1.650.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.649.bb => libdbi-perl_1.650.bb} (95%) diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb similarity index 95% rename from meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb rename to meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb index c25d5d63a6..47f9e06c90 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb @@ -10,7 +10,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=1a1138dff61f77bbc3d8782caba6758d" SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" -SRC_URI[sha256sum] = "98897cdd06adae70e5516042e47ca08d623db2139fc58fd95cde208adf85c697" +SRC_URI[sha256sum] = "a807b817c1cfb0fe6ecccff1d9ddeb293c317d518f5ab2007dfb9d3bccdbcf83" S = "${UNPACKDIR}/DBI-${PV}" From patchwork Wed Jul 15 10:38:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92476 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 484C4C4450E for ; Wed, 15 Jul 2026 10:39:50 +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.msgproc02-g2.3436.1784111985275195768 for ; Wed, 15 Jul 2026 03:39:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SA1WnRTR; 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=1784111985; x=1815647985; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=U38W3LSVvOrHmzm/KlJxjjtiB3svXTsDlNDI6pAPjTo=; b=SA1WnRTRS5kkX/zbLvdhBS608dFQjNUdCdIdWDF7ezjg682vHv0e4fFL PyBz7n0BPQuuSMEmOShoIHiw5OlcvLRX1t1/RUcINSSOZNTWx7jFoylmb vZHTallKZti5FCqxqpRCjBRN3DCrUm38wpaYZt5oOI4WoHgrB+qV7T/jk 6bqy1ql16YajX0Zf+tAI+oT6LErbAbRVnrxjRuutJvbMSfS23jgZ40dUX RYdtAxFEQzvSvl/ShEz7cZiP9Lu6QCrsngfhOgweLQFUAQKPWBg62IoG4 2AYetGtWwTgZpyHFMXuwlvT2rJHs0rRJr3FsWSl1Zd0rFIB4SkBhyhcCI A==; X-CSE-ConnectionGUID: Y9hx72iqQuuDcARPm7ukcg== X-CSE-MsgGUID: 7qUO27btQduhdWcjdBNrgw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="246968124" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="246968124" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39: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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id ACF191C01699 for ; Wed, 15 Jul 2026 10:39:43 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 62200181AE9C for ; Wed, 15 Jul 2026 10:39:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 86E761800B81; Wed, 15 Jul 2026 10:39:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-xfce] [PATCH 05/44] libxfce4ui: upgrade 4.21.8 -> 4.21.9 Date: Wed, 15 Jul 2026 18:38:35 +0800 Message-ID: <20260715103914.2120-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128178 From: Wang Mingyu Changelog: ========== - xfce-open: Quote all arguments passed to --launch - Remove G_GNUC_CONST - kbd: work around gdk-wayland bug around super key in shortcut dialog - Translation Updates: Azerbaijani, Kazakh, Spanish, Turkish Signed-off-by: Wang Mingyu --- .../libxfce4ui/{libxfce4ui_4.21.8.bb => libxfce4ui_4.21.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.21.8.bb => libxfce4ui_4.21.9.bb} (93%) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.9.bb similarity index 93% rename from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb rename to meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.9.bb index 70891aaf8d..e45a81be95 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.9.bb @@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','openg # TODO: Check if 0001-... can go SRC_URI += " file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" -SRC_URI[sha256sum] = "e6caafc6fe5e07765e22dd849a19b21e5aa44f51c66fa1d7db74b94330bd457b" +SRC_URI[sha256sum] = "d2072e0c3c27e39e1c38050c660f34806e34e8b1abba660684db586f8c4f7142" EXTRA_OEMESON = "-Dvala=disabled -Dvendor-info=${DISTRO}" From patchwork Wed Jul 15 10:38:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92475 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 57829C4450F for ; Wed, 15 Jul 2026 10:39:50 +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.msgproc01-g2.3415.1784111987273040188 for ; Wed, 15 Jul 2026 03:39:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hRHUHlK3; 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=1784111988; x=1815647988; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=inXvo8ZId+9EWXglOZF95R3j/01IbYJfGfkaSFpHEjk=; b=hRHUHlK3ny5J6z+u9l3Tg4R2UoEd63uV2IuzBndAiJfRNCgyhlwPb8Sv zJsWtbM70RfIzpDYSYLnR5FUJSqjCnidDdmL9lAgl49Oy3tjdQBh/UW+3 7OvfGAZFMeuhW6a5NtvZw8sxMsyOBV8xctlmQ2fGcxANOGEnVk2mIlSLn kddJ8If2/9jHfT+4PjIAqnIPbk6rgYg8jk52ol8nKav2gTsWkE7kmpEpX 6glZw0LFfyp2PAPYiqRyz5z7TY5PixY+RimZqcOonMN2HtZE+TpubAYwD EQmFDy7ZJ3U3Lla9VWw0+QDArraxHUGOlZOftrlPknymNgYAG3QcoONYS w==; X-CSE-ConnectionGUID: cPxAlJIWR1aRvFQlTqz7dQ== X-CSE-MsgGUID: 6iMA01EwSGq2USpFbRSuEw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518872" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518872" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:46 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 65A4D407579 for ; Wed, 15 Jul 2026 10:39:45 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 1787D10214DE for ; Wed, 15 Jul 2026 10:39:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 18DA4180113F; Wed, 15 Jul 2026 10:39:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/44] mcelog: upgrade 210 -> 211 Date: Wed, 15 Jul 2026 18:38:36 +0800 Message-ID: <20260715103914.2120-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128179 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/mcelog/{mcelog_210.bb => mcelog_211.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/mcelog/{mcelog_210.bb => mcelog_211.bb} (96%) diff --git a/meta-oe/recipes-support/mcelog/mcelog_210.bb b/meta-oe/recipes-support/mcelog/mcelog_211.bb similarity index 96% rename from meta-oe/recipes-support/mcelog/mcelog_210.bb rename to meta-oe/recipes-support/mcelog/mcelog_211.bb index f009ba98ad..803554bd06 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_210.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_211.bb @@ -10,7 +10,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;; file://run-ptest \ " -SRCREV = "357b136f95be23be1dda2c5e220e0430e9b20765" +SRCREV = "fe4ac4f11ef7b793b6f4c9dcb0f3fdb410a194a2" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" From patchwork Wed Jul 15 10:38:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92478 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 68847C44510 for ; Wed, 15 Jul 2026 10:39:50 +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.msgproc01-g2.3416.1784111988596236789 for ; Wed, 15 Jul 2026 03:39:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SFBqcrem; 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=1784111988; x=1815647988; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dj34LUBTXvbS5/7m0/AgLR5+sfwqxXELGJBdNjdUZvo=; b=SFBqcremOv9jFvbcwx6dobdM9Xfj7gwcixzFcXZk07urtjJO2kNcWiw3 jR+GppiW14hNKs2Z2Daz5OJzQhlOL5XqxszCBEboWl3FqjmZtM5Gl5z88 lK6NqmNYrTrDI0SMkceWJsQiP3CNpXTibOyDX/P3+F64fCI2f4w/gtW+G aFpeQf6Zqsw/epGdKfyd3qwu+Y0irsuYuUW0K7jyb4pArFwtR8gTTF4L6 VhGihJPmJJHAnyHX9xwcLIxbZOLqJbpp8k7fzDjFUKnspqgG8IYCPIJsN mcdvDOLzfUYzYBdZ7gm0CVOz7bftLHA4/OYNoFStBhmwXNrwtFmFUUWRy g==; X-CSE-ConnectionGUID: H9c7Kb8xQLaR8sO0J4qSQw== X-CSE-MsgGUID: 74IkgQc4TdeHaogC8mnx9Q== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="226397995" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="226397995" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:46 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id EF5B1406EC9 for ; Wed, 15 Jul 2026 10:39:46 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id A203710214DE for ; Wed, 15 Jul 2026 10:39:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A80521800B81; Wed, 15 Jul 2026 10:39:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 07/44] memcached: upgrade 1.6.43 -> 1.6.45 Date: Wed, 15 Jul 2026 18:38:37 +0800 Message-ID: <20260715103914.2120-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128180 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../memcached/{memcached_1.6.43.bb => memcached_1.6.45.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/memcached/{memcached_1.6.43.bb => memcached_1.6.45.bb} (95%) diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.43.bb b/meta-networking/recipes-support/memcached/memcached_1.6.45.bb similarity index 95% rename from meta-networking/recipes-support/memcached/memcached_1.6.43.bb rename to meta-networking/recipes-support/memcached/memcached_1.6.45.bb index 9a98932f95..516b97def2 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.43.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.45.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \ " SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz" -SRC_URI[sha256sum] = "8042ee26e004efa0db41ca4a7c713f759c3280c2f8bee438579f13de1e509435" +SRC_URI[sha256sum] = "d362c64e6d8d5287153501eabf7c85b4a761432fbf53f5d7b085d0bb1653c1dd" CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly" From patchwork Wed Jul 15 10:38:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92473 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 0AC8EC4450C for ; Wed, 15 Jul 2026 10:39:50 +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.msgproc01-g2.3415.1784111987273040188 for ; Wed, 15 Jul 2026 03:39:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=X2G96ckP; 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=1784111989; x=1815647989; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wB+BAReNPhVBMJgxlew+Act6KqEceddjQ1CuO0Mp/2w=; b=X2G96ckP0Qid2mJ1V+6CaR/hHRY8QX/jxsFhmwpqYQyfVyox6ItYg9ks bxYO7AbbnaLREs9/RZeKk9/DhmdNk+FU1SbsiBIaCK/Q/4wXwtqE5si1q Qu5IkyHxSelAcNHJw7y9x+oOeSPCginnvMSIsogQu8k1ANKxdjrdW48aS wZ2+eJQ3pLwk4aOxd9PYb7XM/yPgi1LLU9XPNS1c2oLw43QOxce2OXwKq lQcq74dFkAKMqKNzy/ibnbWUp260TYvyAwp0haPIV/HW2YDNxtZldww5M Bn3GPiZcx7l21AnnMfD1utARSYBeFH2c+5pr//tmlD4AmMOLOT4tL0spq Q==; X-CSE-ConnectionGUID: FqygqPx7TpeZlrRn+4T2GA== X-CSE-MsgGUID: JtbiimPoQ5exrlR6TiFcMw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518881" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518881" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:49 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 956E21C00094 for ; Wed, 15 Jul 2026 10:39:48 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3D69E1C0014F for ; Wed, 15 Jul 2026 10:39:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 444D7180113F; Wed, 15 Jul 2026 10:39:46 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 08/44] postfix: upgrade 3.11.4 -> 3.11.5 Date: Wed, 15 Jul 2026 18:38:38 +0800 Message-ID: <20260715103914.2120-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:39:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128181 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../postfix/{postfix_3.11.4.bb => postfix_3.11.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.11.4.bb => postfix_3.11.5.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb b/meta-networking/recipes-daemons/postfix/postfix_3.11.5.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.11.5.bb index 1877c3c187..66dc620a3a 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.11.5.bb @@ -29,7 +29,7 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P file://0001-Fix-build-with-musl.patch \ " -SRC_URI[sha256sum] = "226ec59a18e43e277691005e31496f7608b9ba9210be600a267fb217a4a6cee9" +SRC_URI[sha256sum] = "4a6ab3d0e9390989fa201fc6c446045fc702c4e16e7a247c3ae261c9e9bee610" UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html" UPSTREAM_CHECK_REGEX = "postfix-(?P\d+(\.\d+)+)" From patchwork Wed Jul 15 10:38:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92480 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 5ABF9C44501 for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc01-g2.3418.1784111991858792145 for ; Wed, 15 Jul 2026 03:39:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DFDlYI8I; 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=1784111992; x=1815647992; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F9WWFBdlFVWzeWsdXUeDrw4xDGEnJy62U8BE4dYtLNY=; b=DFDlYI8IFxusMZWVE0qY+M24R1nENHjYk1mcWdEvhjJ5pbn9MpWaCmah bzdBoQoNOiDhWlodS5aNqxPsLUjiijXidvPeoe1Dofy+52qlk+Ti5JPiP 2yfp2fiwhmONarHU2CX+IJXgfMu/LaKk6oboCEZGIMjFtn67Tg5HhXRD+ NQQdfNWr9ibPEC/8h/J39iTD92DrwWz9I38Na6UE7Ik52dKPRz1h1O9LG yBk5GVmP3/toBTEne7k5UCE95xHW/Tt0Hy/497Xek2x/lvzSP/r9y3njE q1FzglV44U8rTFBoggVXD1arlLQ1XKltBibF1m1tK0Qx23cyUgG0FRbe6 g==; X-CSE-ConnectionGUID: 4MdQfKH6Q2a8cw27LcFvKg== X-CSE-MsgGUID: 1wtNcw+uRp6AXbNo83DSfw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="235473259" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="235473259" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39: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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 062001C01699 for ; Wed, 15 Jul 2026 10:39:50 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id AF59C18000D2 for ; Wed, 15 Jul 2026 10:39:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id D401A1801122; Wed, 15 Jul 2026 10:39:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 09/44] proftpd: upgrade 1.3.9b -> 1.3.9c Date: Wed, 15 Jul 2026 18:38:39 +0800 Message-ID: <20260715103914.2120-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128182 From: Wang Mingyu Changelog: =========== - Issue 2135 - ExecEnviron values not passed due to regression since 1.3.8.d. - Issue 2146 - Stack buffer overflow in MLSD/MLST handling for long path names. - Issue 2158 - MaxTransfersPerUser no longer enforces configured limits. - Issue 2163 - AdminControlsACLs for config, get actions not honored as they should be. - Issue 2166 - Memcached/Redis-cached JSON TLS session/OCSP entries decoded into fixed buffers without bounds checking. - Issue 2173 - RewriteMap unescape builtin use causes one-byte out-of-bounds write, fails to reject illegal characters. - Issue 2188 - SQL group name lookup concatenates client-provided group names without escaping. - Issue 2190 - Authenticated SFTP sessions can overflow the SFTP packet buffer. - Issue 2210 - Default Controls socket ACLs unintentionally allow all users access for sending Controls requests. Signed-off-by: Wang Mingyu --- .../proftpd/{proftpd_1.3.9b.bb => proftpd_1.3.9c.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.9b.bb => proftpd_1.3.9c.bb} (99%) diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb similarity index 99% rename from meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb rename to meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb index 3da67c9e1c..95c9f3919c 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.proftpd.org" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" -SRCREV = "390b21555268bbc64b66d2dfa7ae40476419b80f" +SRCREV = "78a1bea439969913d7002bfb16ee7f0f60e262b4" BRANCH = "1.3.9" SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https;tag=v${PV} \ From patchwork Wed Jul 15 10:38:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92483 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 80CDAC4450C for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc02-g2.3437.1784111993329986615 for ; Wed, 15 Jul 2026 03:39:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=X42t6f4L; 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=1784111995; x=1815647995; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jjBwua/ynPE4DMTiZfQNjLj9Qs35KkRf0R562gKUywA=; b=X42t6f4L986yw29U+7gHfBlU/hO0f+H1+WbR6HvOz8d8ngy3onK9m2Fl w1KMGn54cLWnlJjk8Dj43thnALqxO0eoiBitrASU5m0tNwogGlmEsJPXs 6r9hnRtTK3J44XDjzqh3MOai6QTdfiVUj/jSkyRQcFBi1kFXhGC0jzPsK uExdRd/z56NmEkhAGTiJUYCh1F+X9cJIJV5KrBdnOsSmWZ7IJGXm/yh/z h2wdPAZPxu0RbSTX4Wn21BeVOG6BEIawIBxvS6JmNy1JcFK9/b3aZxPV0 rZfatqBI2l1wgKg0DSDFWBA621r+XVUNCTQg7k8LwjoVqD/OlOqAEyAKY Q==; X-CSE-ConnectionGUID: 0RaHqEHbRCSToEc/iuDadA== X-CSE-MsgGUID: kgvqNXOZQGC/ZZJwU55Rrw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="245662346" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="245662346" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:53 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 92E481C01699 for ; Wed, 15 Jul 2026 10:39:51 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 4A804181AE9C for ; Wed, 15 Jul 2026 10:39:51 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 680C51802731; Wed, 15 Jul 2026 10:39:49 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 10/44] python3-anyio: upgrade 4.14.1 -> 4.14.2 Date: Wed, 15 Jul 2026 18:38:40 +0800 Message-ID: <20260715103914.2120-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128183 From: Wang Mingyu Changelog: =========== - Changed ByteReceiveStream.receive() implementations to raise a ValueError when max_bytes is not a positive integer - Fixed CapacityLimiter.total_tokens rejecting float("inf") when the limiter was instantiated outside of an event loop. The adapter setter checked for infinity by identity (value is math.inf), so only the exact math.inf singleton was accepted, while every backend setter (using math.isinf()) accepts any positive infinity - Fixed to_process.run_sync() deadlocking when the worker function writes enough data to sys.stderr to fill the (undrained) pipe buffer. The worker process now redirects sys.stderr to os.devnull as well, matching the documented behavior - Fixed TLSStream.wrap() matching an internationalized (unicode) host name against the peer certificate using IDNA 2003 (via the standard library) instead of IDNA 2008, which could cause the host name to be matched against the wrong certificate - Fixed anyio.open_process() (and run_process()) ignoring the extra_groups argument, as it mistakenly passed the value of the group argument instead - Fixed CapacityLimiter.acquire_nowait() and CapacityLimiter.acquire_nowait_on_behalf_of() raising trio.WouldBlock instead of anyio.WouldBlock on the trio backend when there are no tokens available - Fixed CapacityLimiter on the asyncio backend over-granting tokens (borrowed_tokens exceeding total_tokens and available_tokens going negative) when a non-blocking acquire was made in the window between a token being released and the notified waiter resuming. The freed token is now reserved for the woken waiter right away, so the non-blocking acquire correctly raises WouldBlock - Fixed unnecessary CPU spin when delivering cancellation from CancelScope on asyncio under certain conditions, including improper cancel scope nesting Signed-off-by: Wang Mingyu --- .../python/{python3-anyio_4.14.1.bb => python3-anyio_4.14.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-anyio_4.14.1.bb => python3-anyio_4.14.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb b/meta-python/recipes-devtools/python/python3-anyio_4.14.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb rename to meta-python/recipes-devtools/python/python3-anyio_4.14.2.bb index b582b8eb0e..f817610a1c 100644 --- a/meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-anyio_4.14.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "8d648a3544c1a700e3ff78615cd679e4c5c3f149904287e73687b2596963629e" +SRC_URI[sha256sum] = "cfa139f3ed1a23ee8f88a145ddb5ac7605b8bbfd8592baacd7ce3d8bb4313c7f" DEPENDS += " \ python3-setuptools-scm-native \ From patchwork Wed Jul 15 10:38:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92482 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 9B2F8C4450E for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc02-g2.3438.1784111994956034428 for ; Wed, 15 Jul 2026 03:39:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HbbsLOsK; 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=1784111995; x=1815647995; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TeRDmnXtmX+XTX4gHBLXb7EfCzqF+6tTzkdUGUyMPtA=; b=HbbsLOsK3ylEbGaPb0c08rZAR1m3ucOIP8zSOwzcW4vmdNV0F1r5aJ5v 8B2jh8TARDqBXGntDJ/IkD/PJIo7ojBRMDjWdQAzAzV3civaGDXnc4px7 RbTZuuZBa51E8SxsP+RCQE01fetQG12Men14DosWCS/P0LhyvgNaO2EEs hXoK697ZQkb3RtU2C48ChdTasXAc5++MxTT2q/8q9CxnoG1i/eYvFLN2j wT7CwkhfJXRNdz3oumwD1t8/xqBTBdaV0Kjy3YWtxIKN1nlkUlxN4GeUF h3j7VZUpsT+EglvP39i3nUBe+5GRtA+8ON/Y9bBaqZ8dz68MgEguPmLHn A==; X-CSE-ConnectionGUID: y74y/Gp4Td6c1CwtUWwKcA== X-CSE-MsgGUID: kzEbH0QuRoCDOrqAestzpA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218888" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218888" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:53 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 40CE1100014F for ; Wed, 15 Jul 2026 10:39:53 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E00F5C073D8 for ; Wed, 15 Jul 2026 10:39:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id EDF231800B81; Wed, 15 Jul 2026 10:39:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [PATCH 11/44] python3-asttokens: upgrade 3.0.1 -> 3.0.2 Date: Wed, 15 Jul 2026 18:38:41 +0800 Message-ID: <20260715103914.2120-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128184 From: Wang Mingyu Changelog: ============= - Modernize type annotations - Fix pypy CI by skipping redundant mypy runs on it - Fix IndexError on source mixing lone CR with LF line endings - Release modernization, and publish to PyPI from CI via trusted publishing Signed-off-by: Wang Mingyu --- .../{python3-asttokens_3.0.1.bb => python3-asttokens_3.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asttokens_3.0.1.bb => python3-asttokens_3.0.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb index 5b6cf0624f..8f460cee8d 100644 --- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb @@ -7,7 +7,7 @@ PYPI_PACKAGE = "asttokens" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "71a4ee5de0bde6a31d64f6b13f2293ac190344478f081c3d1bccfcf5eacb0cb7" +SRC_URI[sha256sum] = "3ecdbd8f2cc195f53ccada3a613538bb5f9ef6f6869129f13e03c30a677b8fe2" DEPENDS += "python3-setuptools-scm-native" From patchwork Wed Jul 15 10:38:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92481 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 A71A8C44510 for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc02-g2.3440.1784111996481292023 for ; Wed, 15 Jul 2026 03:39:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=s59O03zp; 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=1784111997; x=1815647997; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lKfm/+uavsOo8kJ8YzeUnr9+mFS0dIzoxJr1WjQarMM=; b=s59O03zp70zeUBpiO6Sqezb2gKPPhMX4UAeWj/YbKK6LAMXGqzZAOMZG rusNcvFpUZCS0yTVfsrGBsPbhcEc+m2KED2GLIwyqbagoy9stg0d0xeTp LgboXwBfQDfm3SdOBkmQMAEL+37gRhf/6S64/jRr9Y3vHh1LlNM5ppJPr I/VioR8DCFJioCpm8SR3FWnUV4H642PA38iRrZ1yCueqOvjr2f+HkM86c jmPR0EuKHEEYRNKHAVVvZ4xTZSKgFxljrF4S/hXr5PauGjgMkfrq+B0c6 zvionnOPDpbUYdGLn6tHqTxhAcWgz/GcUta0ltAHt9QehSinJ3HYEuFKU w==; X-CSE-ConnectionGUID: Kg294wsZSVycyqmECrxWWA== X-CSE-MsgGUID: kpTMsn55QAuVAJFvLqV4Jw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518893" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518893" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:55 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CB454100014F for ; Wed, 15 Jul 2026 10:39:54 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 79387C0934A for ; Wed, 15 Jul 2026 10:39:54 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 80E0F180113F; Wed, 15 Jul 2026 10:39:52 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 12/44] python3-bitarray: upgrade 3.8.2 -> 3.9.0 Date: Wed, 15 Jul 2026 18:38:42 +0800 Message-ID: <20260715103914.2120-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128185 From: Wang Mingyu Changelog: =========== * add '.rotate()' method, rotate bitarray in-place by 'k' positions * expose the 'decodeiterator' class, and add '.skipbits()' method as well as '.index' data descriptor, see #252 * fix 'random_p()' silently producing all-zero bitarrays for small 'n' when 'p=float("nan")' * improve integer argument handling in 'util.random_k()', 'util.gen_primes()', 'util.pprint()' and 'util.int2ba()' * add 'python_requires >= 3.7' to package metadata * improve testing - use more of 'unittest''s functionality * add [Rule 90 example](../examples/rule90.py) Signed-off-by: Wang Mingyu --- .../{python3-bitarray_3.8.2.bb => python3-bitarray_3.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.8.2.bb => python3-bitarray_3.9.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb index 0c34eeff8d..3e236c8c45 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" -SRC_URI[sha256sum] = "2675a0c17c0b2d12d0fbcf3b27eb833f96936a588da47ac445c0743c5aa69e6b" +SRC_URI[sha256sum] = "af5f91e61d868c8f457f66cd726ef31d69264f71edbaccd70fdbb13548c1d652" inherit python_setuptools_build_meta pypi From patchwork Wed Jul 15 10:38:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92485 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 B9BACC4450F for ; Wed, 15 Jul 2026 10:40:00 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3441.1784111998001588350 for ; Wed, 15 Jul 2026 03:39:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Wt4qyS/A; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, 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=1784111998; x=1815647998; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sZiUWVapRarddu/dxB1Cex4Geaom2+iZcOYjI3z0Vo0=; b=Wt4qyS/Av6vrSZTykBjp4tlSffWYrKwl+PhcKb1G+T+dtXPb7tbvKHob F298fF0ctCpzjO5E4/J5K5f6cXi9DZ4r8aiwSw48KL2AtUAlA9QJcSLuj c33NM6hJLqrJnFvyoyfNqVgUz+vKw03iGvmCut4+9nuM5K8du51ChAWSS oXVqNLy0gVxiyVhkSxtAnui31M1HwLddS0B0xxs37DV+gnn69ymo1BfSx Ul/YTNRjvGpiJScw3k/zrdXVLPUXbywAhS+Jy7VqjytCqcxGXq2O6GAix 4WoWaNvYep6zaaJsxLPl5Sk4iYbjCnpa0fdsmn6PJ5WsXp5NqM4I0j9pf A==; X-CSE-ConnectionGUID: ayJpO0oJTnqcx4GqVd2UBw== X-CSE-MsgGUID: UWQVC+5OTfe28z6/L1RliQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="233681192" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="233681192" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39: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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 5733C1C000F6 for ; Wed, 15 Jul 2026 10:39:56 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 084BD18915CD for ; Wed, 15 Jul 2026 10:39:56 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 15FD61802731; Wed, 15 Jul 2026 10:39:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 13/44] python3-bumble: upgrade 0.0.231 -> 0.0.232 Date: Wed, 15 Jul 2026 18:38:43 +0800 Message-ID: <20260715103914.2120-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128186 From: Wang Mingyu Changelog: =========== - CIG: Fix CIG parameters for unidirectional CIS - Refine dependencies - Fix race condition in PeriodicAdvertisingSync state transition - transport/usb: Handle missing interruptEventHandler gracefully - fix: exclude channel 76 from default CS channel_map (Core Spec 6.0 compliance) Signed-off-by: Wang Mingyu --- .../{python3-bumble_0.0.231.bb => python3-bumble_0.0.232.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bumble_0.0.231.bb => python3-bumble_0.0.232.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb b/meta-python/recipes-devtools/python/python3-bumble_0.0.232.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb rename to meta-python/recipes-devtools/python/python3-bumble_0.0.232.bb index 768b204de9..dd2c1516f2 100644 --- a/meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb +++ b/meta-python/recipes-devtools/python/python3-bumble_0.0.232.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/google/bumble" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a775f1b11285b6abedd76748d176125" -SRC_URI[sha256sum] = "43bd0ba5830d74ded82a369b535d2d98a8b2a41945540b1fe874bb14259dc5a2" +SRC_URI[sha256sum] = "78dc4dde9e270367605c697fa40c2e429513ee086b800789c97443a6ac7b2b79" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Wed Jul 15 10:38:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92479 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 6A2C6C44507 for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc01-g2.3419.1784111999420353563 for ; Wed, 15 Jul 2026 03:39:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L4h3NOJS; 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=1784111999; x=1815647999; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ow0KzumEfBqog8FLIagB1lLPof0yJjnosxMQUWb44Eg=; b=L4h3NOJSs0DInpye3/oQux2XvH7pDQ+RjSEul/mVQ8296OloNYY+1724 TMRN62QYoeSHRvfeet391tcjzH3Bq+dy3qzHNAtvNIOOR7cPnqBGI0Maj 8iExXq0qsMLWTF5TOHn+0pcCqIrCPBtXgcSJuZQCH8H6e4/+E4Rs3HO9l eHE4oVd8hbJPs+HQpOOCPLtGv85BgetDEa555ro/yDuEs2oMcirmq0DEm rFbFMYPuzN6iD/P/gShcySOVWKfkEs1IOPzegmXYP/zt3dGOMC6ylidNp QTnbE8a+/moaxa4+RsT5fU7hFu85RLphQlBOCDMxg2ypcYZjXVDX/bBSm g==; X-CSE-ConnectionGUID: NazHOciSTVqe/XE0VrqjEA== X-CSE-MsgGUID: iIW47xiATGeqiW/Y0oVu+A== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="246968143" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="246968143" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:57 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id CF72D1C01699 for ; Wed, 15 Jul 2026 10:39:57 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 888721410C8D for ; Wed, 15 Jul 2026 10:39:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9E1BF1801122; Wed, 15 Jul 2026 10:39:55 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/44] python3-ckzg: upgrade 2.1.7 -> 2.1.8 Date: Wed, 15 Jul 2026 18:38:44 +0800 Message-ID: <20260715103914.2120-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128187 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-ckzg_2.1.7.bb => python3-ckzg_2.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ckzg_2.1.7.bb => python3-ckzg_2.1.8.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb b/meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb rename to meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb index b01bd2d78d..b385bf37f8 100644 --- a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb @@ -8,6 +8,6 @@ SRC_URI += " \ file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ " -SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928" +SRC_URI[sha256sum] = "d7bef6b425dca6995457fc59fc5b30211d9b28cbbeee0e7a7bef1372e13f29ca" inherit pypi setuptools3 From patchwork Wed Jul 15 10:38:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92484 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 D025DC44511 for ; Wed, 15 Jul 2026 10:40:00 +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.msgproc02-g2.3438.1784111994956034428 for ; Wed, 15 Jul 2026 03:40:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pBuDsuFn; 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=1784112000; x=1815648000; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ItnQshnMHpDNfMxBxWWqYAaM4nSq2bXCXvTm2+1+Ri4=; b=pBuDsuFnROUkyJQS5PqVK0ajjw67yAU6Y2mqU77Gw3yIzhGcnO6EPVCx 74AyBydyU9AqMR22oXIcnlLolIz2K75/ZNxxborxm2FYW+Xu6jhcwZbTd 60MGvQBfeCRXBjZDFCCvZ2gwQAqeZYiJiFnDVxIDUkhTLNo+k/7+wD7Kc AZz4CRwa5hMjoFzg9jr2F1cGzzH1INBmmv0t1jGBCnavxOGi2zVEmJ2XR xQOF5TNBVOfMy5MIsCRKVY1PARUB5mNlxuSW48cQVhjBIuFk3wsx3K1g3 8i2eyXo0VBkKSrLGVYSsebn/HWqVSjG+d4xlz6fiAZsNIBXICbTuDGpvw Q==; X-CSE-ConnectionGUID: C86JauD4ROeh0RFads97WQ== X-CSE-MsgGUID: BMMY8DuKTSGtJfDzl54HFw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218896" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218896" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:39:59 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 85D1C1C00094 for ; Wed, 15 Jul 2026 10:39:59 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 32085C00FC4 for ; Wed, 15 Jul 2026 10:39:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3C3D0180113F; Wed, 15 Jul 2026 10:39:56 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/44] python3-cmake: upgrade 4.3.4 -> 4.4.0 Date: Wed, 15 Jul 2026 18:38:45 +0800 Message-ID: <20260715103914.2120-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128188 From: Wang Mingyu Changelog: ============ - ci: secure GitHub Actions workflows - chore(ci): use manylinux clang install script - [Bot] Update to CMake 4.4.0 - docs: polish docs and fix stale references Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_4.3.4.bb => python3-cmake_4.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.3.4.bb => python3-cmake_4.4.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb b/meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb index 60c3c82cd9..bd7722ccd5 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "c97e84a62cf71aaa4f012da5aea411b432b1361d78e6421f987679869aa0fa7a" +SRC_URI[sha256sum] = "933eb5977ecc5226e47d702d1c412b69f77ca00f59a4660c80b436cf7d5472de" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Wed Jul 15 10:38:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92486 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 C5259C44507 for ; Wed, 15 Jul 2026 10:40:10 +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.msgproc02-g2.3438.1784111994956034428 for ; Wed, 15 Jul 2026 03:40:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Dgvdf4qm; 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=1784112001; x=1815648001; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zjlvl3HZc/4vjl+GZAUA5dNaeQGNEmD3iz7wVc9UF34=; b=Dgvdf4qmK+8TuHechaZV+FqSPZc2h8ofMYP6te1PoW/Wvj3Ldjwwr2TS ESgH/uAElNHQvr+JmhegpeHMmkB/dx4NldApsrWAz/+eeY05FI7e5n5dF 5Zf8e+MPN/2Updms8OeBhP5zeIw5FX7L3p4rG+pK75EpGBkXVrvYd3c52 kyruzzfJk5/JhpTyoW06WVcoV49IefN/VyMz5pPqU3iEV1au+O0bgRRuJ DelfqwQGGpvySqk9sVC1MUlFs1CF4OxtS478W5vdZRi5PNHwIWEt0hvVe QIqa3ps7w16m6NS9l88DWa7QmsSAr/5tTCqdQgXGiOvDSFvEA0BLQzqeX Q==; X-CSE-ConnectionGUID: FM3wSEGIReah18HdLo7hxw== X-CSE-MsgGUID: Di0YrtinSEygFFIeIR1QpQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218902" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218902" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:01 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 1D883AC for ; Wed, 15 Jul 2026 10:40:01 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id BDFF9102FBAC for ; Wed, 15 Jul 2026 10:40:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C2DE91801122; Wed, 15 Jul 2026 10:39:58 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/44] python3-cmd2: upgrade 4.0.0 -> 4.1.1 Date: Wed, 15 Jul 2026 18:38:46 +0800 Message-ID: <20260715103914.2120-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128189 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-cmd2_4.0.0.bb => python3-cmd2_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_4.0.0.bb => python3-cmd2_4.1.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb rename to meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb index 13c84adff7..79407d00dc 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "97956c491be8ae2c5239ba1e7658b52804f0e54b401b15cae80c6b85c9dce74f" +SRC_URI[sha256sum] = "8a70157dacbbbc11290c18cb3453f0c8ab1dba742572d247a06f4bb519a16472" inherit pypi python_setuptools_build_meta python3native From patchwork Wed Jul 15 10:38:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92487 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 E11C8C44501 for ; Wed, 15 Jul 2026 10:40:10 +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.msgproc02-g2.3438.1784111994956034428 for ; Wed, 15 Jul 2026 03:40:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sYKLT9ic; 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=1784112003; x=1815648003; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lZG6ljxjBhGQ5GCa+t61oWGaX6dDFi6KhsBVyVKMzqQ=; b=sYKLT9icrB9GSsD31/Kj97E9LYu7813gpbM57hTVxOFmhxp74nYk6Uvl s8d6VPgHpRiuVl79jaD/TMStLcTjCsVapzsg/cJ5lIpVatiU+mVriulod MIRAnC9BWdlPMg03duIBQboLU/sDBKjSrapRbXSh29vKp9acv0UxwqHkA dtATpQ4OF7a1rkF+nwVvWWoGA2QVu8Y5VKOPMz6A8Q56+n94xW/23TC+5 DbZDw9zT4s9U55EE4mgbwguKYcbRBYkUqIrqD6D31bTbeNpWTANnhzo5t 5yNt/tsoOu06nopllRcL1lzwRa5zQ8v7Y/DCYZVACbmrdcPtA5a34AC8r w==; X-CSE-ConnectionGUID: kD4CKW0EQ4uekEPlezEq1g== X-CSE-MsgGUID: Whe47Hz/QDKiPPfVFGUHgw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218903" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218903" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:02 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 8FD65C00571 for ; Wed, 15 Jul 2026 10:40:02 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 44B161410C8D for ; Wed, 15 Jul 2026 10:40:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5E7AF180113F; Wed, 15 Jul 2026 10:40:00 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/44] python3-coverage: upgrade 7.15.0 -> 7.15.1 Date: Wed, 15 Jul 2026 18:38:47 +0800 Message-ID: <20260715103914.2120-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128190 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-coverage_7.15.0.bb => python3-coverage_7.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.15.0.bb => python3-coverage_7.15.1.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb b/meta-python/recipes-devtools/python/python3-coverage_7.15.1.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.15.1.bb index bbc677ed52..47c70b8050 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.15.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "9ac3fe7a1435986463eaa8ee253ae2f2a268709ba4ae5c7dd1f52a05391ad78f" +SRC_URI[sha256sum] = "165e9949eaf222ef1f018635d0d7f368a23bfe0212af558534c40d8c04686d67" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 15 10:38:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92490 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 051D5C4450C for ; Wed, 15 Jul 2026 10:40:11 +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.msgproc02-g2.3444.1784112005889221873 for ; Wed, 15 Jul 2026 03:40:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VZVmyIr0; 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=1784112009; x=1815648009; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zOf2DN9PGLm1cWsGg1fd9TWEgIoULytKRPpTkVFNjBs=; b=VZVmyIr0XDeN8AETk9EvqVRDpzj/iUltg6aRtTgbaPRCXv7GlSnoQ/Wg FbwWlPfeppEncvJIYt93mjSlsd2P90gNpzIrfQG5GqMSyKRdtEd0vE70C yX6jZsSzSBDWOtE+dm2NUSudr+sNP6MI0nu423wfpxwmQQ4VaNw8klMHt G7Svm4yvIVVK3p7R1jdArUoE4T6aUWCQQC5nFbP8jXL2k9kz7M4F4pF5g uUJKW1kk4fHy8+8K4vu7Jk1fII045LV1k4T5A0VwQMJHApibSfHeygRFi YOaTxEEAFrca/tLhY09fyS2PXPC4ernfHbdQsoAi4TeFdVUwB1xomePzB A==; X-CSE-ConnectionGUID: ydulERH5SUW7jtDSqHGWgQ== X-CSE-MsgGUID: 5QnduOEXS6q0S1iXyBJWMw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440393" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440393" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:07 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 462811C00094 for ; Wed, 15 Jul 2026 10:40:04 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id E41971C00167 for ; Wed, 15 Jul 2026 10:40:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id EFA6D1801122; Wed, 15 Jul 2026 10:40:01 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/44] python3-croniter: upgrade 6.2.3 -> 6.2.4 Date: Wed, 15 Jul 2026 18:38:48 +0800 Message-ID: <20260715103914.2120-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128191 From: Wang Mingyu Changelog: =========== - Fix expand_from_start_time day-of-week low bound so Sunday wraps correctly for stepped day-of-week ranges (isoweekday() % 7 instead of weekday() + 1). - Bump pinned GitHub Actions via dependabot. Signed-off-by: Wang Mingyu --- .../{python3-croniter_6.2.3.bb => python3-croniter_6.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_6.2.3.bb => python3-croniter_6.2.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb rename to meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb index 7da022f58f..2058ec39b2 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch" -SRC_URI[sha256sum] = "fb129986ef7e2c44e3f4c9f503da83ad914d2afa48f40a43ee3dca4b5c41d476" +SRC_URI[sha256sum] = "fc124f751b1b04805c2a04b061898b436b45ab2320b045e1e052ea895de65189" inherit pypi python_hatchling From patchwork Wed Jul 15 10:38:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92489 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 1A4FAC4450F for ; Wed, 15 Jul 2026 10:40:11 +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.msgproc01-g2.3423.1784112007481183342 for ; Wed, 15 Jul 2026 03:40:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LDtezk9Y; 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=1784112008; x=1815648008; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LcBkagtUwDuGAQaLYt9g4zP2G2SmcfVJRxypx25R0Q4=; b=LDtezk9Y+/tzZ2obgELd4d3h+beV5VoxZcPHqPAAFVBDjjIMj9tPyxB5 1RA9dENGPRcNIKeLBemzL4nAoibNi+x4XINOiC0fakxQgVD5SJHO06Ctu NDJLPFkQsvGJ6eBPymzYE55tFlvts+93PbHJm79QjzLvlHXi40UADw6HF hLII7jZ4H9XFllyQDjhT+1jABn2qKhx4XV0hklxFTyatjAYcQKuZPw5i/ k94ikVu+EBCTTyxe1o5C/AlHsc/PL9NOeiSvwaTePUioHyeZk+/Mg95Da nOvgr+lh8yc5qFkBDChu/GUnHP40j2/J7GNNRnvDz239l/mYvC0wQptt4 w==; X-CSE-ConnectionGUID: /PmHqzF3Rmm4gD9C7ekO9Q== X-CSE-MsgGUID: mv264gXtTO+cjDrkqJ7vvQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247513110" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247513110" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:06 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id D078E100014F for ; Wed, 15 Jul 2026 10:40:05 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 7DFE71C00167 for ; Wed, 15 Jul 2026 10:40:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 83EA71802731; Wed, 15 Jul 2026 10:40:03 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/44] python3-discovery: upgrade 1.4.3 -> 1.4.4 Date: Wed, 15 Jul 2026 18:38:49 +0800 Message-ID: <20260715103914.2120-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128192 From: Wang Mingyu Changelog: fix(spec): discover debug (Py_DEBUG) interpreters like python3.13-dbg Signed-off-by: Wang Mingyu --- .../{python3-discovery_1.4.3.bb => python3-discovery_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-discovery_1.4.3.bb => python3-discovery_1.4.4.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb b/meta-python/recipes-devtools/python/python3-discovery_1.4.4.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb rename to meta-python/recipes-devtools/python/python3-discovery_1.4.4.bb index 05920f16a5..d026dbb25c 100644 --- a/meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-discovery_1.4.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" PYPI_PACKAGE = "python_discovery" -SRC_URI[sha256sum] = "ad57d7045a862460d4a235986c33f13ed707d3aeb9153fa47eb7dfd0d4673289" +SRC_URI[sha256sum] = "5cad33982d412c1f3ffb8f9ca4ea292c9680bca3942451d30b69c37fce53a4a3" inherit pypi python_hatchling ptest-python-pytest From patchwork Wed Jul 15 10:38:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92488 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 3C067C4450E for ; Wed, 15 Jul 2026 10:40:11 +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.msgproc02-g2.3444.1784112005889221873 for ; Wed, 15 Jul 2026 03:40:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=i5JS0UVh; 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=1784112010; x=1815648010; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/4j8ZOUdnvf0wxu7Cq6nKEBzb4vZ1dfX8Cay2p9GZ+w=; b=i5JS0UVh49uwkmUHssXktZQt0afDrPk4gip5Qa/x3ii3L6Sk70338FLw FgTI5ROUY2Ck7Tp5u6G0L8/LHGC0YRe7uSaUkwTcm3kGNoBtJLhp8cZCa qhQm5hh+n0rjskamySvlXM+gvyJP7MIjS5Sn90CvBCUAtT5A2Lgbe4RDX o4gAeKsXRhlli4RLeOddBBvEOzzJ4VWKgqoHN59IIvozt8lVMfTDwo9z+ rMpPZfuezdwxQSBH61F8gBCnImcidUqM6O8SiNUTl5LTyrIroIYiSiTP8 ssI20WkHcY1AK/bBG9W9ktZaCeD5ha4RA4IzfQmt2Mv0FRMowEOvRU5hy Q==; X-CSE-ConnectionGUID: njhV+2rHS1WZhhtzuM7yWg== X-CSE-MsgGUID: oXRsV8EgScua33dwlInLDg== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440401" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440401" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:10 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 4D9BD1002819 for ; Wed, 15 Jul 2026 10:40:07 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id F14A1181AE9C for ; Wed, 15 Jul 2026 10:40:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 21C98180113F; Wed, 15 Jul 2026 10:40:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/44] python3-filelock: upgrade 3.29.6 -> 3.29.7 Date: Wed, 15 Jul 2026 18:38:50 +0800 Message-ID: <20260715103914.2120-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128193 From: Wang Mingyu Changelog: ========== - asyncio: detect cross-instance reentrant deadlocks before the poll loop - fix(soft_rw): evict non-regular write marker without reading it - _util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file Signed-off-by: Wang Mingyu --- .../{python3-filelock_3.29.6.bb => python3-filelock_3.29.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-filelock_3.29.6.bb => python3-filelock_3.29.7.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb b/meta-python/recipes-devtools/python/python3-filelock_3.29.7.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb rename to meta-python/recipes-devtools/python/python3-filelock_3.29.7.bb index 75e29dab4e..4f6bca9191 100644 --- a/meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb +++ b/meta-python/recipes-devtools/python/python3-filelock_3.29.7.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c6acbdf7bb74caa37512c3a5ca6857b" SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "895c532ef3f4ef04972b9446a8c4e2931a5c399ff3c4be4c9369f2639b80f793" +SRC_URI[sha256sum] = "5b481979797ae69e72f0b389d89a80bdd585c260c5b3f1fb9c0a5ba9bb3f195d" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Jul 15 10:38:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92493 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 2165AC44501 for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc01-g2.3424.1784112010722241244 for ; Wed, 15 Jul 2026 03:40:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cg8ToBC/; 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=1784112010; x=1815648010; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1sS872VysiwWjbNTvRlrUgqxyvKmg3f08HlYrB9Pzlo=; b=cg8ToBC/7pXabxXO5fd8Fvz1iM+rEm29dwn0o3RdIBXTjPxPAg7aid1f QyYhPlDQqUAiRXwKUJTTnAk5PGrHNmFBI8z1zJRl+GokK203BHSLa5P5l 6L+hit9Gz04Gllsm2iSNBKVFWl17ObkeOs2hjwGagT4o02KmMh8ECKav2 WQtLGCC0AxJGJRkSY4v75s3VBNBdN21qm00hcPXw/mG3vCPTNFnFG/nhu loBj/HXVxEg4CRqkMJqIRaRkA/dP+n/OtYzQMyzvni/84UOAOuMJwYryw YLYxTWC0XKCMyZqfRZI0sSvzovukVvdRBFTSk9fPD/S3W9+BVOowcBIP0 g==; X-CSE-ConnectionGUID: 0RU/7c7WRHGNlUlUoF0Png== X-CSE-MsgGUID: uE9zT6hGTAOTyGpqkwRaUQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="235473297" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="235473297" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:09 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 093C61000150 for ; Wed, 15 Jul 2026 10:40:09 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id A8B711C00179 for ; Wed, 15 Jul 2026 10:40:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id ACA381800B81; Wed, 15 Jul 2026 10:40:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/44] python3-google-auth: upgrade 2.55.1 -> 2.55.2 Date: Wed, 15 Jul 2026 18:38:51 +0800 Message-ID: <20260715103914.2120-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128194 From: Wang Mingyu python3-google-auth refreshed for 2.55.2 Signed-off-by: Wang Mingyu --- ...uth-Skip-mTLS-tests-in-ptest-environ.patch | 32 ++++++++++--------- ....55.1.bb => python3-google-auth_2.55.2.bb} | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.55.1.bb => python3-google-auth_2.55.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth/0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch b/meta-python/recipes-devtools/python/python3-google-auth/0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch index 1b09043748..345c25cfb3 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth/0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch +++ b/meta-python/recipes-devtools/python/python3-google-auth/0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch @@ -18,15 +18,15 @@ in the embedded ptest runtime without external certificate infrastructure. Upstream-Status: Inappropriate [ptest environment limitation] Signed-off-by: Khem Raj --- - tests/transport/test_requests.py | 7 ++++++- + tests/transport/test_requests.py | 6 ++++++ tests/transport/test_urllib3.py | 2 ++ - 2 files changed, 8 insertions(+), 1 deletion(-) + 2 files changed, 8 insertions(+) diff --git a/tests/transport/test_requests.py b/tests/transport/test_requests.py -index 0da3e36..3a62ef7 100644 +index f14ccea..6a1cc55 100644 --- a/tests/transport/test_requests.py +++ b/tests/transport/test_requests.py -@@ -176,6 +176,7 @@ class TimeTickAdapterStub(AdapterStub): +@@ -178,6 +178,7 @@ class TimeTickAdapterStub(AdapterStub): class TestMutualTlsAdapter(object): @mock.patch.object(requests.adapters.HTTPAdapter, "init_poolmanager") @mock.patch.object(requests.adapters.HTTPAdapter, "proxy_manager_for") @@ -34,24 +34,23 @@ index 0da3e36..3a62ef7 100644 def test_success(self, mock_proxy_manager_for, mock_init_poolmanager): adapter = google.auth.transport.requests._MutualTlsAdapter( pytest.public_cert_bytes, pytest.private_key_bytes -@@ -187,6 +188,7 @@ class TestMutualTlsAdapter(object): +@@ -189,6 +190,7 @@ class TestMutualTlsAdapter(object): adapter.proxy_manager_for() mock_proxy_manager_for.assert_called_with(ssl_context=adapter._ctx_proxymanager) + @pytest.mark.skip(reason="mTLS requires certificates not available in ptest") def test_invalid_cert_or_key(self): - with pytest.raises(OpenSSL.crypto.Error): + with pytest.raises(exceptions.MutualTLSChannelError): google.auth.transport.requests._MutualTlsAdapter( -@@ -404,7 +406,7 @@ class TestAuthorizedSession(object): - authed_session.credentials._create_self_signed_jwt.assert_called_once_with( +@@ -408,6 +410,7 @@ class TestAuthorizedSession(object): "https://{}/".format(default_host) ) -- + + @pytest.mark.skip(reason="mTLS requires certificates not available in ptest") def test_configure_mtls_channel_with_callback(self): mock_callback = mock.Mock() mock_callback.return_value = ( -@@ -429,6 +431,7 @@ class TestAuthorizedSession(object): +@@ -432,6 +435,7 @@ class TestAuthorizedSession(object): @mock.patch( "google.auth.transport._mtls_helper.get_client_cert_and_key", autospec=True ) @@ -59,7 +58,7 @@ index 0da3e36..3a62ef7 100644 def test_configure_mtls_channel_with_metadata(self, mock_get_client_cert_and_key): mock_get_client_cert_and_key.return_value = ( True, -@@ -548,6 +551,7 @@ class TestMutualTlsOffloadAdapter(object): +@@ -888,6 +892,7 @@ class TestMutualTlsOffloadAdapter(object): google.auth.transport._custom_tls_signer.CustomTlsSigner, "attach_to_ssl_context", ) @@ -67,7 +66,7 @@ index 0da3e36..3a62ef7 100644 def test_success( self, mock_attach_to_ssl_context, -@@ -581,6 +585,7 @@ class TestMutualTlsOffloadAdapter(object): +@@ -921,6 +926,7 @@ class TestMutualTlsOffloadAdapter(object): google.auth.transport._custom_tls_signer.CustomTlsSigner, "attach_to_ssl_context", ) @@ -76,10 +75,10 @@ index 0da3e36..3a62ef7 100644 self, mock_attach_to_ssl_context, diff --git a/tests/transport/test_urllib3.py b/tests/transport/test_urllib3.py -index e832300..66af909 100644 +index 3367403..88d0963 100644 --- a/tests/transport/test_urllib3.py +++ b/tests/transport/test_urllib3.py -@@ -93,12 +93,14 @@ class ResponseStub(object): +@@ -94,12 +94,14 @@ class ResponseStub(object): class TestMakeMutualTlsHttp(object): @@ -92,5 +91,8 @@ index e832300..66af909 100644 + @pytest.mark.skip(reason="mTLS requires certificates not available in ptest") def test_crypto_error(self): - with pytest.raises(OpenSSL.crypto.Error): + with pytest.raises(exceptions.MutualTLSChannelError): google.auth.transport.urllib3._make_mutual_tls_http( +-- +2.43.0 + diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.55.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-google-auth_2.55.1.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb index 58df3bca1a..8da1a61bf3 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.55.1.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb @@ -9,7 +9,7 @@ SRC_URI += " \ file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "fb2d9b730f2c9b8d326ec8d7222f21aef2ead15bf0513793d6442485d87af0a1" +SRC_URI[sha256sum] = "97ae7790ff740f2bc9db60eb864a7804f4ac19f5f02c38b3d942f2fea6e9b9ae" PYPI_PACKAGE = "google_auth" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed Jul 15 10:38:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92492 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 75988C4450F for ; Wed, 15 Jul 2026 10:40:21 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3445.1784112012103649167 for ; Wed, 15 Jul 2026 03:40:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L0o/0Iuq; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, 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=1784112012; x=1815648012; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wnsElOOEQG3/S7x5Vs6utareHGXNW5TM5mBR00c1liQ=; b=L0o/0Iuqhp8jqrOI22xnvu5pQRK6fciiK43pg22EzPjjt1XkyOziJ/C1 b/SwFAx5GFapp8rh+TeJZWro8lflJe2UC/0/IZUL7Aps4hzUo75iJBc45 ALE2QvwidkVZIboc1E5l6ZzqLeEQ1negFUNfdQgCd9PTW4MYqKcFIe1cL Y4kzHeEt2zQqsqFWXH4LtH6hbpVLYE5bStrUYiHgbu5gP41Kehtk271wx gLXjWZuEgh3zDITrovrVxg0VXiKi1LbYGx8WgPRb66BFsFwHEsIRblePR hvMGRbeGleME5dZPnqk+EqAJ+3VKUcDIbfVwF1bRMsTlP1Vxng1/s/rUt A==; X-CSE-ConnectionGUID: sZc0XaCKR1iSmwY7TgraNQ== X-CSE-MsgGUID: lK0xPoA8SD6gs4BL91a0fQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="233681215" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="233681215" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:10 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 7EC9A1C0169D for ; Wed, 15 Jul 2026 10:40:10 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 35D7B148CE52 for ; Wed, 15 Jul 2026 10:40:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4FE40180113F; Wed, 15 Jul 2026 10:40:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/44] python3-huey: upgrade 3.1.1 -> 3.2.1 Date: Wed, 15 Jul 2026 18:38:52 +0800 Message-ID: <20260715103914.2120-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128195 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-huey_3.1.1.bb => python3-huey_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_3.1.1.bb => python3-huey_3.2.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb b/meta-python/recipes-devtools/python/python3-huey_3.2.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-huey_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-huey_3.2.1.bb index 185549fe91..080ecf5c11 100644 --- a/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-huey_3.2.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "156f30e90f0fae81ae2e004f2062e1b18ec9dcbc684564df63159ef546b13502" +SRC_URI[sha256sum] = "79cd63d117e5b8da2de58420dcde4e2d0f963e362d67a9b3872ce565eec5c3dc" RDEPENDS:${PN} += " \ python3-datetime \ From patchwork Wed Jul 15 10:38:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92496 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 8156CC44511 for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc01-g2.3425.1784112013754697429 for ; Wed, 15 Jul 2026 03:40:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IJCK/1hE; 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=1784112014; x=1815648014; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YFTOxjLO/x4LjlvnmEYxWqVzhWJjLf6FjZAAbx1+A+s=; b=IJCK/1hEZ0lD/tKIS3mFsDBrc8ZbuLFj9KFFhu+UeKMDY+v6s9Pzc2Tq ydVpsnSnw9VLVgEzTR1uB6Axn8UuNfbJx6jBhRBeDDVj3MSjsnjJD/B1I himQo1Shlx/HsHfaiLptEC5k0nUEGb3iieUSwnDIPK0KdlCSsU1i2QhGj XywgO1IKXP2nA2QgooshMY6q2qThRisHw5fb7Odczv64RRu5IG3+Hiofw nrdYyhHi2dYMiuqdUOj1yCSQ8KBlOjYDx+EH0R3gidX7GRoITKdI/eBNL HeG6/3R7Wvbj0v0aL1DB2fcVjBUskMzlsp8YO1nXf0aVNDg7dC3KXuxYV g==; X-CSE-ConnectionGUID: FiBRyxsnQdyRzl2gZaiQjQ== X-CSE-MsgGUID: OJSFIipJR7Ka/akXi6zGlQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="234938082" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="234938082" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:12 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 1B010820709 for ; Wed, 15 Jul 2026 10:40:12 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id C3A5A8606D6 for ; Wed, 15 Jul 2026 10:40:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id DFD161800B81; Wed, 15 Jul 2026 10:40:09 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/44] python3-nltk: upgrade 3.9.4 -> 3.10.0 Date: Wed, 15 Jul 2026 18:38:53 +0800 Message-ID: <20260715103914.2120-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128196 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-nltk_3.9.4.bb => python3-nltk_3.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-nltk/{python3-nltk_3.9.4.bb => python3-nltk_3.10.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.10.0.bb similarity index 89% rename from meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb rename to meta-python/recipes-devtools/python3-nltk/python3-nltk_3.10.0.bb index 50c751ba98..4842bc68ef 100644 --- a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.10.0.bb @@ -24,4 +24,4 @@ RRECOMMENDS:${PN} = "\ inherit setuptools3 pypi -SRC_URI[sha256sum] = "ed03bc098a40481310320808b2db712d95d13ca65b27372f8a403949c8b523d0" +SRC_URI[sha256sum] = "4fbac1d98203cbcd1b5d94a2877fb822300072d80604a5e7fae49d2c5f84e8c1" From patchwork Wed Jul 15 10:38:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92495 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 9F526C44510 for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc01-g2.3424.1784112010722241244 for ; Wed, 15 Jul 2026 03:40:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bhiWDqfW; 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=1784112014; x=1815648014; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AnVo2+tInCQCrL/s7F4hZS1OIpgbymv5ARSnMS3Y69g=; b=bhiWDqfWTDj8xlQNUnHnNpaqLvP2zX7kYPqtP24DlSH3z6waPj2D5SKj pSiJD1DOCRmQokWkrZeiYZMqg98OU2ocpFtkFgtFxn4BF+mbkWExYuNpk ql+OjnVIx1tTZJ3Y+oUfyU1jQyEZ0X/4ikkI1A1ZKAcO01P1Neylvubku 14mn921Kkweb1mkGiAyiOFhnqXxmL1BcXE3JaxYGjhEBUwWFZCpfRM/// SkOJQE3z72PQZOU0TByBvvPdP2HE64wlw2PldXYpaIcA0QJSSFdb0tjEV jnavYVFv2cjDTUdZCbIcF+gc2i5OS2PmIYy2C9Q7HPiiiCUVdz2TRLwxf A==; X-CSE-ConnectionGUID: /wWQnvTARjuZXuNGUOUx4Q== X-CSE-MsgGUID: H+yg3bJYQeicETErUhBlnA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="235473307" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="235473307" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:13 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id C7ACB407579 for ; Wed, 15 Jul 2026 10:40:13 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 78286102095F for ; Wed, 15 Jul 2026 10:40:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7A90B1801122; Wed, 15 Jul 2026 10:40:11 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/44] python3-pikepdf: upgrade 10.9.1 -> 10.10.0 Date: Wed, 15 Jul 2026 18:38:54 +0800 Message-ID: <20260715103914.2120-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128197 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pikepdf_10.9.1.bb => python3-pikepdf_10.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pikepdf_10.9.1.bb => python3-pikepdf_10.10.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.9.1.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.10.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pikepdf_10.9.1.bb rename to meta-python/recipes-devtools/python/python3-pikepdf_10.10.0.bb index a0ab6f275a..7355c68c8b 100644 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.10.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pikepdf/pikepdf" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3" -SRC_URI[sha256sum] = "410fcf32bc9c8a0a96d94bbd6268ba7585333b1423b93a5fa2ef3c05f4eba3da" +SRC_URI[sha256sum] = "9f134806b2fe608ccb21379a664ddcefeac3f6944100d343b350299d3c69754e" SRC_URI += "file://0001-pyproject.toml-Do-not-strip.patch" From patchwork Wed Jul 15 10:38:55 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92497 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 AE08FC44512 for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc01-g2.3426.1784112017018586635 for ; Wed, 15 Jul 2026 03:40:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PSDBk0DM; 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=1784112020; x=1815648020; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qijXfQnsweGbqXyAr8bHdK0DRh/C/L5grMhDFitTbzk=; b=PSDBk0DMYXiQkwPb86W2YDK+O3qFqp3pmALVrK3Jpj8Rn6B0gFttG4T4 S1kT5EH5cKUJtQGh87tKdHiChFLN9qby1/yBtdJ6BreEZgjQHvXoxdgl+ nXgQY2ZR7LPmeZZ1z+t6he5TkK+cZI5jkgSKMLCzJqAvBVLA30fmOTCJh CrW21aALTV9bN12rPepftdv7ZNAXvvOXZaS1eVvXbyLbErd4fTocdiJ4G 4Jr2Nahe1y1J+uzpEEeRNsURcrfHJR7VrN/z3zH8IoBIOZDsJmnhjkxsr 1lN9BF7QyeRvqkjvw88SfQgBKrv60+GThDGvHVFkjet/+mvrXEU8kBacL g==; X-CSE-ConnectionGUID: TNp9Npm/RZ69hMmBECrxOw== X-CSE-MsgGUID: QNK2ubntT4WkXQVHQMcX7Q== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440416" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440416" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:18 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 577C2492 for ; Wed, 15 Jul 2026 10:40:15 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 07555102095F for ; Wed, 15 Jul 2026 10:40:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 148B91800B81; Wed, 15 Jul 2026 10:40:12 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/44] python3-pymodbus: upgrade 3.13.1 -> 3.14.0 Date: Wed, 15 Jul 2026 18:38:55 +0800 Message-ID: <20260715103914.2120-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128198 From: Wang Mingyu Changelog: ========== - Remove self signed certificate from production. - Correct inequality in validation error message - Fix non-deterministic convert_from_registers - Fix swapped SimDevice in ModbusDeviceContext - Update CI actions and pyproject. - Add ruff format check to ci.yml - Remove 'useless-suppression' pylint - Format test_client.py with ruff - Update clean_workflows CI (node@20 problem). - Ruff format (due to ruff upgrade). - Fix ModbusServerContext initialization with dict devices parameter - Support configured ASCII input delimiter - Fix default no-response behavior for force listen only - Use correct format character for DataType.REGISTERS 'h' -> 'H' Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.13.1.bb => python3-pymodbus_3.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.13.1.bb => python3-pymodbus_3.14.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb index 041898ffc8..7923b14b82 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" -SRC_URI[sha256sum] = "7a74ea0a4eb4895f518b34de32915ba4fde216576e09deaf735a279a9281af4f" +SRC_URI[sha256sum] = "f1f486ec45b77b7565c5168c9609e244a4a6428d386f3cff56eb85a2297cd10c" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 15 10:38:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92494 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 2DE40C4450C for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc01-g2.3427.1784112018605150041 for ; Wed, 15 Jul 2026 03:40:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OC6AoEer; 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=1784112018; x=1815648018; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=XN1WyZWyY06fjhg2SmOovOwOlSitDSKTzlwaptzaf/Y=; b=OC6AoEerw9DtT3+H4IqFI9wr7xxhowi30hdUuTJ7ADB54CtRjFq7o6e0 9pqHv3ZA7uCRPBXWJp7wf5hxVO1GKt1fAI63cWLCe6XwCOn7BxDWUlC61 BFtvmIh/s8YXSEZYlI+3SeExshZAWwMcoiOL47v+5uaL5P2udYMWALezl eSLl723eM6ru7ItWWEgL4nn/h2E+pfRk6ZhI67o4NA+15cPB13qblIiTG Bl6y0QUu8eWgivHZXNjAq/p/9KqYxqHb61mFZZGewaPgRSqYm3nDDmGOB bbZV858GVzf4GzXt6Xne+oCbuXr2gmhdaw2HNUHvj0q/dj9EkXDldH2Xr g==; X-CSE-ConnectionGUID: bWoWIkKrS6S0oVADcMVUnQ== X-CSE-MsgGUID: A4d4G0BOSy6w+VN1YqrO3Q== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="226398042" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="226398042" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:16 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id EACC9407579 for ; Wed, 15 Jul 2026 10:40:16 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 927A6102095F for ; Wed, 15 Jul 2026 10:40:16 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9D1471801122; Wed, 15 Jul 2026 10:40:14 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/44] python3-regex: upgrade 2026.6.28 -> 2026.7.10 Date: Wed, 15 Jul 2026 18:38:56 +0800 Message-ID: <20260715103914.2120-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128199 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-regex_2026.6.28.bb => python3-regex_2026.7.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2026.6.28.bb => python3-regex_2026.7.10.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.6.28.bb b/meta-python/recipes-devtools/python/python3-regex_2026.7.10.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-regex_2026.6.28.bb rename to meta-python/recipes-devtools/python/python3-regex_2026.7.10.bb index afad386715..2b10c91293 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2026.6.28.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2026.7.10.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "3cb4b6c5cb3060cc31efdc1fbb27c25fb9b29044afd87e40601a1c4d9db54342" +SRC_URI[sha256sum] = "1050fedf0a8a92e843971120c2f57c3a99bea86c0dfa1d63a9fac053fe54b135" RDEPENDS:${PN} += " \ python3-stringold \ From patchwork Wed Jul 15 10:38:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92491 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 22242C4450E for ; Wed, 15 Jul 2026 10:40:21 +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.msgproc02-g2.3447.1784112020077028792 for ; Wed, 15 Jul 2026 03:40:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Lih36h4V; 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=1784112020; x=1815648020; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NpUVFUBeCca2HDRnMhtAhII3ZZNx8ju62cBr68cBD8o=; b=Lih36h4V+KmogxRs7VdYH4GrMQ6sziXjk6Hg51V8WOCAWS130N6017VR nO1+OwgWv8YAMqv4YN9bWOYF0R957eXb5dK27lTNdSsV4IaQm1fegoHyn 42w7z/WJZYyNN65IW46Nju0xjygRQSJ0krupnGh494/3bt4HQ9cwu/QxT 5J5IEKSRfc1AwgMzJKjoeM6GYi3YYke8s0hlMg2pe4Qj2tpAkjgsbTVt0 9Orrps4P90qQ3pt6nc9XuUFrUuQbQ6kSruau48YJGV+ePsF2hjzRZbjZT i1luRIaZfNybQ7iGW2vvT7o13bi8rUeA6BsFZ2h9TB2vFt3yD/nDH28Xe w==; X-CSE-ConnectionGUID: wKibj6EMRD6Fm7QFe1m6WQ== X-CSE-MsgGUID: SZubQwJ9T5m9jjTw/kqhbA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247513120" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247513120" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:18 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 630EE1002819 for ; Wed, 15 Jul 2026 10:40:18 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 15C148606D6 for ; Wed, 15 Jul 2026 10:40:18 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3BC101802731; Wed, 15 Jul 2026 10:40:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/44] python3-term: upgrade 2.5 -> 3.0 Date: Wed, 15 Jul 2026 18:38:57 +0800 Message-ID: <20260715103914.2120-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128200 From: Wang Mingyu Changelog: =========== - Remove deprecated license classifier. - Upgrade .readthedocs.yaml. - Upgrade sphinx and sphinx-rtd-theme in docs extra. - Require Python >= 3.5. Signed-off-by: Wang Mingyu --- .../python/{python3-term_2.5.bb => python3-term_3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-term_2.5.bb => python3-term_3.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-term_2.5.bb b/meta-python/recipes-devtools/python/python3-term_3.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-term_2.5.bb rename to meta-python/recipes-devtools/python/python3-term_3.0.bb index fe0aabf0ff..b4f801bf4d 100644 --- a/meta-python/recipes-devtools/python/python3-term_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-term_3.0.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "Python-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1" -SRC_URI[sha256sum] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b" +SRC_URI[sha256sum] = "a6a81535e68fd98d25b1e2a1dff15400c5678e7f942e2d5bb5bde56784534d98" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 15 10:38:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92499 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 A29FCC44501 for ; Wed, 15 Jul 2026 10:40:31 +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.msgproc02-g2.3448.1784112021685138766 for ; Wed, 15 Jul 2026 03:40:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FbnULqVc; 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=1784112024; x=1815648024; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9MpXR+ypGxfv1SbAPLuB+VAwBMNjWOowP5L/MOLWEDY=; b=FbnULqVcZejpyPM4VG0GyzxByWYsK5atrb8pbSPFZoK1mn4SGRhr1pRe 4Na5KT8UmrfhmlOuCZ/BrZxOgW83MVlPIC9LrUwLDbyeOpEEkyR2XsoKb QHuwPVtPll183xL6gNME7VUz4kc4NEyjn8zOx3qhlwc7/UuVn2VJg0gxv rVR8fm4pnjXxxKv3V3pPF0efZeRb2+wduait8HTje5l7mqHB9kzO49Ce3 ljND7DkB+I6ZhbRdqGRoH5LOdDL1TWbCYx5nZIsVoR/0NAUsyuuW5DVJp H4OKEY4nwXURT5noRht7j7ydwX3YAwep+KB8wn0bPeb+1EkbJhqan2654 Q==; X-CSE-ConnectionGUID: TalVVE62TaiCt3+8c8xmpg== X-CSE-MsgGUID: V4ZmfBcsRW27f+3Py8OkyQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="250999051" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="250999051" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:22 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 1BE5D2B88 for ; Wed, 15 Jul 2026 10:40:20 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id B8263102FBA8 for ; Wed, 15 Jul 2026 10:40:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C1C971800B81; Wed, 15 Jul 2026 10:40:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/44] python3-thrift: upgrade 0.23.0 -> 0.24.0 Date: Wed, 15 Jul 2026 18:38:58 +0800 Message-ID: <20260715103914.2120-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128201 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-thrift_0.23.0.bb => python3-thrift_0.24.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-connectivity/python-thrift/{python3-thrift_0.23.0.bb => python3-thrift_0.24.0.bb} (85%) diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.23.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb similarity index 85% rename from meta-python/recipes-connectivity/python-thrift/python3-thrift_0.23.0.bb rename to meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb index aed56e00e7..f59a38a4eb 100644 --- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.23.0.bb +++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb @@ -2,7 +2,7 @@ SUMMARY = "Python bindings for the Apache Thrift RPC system" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" -SRC_URI[sha256sum] = "5f43448a92c36ed6a450048355d10e231a1787e4c28965f08fabac0eb978914c" +SRC_URI[sha256sum] = "9ef601c49e988475ff0e741d8e1b45feec23b48514e524341efc274191f1789c" inherit pypi setuptools3 From patchwork Wed Jul 15 10:38:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92500 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 01CACC4450E for ; Wed, 15 Jul 2026 10:40:32 +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.msgproc02-g2.3447.1784112020077028792 for ; Wed, 15 Jul 2026 03:40:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iNy63njU; 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=1784112022; x=1815648022; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=M3WEdAUOmcoLBl0MZAL01ylHxQh2GjzY/W+GR4HOJm0=; b=iNy63njUZqJw0Vfu4C6gecVMEjdRuneQzTJ6fjeuwqCpbkon60U/AvSK U787auymossD4/L2cXF6iLkAJoojw7FsmiJTdZ7E9dT2Oa5YbKxL48a0I j5pZDvNJuLnYf7GZ6ftK9KpBvq0I7H/0ze68FcC0jFrXDEkjngkYBilZN qqxGXuaDLB2OE2qwVoBFK6POhrPcmRnDDEBcAw0lfNYvwQ3MZghZlbDZM 7DMwmlSAE0c6Qy+ZmX9Y2VoecIeDT8XfayhTatQmso++n9e5deZUKFGX9 3gKhPIAxhqMThDzQSD6h4mEyw8gyHB+7O7nXQnhxfRWjF6+Yo6k3bdqEK w==; X-CSE-ConnectionGUID: lkgT8kX6R4+8tH/Xo2wqMA== X-CSE-MsgGUID: ixRLzrFJT5eU3PP9JLshSA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247513125" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247513125" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40: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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id B47C72B88 for ; Wed, 15 Jul 2026 10:40:21 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5CDF7C0343E for ; Wed, 15 Jul 2026 10:40:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 60E3C1801122; Wed, 15 Jul 2026 10:40:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/44] python3-tox: upgrade 4.56.1 -> 4.56.4 Date: Wed, 15 Jul 2026 18:38:59 +0800 Message-ID: <20260715103914.2120-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128202 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-tox_4.56.1.bb => python3-tox_4.56.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tox_4.56.1.bb => python3-tox_4.56.4.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-tox_4.56.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.56.4.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-tox_4.56.1.bb rename to meta-python/recipes-devtools/python/python3-tox_4.56.4.bb index e3f3d605fa..f310db3d28 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.56.1.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.56.4.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://tox.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" -SRC_URI[sha256sum] = "db1c2610802553189cf40de251661d066a635ee0ed9bf2a60093b5f1a7f36ef8" +SRC_URI[sha256sum] = "d49e371119ebfafb15054ad7ccff3d03027ccb65195fae3ac656b431b5524055" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Wed Jul 15 10:39:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92501 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 0E6DAC4450F for ; Wed, 15 Jul 2026 10:40: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.msgproc02-g2.3449.1784112024848809544 for ; Wed, 15 Jul 2026 03:40:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JwBqkE4j; 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=1784112025; x=1815648025; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aaicwPyh4EKtjgXPo7gK2X51hgADntU0skURNZ8Jm60=; b=JwBqkE4j9HEUT/rkLAhNzAGOgP7oe25nIbwju1h78kemmxCqXlthhAD+ kFx0o5jey10BGp5aDIsYQNiD/uv4UouBRf1JHWX86LlPMQU19/Nt2OOCY 65nlzpdIUDaoj+6yy5w0F0xKbd6Cd7fIopMtOzUP9EFh9uDFz/r4O7YU5 4qhuTa7onSy4wtdhczHsLc5U/QOHu83pe6/YXXcyTy6NePv+9Z9zIP1bI 23vuhzMUAR2DihO0XF++d1qO16F0kZZd13ul/KPeS9USZJCSb1g7ubJHq xG2rv72AG0+7ed7eRcVqZcwAh00fkKV3TPlc849An3Ge6zBRp4RDTbAyp Q==; X-CSE-ConnectionGUID: j1jAANlHSrCkG5HPyQLAHQ== X-CSE-MsgGUID: jg8jY40iRyupyN03mlKsaQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218938" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218938" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:23 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4C2532B88 for ; Wed, 15 Jul 2026 10:40:23 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id EAF91C0343E for ; Wed, 15 Jul 2026 10:40:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id F11A2180113F; Wed, 15 Jul 2026 10:40:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/44] python3-tqdm: upgrade 4.68.3 -> 4.68.4 Date: Wed, 15 Jul 2026 18:39:00 +0800 Message-ID: <20260715103914.2120-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128203 From: Wang Mingyu Changelog: =========== - trim to ncols even when '{bar}' not in bar_format - fix tqdm.write when stdout=None Signed-off-by: Wang Mingyu --- .../python/{python3-tqdm_4.68.3.bb => python3-tqdm_4.68.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tqdm_4.68.3.bb => python3-tqdm_4.68.4.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.68.3.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.68.4.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-tqdm_4.68.3.bb rename to meta-python/recipes-devtools/python/python3-tqdm_4.68.4.bb index 333455a3d4..c556741846 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.68.3.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.68.4.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852" -SRC_URI[sha256sum] = "00dfa48452b6b6cfae3dd9885636c23d3422d1ec97c66d96818cbd5e0821d482" +SRC_URI[sha256sum] = "19829c9673638f2a0b8617da4cdcb927e831cd88bcfcb6e78d42a4d1af131520" CVE_PRODUCT = "tqdm" From patchwork Wed Jul 15 10:39:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92504 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 20B12C44510 for ; Wed, 15 Jul 2026 10:40:32 +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.msgproc02-g2.3448.1784112021685138766 for ; Wed, 15 Jul 2026 03:40:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sRyCNN7e; 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=1784112027; x=1815648027; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rYT9Z4TvsxWYobtFjJNu0ZhJZO3tSkZQddbkzvSlnSI=; b=sRyCNN7eFqjVSoqLcgHvZDkvAz6FvHtWaF9y6J+10MobheVEevdNNz3I 8vOxwqfQ6ujrRyrxKvV3oRHne0kSkRmy1WVVK+KYBAI2CdStaaxwmHn5c 80e8s/uQRhFci3CSIda6Meset+VWEu8GngOnz53yjG3S+L4j/1z7nueaE yawXtOGctLPBkUrqbZ5yFCgs4KUZEObSG7rSp44J81JwEpreuqQ6IIF3s W6C9rPZ43ZNB7Y4/mHsoPT3hV74bssvWoToF9s5ALuRdViL9lmJsSxfei WqVXZlhMzG9yH7X4mzANRrLVpjhi3LOxV1rZV2vdBRK7wj8PQ8t0nAqrh g==; X-CSE-ConnectionGUID: XMSU2sSiSyuaCGGCWq5M2Q== X-CSE-MsgGUID: Y4qP0z+sSGqLVCQqqBeY4Q== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="250999064" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="250999064" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:27 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CAC0A2B88 for ; Wed, 15 Jul 2026 10:40:24 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 78813180CCF2 for ; Wed, 15 Jul 2026 10:40:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8BC1B1802731; Wed, 15 Jul 2026 10:40:22 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/44] python3-tzdata: upgrade 2026.2 -> 2026.3 Date: Wed, 15 Jul 2026 18:39:01 +0800 Message-ID: <20260715103914.2120-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128204 From: Wang Mingyu License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu --- .../{python3-tzdata_2026.2.bb => python3-tzdata_2026.3.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-tzdata_2026.2.bb => python3-tzdata_2026.3.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb b/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb rename to meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb index 0a94aa59ff..3284b1bb51 100644 --- a/meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb +++ b/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb @@ -1,10 +1,11 @@ SUMMARY = "Provider of IANA time zone data" HOMEPAGE = "https://github.com/python/tzdata" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \ - file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327" +LIC_FILES_CHKSUM = "file://LICENSE;md5=804220b73c90950be376e7ff7b2066bb \ + file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \ + " -SRC_URI[sha256sum] = "9173fde7d80d9018e02a662e168e5a2d04f87c41ea174b139fbef642eda62d10" +SRC_URI[sha256sum] = "4a1518b8993086a7982523e071643f3c0e5f213e75b21318e78bcabfff9d1415" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Wed Jul 15 10:39:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92503 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 2D2EBC44511 for ; Wed, 15 Jul 2026 10:40: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.msgproc02-g2.3450.1784112027949029322 for ; Wed, 15 Jul 2026 03:40:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RJ2Bhzn2; 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=1784112028; x=1815648028; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZLYHq1H5+nqBLZCDPxUk/kFFQsi75/Dr4MCyf6JFRTg=; b=RJ2Bhzn2JWgJopTUQiIAV+n1UBRDB7OQ6EhR+YEDZlIOEQBJe7bZoWe/ 5WstxBdVYZEAg+QR9hi7O3hRSEVclGiyFYtPFquwR0h+l7f0uzrz5gi2x qPcRM0CR2Ymlzbb/jvA0Dw+5iMBTJ7aWYyDvKkbGhVds54ZU2+9urvd+b wpdZdoMXsqPNV+T5JSkw4+Jjb00xNT86IBFE72rsQa7AwgKGITRykHg8j 0A2XZXEIhHHVQkWoA55pTr6MvkA6LR8GmPMrigEp481HFJJDhoeLi9Hft H6iabwxrtMeFtnSo8WtL/zMRUhxisJMCZLvYBJ7ihxCKftW09AvjJouxO A==; X-CSE-ConnectionGUID: VgU+YuxjRbGzHEOsyC68VQ== X-CSE-MsgGUID: pt6CinhAThind1Fc1KgSxA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="234938106" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="234938106" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:26 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 657D2551D for ; Wed, 15 Jul 2026 10:40:26 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 14738C026D3 for ; Wed, 15 Jul 2026 10:40:26 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1E4371801122; Wed, 15 Jul 2026 10:40:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/44] python3-virtualenv: upgrade 21.5.1 -> 21.6.1 Date: Wed, 15 Jul 2026 18:39:02 +0800 Message-ID: <20260715103914.2120-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128205 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-virtualenv_21.5.1.bb => python3-virtualenv_21.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_21.5.1.bb => python3-virtualenv_21.6.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_21.5.1.bb b/meta-python/recipes-devtools/python/python3-virtualenv_21.6.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_21.5.1.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_21.6.1.bb index b8662ea7dd..d6db6a8692 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_21.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_21.6.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "dca3bf98275a59c652b69d68e73433e597d977c2da9198882479d1a7188009c8" +SRC_URI[sha256sum] = "15f978b7cd329f24855ff4a0c4b4899cc7678589f49adbdcbbb4d3232e641128" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Wed Jul 15 10:39:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92502 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 AFB6BC44507 for ; Wed, 15 Jul 2026 10:40:31 +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.msgproc02-g2.3449.1784112024848809544 for ; Wed, 15 Jul 2026 03:40:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RXgt3TRg; 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=1784112028; x=1815648028; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3tYWhm/qC/WAvIXTH/xcFudKGmbyMW/+UHDKGCuCeRU=; b=RXgt3TRgefR2hPHWs4GKDqutJs9DkkqWfKZcOu2UxQRvW/j/cHZuLOqs QOq2ztFtSJveeKLynyXHOD7h1b1rFnB1F7bOgY9dnPh2VYJXUfVugyH5l SwCRPgG7yq+bCxaj9teNco3oQUR8nlD69kfUNMf4uvTR02kUD/TETWI3j sfjvyJ5z0jxjnTnS3Gkm13GgKh0IFGkPGIaxTyrmLN0B9yMLoUcKMTFxK 2DzhUI3U3L1x0lU7Vv26DLGYQcmhqOUxddM2naAniaMeZDaz+W5g2yKxC anPE6Gk4RtA/Uuywpz9X3mqB9xsbZ45G3JqwrEA6EWft9lA7l3ch5joZR A==; X-CSE-ConnectionGUID: eHrBSfwLTcumhQe9Ej7n3Q== X-CSE-MsgGUID: ZfLBuYxDQ9qyPw5Y9XgG+A== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218948" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218948" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:28 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id EE73F406EF8 for ; Wed, 15 Jul 2026 10:40:27 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 9F2C0C0209B for ; Wed, 15 Jul 2026 10:40:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id AF4641802733; Wed, 15 Jul 2026 10:40:25 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/44] python3-xxhash: upgrade 3.8.0 -> 3.8.1 Date: Wed, 15 Jul 2026 18:39:03 +0800 Message-ID: <20260715103914.2120-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128206 From: Wang Mingyu Changelog: ============= - Register the "benchmark" pytest mark to avoid PytestUnknownMarkWarning - Update C extension docstrings and remove stale comments Signed-off-by: Wang Mingyu --- .../python/{python3-xxhash_3.8.0.bb => python3-xxhash_3.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xxhash_3.8.0.bb => python3-xxhash_3.8.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb rename to meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb index d33da2a57a..4416949f2f 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82f3295151c5e61043a4a201c031a5ee" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "d72b2204f37840b0f16f34192c09b994b97bd25823d723d47a1eddfacf06eb43" +SRC_URI[sha256sum] = "b0de4bf3aa66363552d52c6a89003c479911f12098cd48a53d44a0f7a25f7c46" SRC_URI += " \ file://run-ptest \ From patchwork Wed Jul 15 10:39:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92498 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 A2A3AC4450C for ; Wed, 15 Jul 2026 10:40:31 +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.msgproc02-g2.3448.1784112021685138766 for ; Wed, 15 Jul 2026 03:40:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=n0lPzoCC; 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=1784112032; x=1815648032; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3xed4XXo8yTEr4UO9B+PQJhzGAQPOxpRhbztB6WJMhQ=; b=n0lPzoCCFK1CL0hVeQ78ErB+GWbhj8qkK6r/QxkeZMGlRaJqiqfbo823 yuiFa4T0yjjCgbAUmngzXgb+r2IkACeypC36cKJWYCSFYou5LHafqjGMm J1KORuwXugHWHQ/v5pNHyY5jBIRh22C4Sm8z4dpqqzfmOE08bzTK6XlXl pADDN8Qz8fcyc8EEqmsFy5A3hfiqPwX3emsnNfWAtLLegbulK2wHJFsRz g7X1CUeYWzgmlUdjPCRhReR3UVesjml8HcPCOIAhpA/Ukn3LmR/lhd0Ut hlp6zGQcgtboOVWFCH6UGhr9bqMMVgwSoIv71B7Jup8L686+3dbcXrWLr w==; X-CSE-ConnectionGUID: ARqjH4bwQRGvVZRzUcHCAA== X-CSE-MsgGUID: 3uLbHO5oQsqsTe3l5oBnEA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="250999072" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="250999072" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:31 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 8D4ED3D1B for ; Wed, 15 Jul 2026 10:40:29 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3C7ACC073F1 for ; Wed, 15 Jul 2026 10:40:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 420701800B81; Wed, 15 Jul 2026 10:40:27 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 34/44] thrift: upgrade 0.23.0 -> 0.24.0 Date: Wed, 15 Jul 2026 18:39:04 +0800 Message-ID: <20260715103914.2120-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128207 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../thrift/{thrift_0.23.0.bb => thrift_0.24.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/thrift/{thrift_0.23.0.bb => thrift_0.24.0.bb} (96%) diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.23.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.24.0.bb similarity index 96% rename from meta-oe/recipes-connectivity/thrift/thrift_0.23.0.bb rename to meta-oe/recipes-connectivity/thrift/thrift_0.24.0.bb index 4f90628b4a..6a5efdabdf 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.23.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.24.0.bb @@ -11,7 +11,7 @@ DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ " -SRC_URI[sha256sum] = "1859d932d2ae1f13d16c5a196931208c116310a5ff50f2bfd11d3db03be8f46f" +SRC_URI[sha256sum] = "e0fa5839a4c5c1d631b0931cf2c554ebbfa4e2fee3a9fb3ffd4f82ce4396c6e4" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Jul 15 10:39:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92505 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 46072C44513 for ; Wed, 15 Jul 2026 10:40: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.msgproc02-g2.3449.1784112024848809544 for ; Wed, 15 Jul 2026 03:40:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ANFkmLn/; 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=1784112031; x=1815648031; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dogGte9oUAJkMmKxXwT8d0Ov9c3C59pjASo6eLlv5eY=; b=ANFkmLn/sd2rAkfq1PgMDIQLyTdeSeEUOB+HiqfaTd9qLGnoaIj+Kp5I Um6UCFdTznuFPuIHbiqr86we7Ofd74LLRpTYOkXPuwvgNPI7S2PB+weMp D9HvW5uJrON7nl/WnQJXnbSRknp6T3exfxNB+tpe2HjjN0X6ne/cmNyuH XIy2HbvPNuGqqqpd+d1uOiKIvLyOpJPxN/T3gzGAh27qzf+BFoG52VGtr /ENEZuzevas0Kliln64upJyusyeqltcvtg5E+RpcMRPUPa0nIUbAjjuHX 85dk9e36VOcdLmyPVfI3JBlUi8/hZUI2GIIAQVQanQLyW26Soj+l2eGKS w==; X-CSE-ConnectionGUID: ABx0rHI4R/OWqQCZkgRDcQ== X-CSE-MsgGUID: 7wT6i0u/QQCSV4tejqPJmQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218951" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218951" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:31 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 2E3DF3D1B for ; Wed, 15 Jul 2026 10:40:31 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id CD3F31C0014F for ; Wed, 15 Jul 2026 10:40:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id D30DA1802734; Wed, 15 Jul 2026 10:40:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 35/44] wireshark: upgrade 4.6.6 -> 4.6.7 Date: Wed, 15 Jul 2026 18:39:05 +0800 Message-ID: <20260715103914.2120-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128208 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../wireshark/{wireshark_4.6.6.bb => wireshark_4.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{wireshark_4.6.6.bb => wireshark_4.6.7.bb} (97%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb b/meta-networking/recipes-support/wireshark/wireshark_4.6.7.bb similarity index 97% rename from meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb rename to meta-networking/recipes-support/wireshark/wireshark_4.6.7.bb index 232cb2058b..7eacd4d3db 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.6.7.bb @@ -31,7 +31,7 @@ SRC_URI:append:class-native = " file://0001-don-t-look-for-iconv.h-for-native-bu UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src/all-versions" -SRC_URI[sha256sum] = "27e7ff780cd68a7466082be82ca26c06a002e74a71646ef3a6e4683e444c1a86" +SRC_URI[sha256sum] = "242929b8c10ba89a8d3bcad7ff2eba8effb648d30f48e270d2e5e6ff94d88613" PE = "1" From patchwork Wed Jul 15 10:39:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92507 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 40869C44501 for ; Wed, 15 Jul 2026 10:40:42 +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.msgproc01-g2.3430.1784112034336037888 for ; Wed, 15 Jul 2026 03:40:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ex8n7d6w; 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=1784112037; x=1815648037; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mBVwM5A6I19m1Xjes6tnwj1Fjtd4OQjvJV2kqg8JJsQ=; b=ex8n7d6wwja1Fk2A5MlOtBeSeenoxnvprXnlu3DLpryANpwGsSki7vDE z3imwLBHzrHIR9HOS/wtUIOiKYeBQeaLFXwLEX1SDID06XVJz5KkWWiAL nxNjjmlrjcbAtoCC6sYcRV9JKrjro7RELeeHKGwK1l6zJYuCwE4IzOFgM jwPSJraw9RBBrq+88mkCfmyJvO14avT25lc9w4izURPLYfcQJGYWOPTsb PeLitb4rlNykUweebm3cC8A9Q7dWjHAKunUtGwe7oGbbwBf/WJUCp1qdP jalrskhO4PS1s4x6PNlUTlFSSKS9udzpbLKiRjNPrL+tOLI8axx3RqNCD g==; X-CSE-ConnectionGUID: /gaknDi1QAuRhYoFqzSzyw== X-CSE-MsgGUID: U9etBV9IQgK1A+SHhYeynA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440448" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440448" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:35 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id B03C4407579 for ; Wed, 15 Jul 2026 10:40:32 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 60C02102095F for ; Wed, 15 Jul 2026 10:40:32 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6FD261801122; Wed, 15 Jul 2026 10:40:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 36/44] xkbutils: upgrade 1.0.6 -> 1.0.7 Date: Wed, 15 Jul 2026 18:39:06 +0800 Message-ID: <20260715103914.2120-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128209 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- .../xorg-app/{xkbutils_1.0.6.bb => xkbutils_1.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xkbutils_1.0.6.bb => xkbutils_1.0.7.bb} (75%) diff --git a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.7.bb similarity index 75% rename from meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb rename to meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.7.bb index 0274608d05..90d7b424be 100644 --- a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.7.bb @@ -9,9 +9,9 @@ It includes: \ xkbvleds - display the state of LEDs on an XKB keyboard in a window \ xkbwatch - reports changes in the XKB keyboard state \ " -LIC_FILES_CHKSUM = "file://COPYING;md5=6767a97a97e21260134637b657b922ae" +LIC_FILES_CHKSUM = "file://COPYING;md5=4f2fa564ec5be0f310ad939a8444a0bb" DEPENDS += "libxaw libxkbfile" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e" +SRC_URI[sha256sum] = "5f37be0ee31ada114415780c562638a1b4f03b385e56449927bf0d5665787a26" From patchwork Wed Jul 15 10:39:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92510 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 6C536C4450E for ; Wed, 15 Jul 2026 10:40:42 +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.msgproc01-g2.3431.1784112035952588858 for ; Wed, 15 Jul 2026 03:40:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=j7m9iqrC; 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=1784112036; x=1815648036; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qDHVQPxHal2O2dOvQDPdUcUFH9GXHdScgg0jNVKW+5s=; b=j7m9iqrCtNRXL5GUFSYLj1t0wXZRpjNOTUn6kqh0QfI95v6jGKYdkVzU 7tG1MkKMUAASma0jr6QRHIhV1hW5dyKNwUdRyHTw8KZbiNgSrgwNtHyJA nMni9/ll7kVrWao2QCDTr5c1ipJp+D69UivMLny5f3I99S9mMF2OQQh0e XK58SpQM0H7DTgKy7uQvYzJOpDLxqMvYy8s+wtuXyqbUh6YSMmdu07TjR BRprG8hKafTg4kb/JtuIkrGKgiWf+TIcXZvx0gpzRGjpeFigP0RId/Gih 1zzmJJ/QtgSJdPiSTd7GKzsTsThCz3SMObnKfIZiWdlau8j/8MYWYJAyB w==; X-CSE-ConnectionGUID: AJyKM1XZQaS1KE519rhVeQ== X-CSE-MsgGUID: +2kTFsAwScqMihNDP/sYPw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518954" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518954" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:35 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 537D45521 for ; Wed, 15 Jul 2026 10:40:34 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id F1C5F1C00152 for ; Wed, 15 Jul 2026 10:40:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0169B1800B81; Wed, 15 Jul 2026 10:40:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 37/44] xlsatoms: upgrade 1.1.4 -> 1.1.5 Date: Wed, 15 Jul 2026 18:39:07 +0800 Message-ID: <20260715103914.2120-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128210 From: Wang Mingyu License-Update: Copyright year updated to 2009 Signed-off-by: Wang Mingyu --- .../xorg-app/{xlsatoms_1.1.4.bb => xlsatoms_1.1.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xlsatoms_1.1.4.bb => xlsatoms_1.1.5.bb} (67%) diff --git a/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.5.bb similarity index 67% rename from meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb rename to meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.5.bb index ad06612d5e..353ce1b42b 100644 --- a/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.5.bb @@ -5,10 +5,10 @@ HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xlsatoms/" DESCRIPTION = "Xlsatoms lists the interned atoms defined on an X11 server" SECTION = "x11/app" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8" +LIC_FILES_CHKSUM = "file://COPYING;md5=b5c50f6b3acc044e9a0cca8b74c8eb93" DEPENDS += "libxmu" BBCLASSEXTEND = "native" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "f4bfa15f56c066d326a5d5b292646708f25b9247506840b9047cd2687dcc71b7" +SRC_URI[sha256sum] = "9ac9400328fbeffe15c9d94a90dedb90d09dcaa9d51482efabc55b33a736e317" From patchwork Wed Jul 15 10:39:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92508 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 84083C4450F for ; Wed, 15 Jul 2026 10:40:42 +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.msgproc01-g2.3430.1784112034336037888 for ; Wed, 15 Jul 2026 03:40:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VJJYYc2o; 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=1784112039; x=1815648039; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lZ+amW1DRqmADdJWSIq9MTkFwx7llDY40y0biO6Q4do=; b=VJJYYc2omEKetdJaSa+UyKNmQiDsOQP2SYmnnh3MKQMso6hdB4mzZOWR k6uJv51z8mKqosgGs+nXLxppnaVfahzG0V0T3OId6dyq1yUTjRzrTB/0u Rgq0nAp/5DLXKSNKbKbh4Ifk2WOcMD77zESX/1aLY8R2Ff77Zio0oq1/Z K8w/EekcPXR/kfGmvO4MUBT1wucBTu+xEJpl7xDu8p3+v6W/JWrVl+Kr6 q/wweUNQvDC0a04OoHtWTxGhYi+swcjwRB8IM4iubE5jzDtNtXmPds+VD H6Wq88kRjkSPP4w3k+lwyv04nCTbljWTT9Rf1NjcSPKZycCBDdvEz0rjY Q==; X-CSE-ConnectionGUID: TYvQGJNwTGiASfEKjhYuhA== X-CSE-MsgGUID: 8u/4hZmQQv28WoeDcFkEtA== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247440455" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247440455" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:38 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CF7BC407579 for ; Wed, 15 Jul 2026 10:40:35 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 81AC310214DE for ; Wed, 15 Jul 2026 10:40:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 87FD0180113F; Wed, 15 Jul 2026 10:40:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 38/44] xlsfonts: upgrade 1.0.8 -> 1.0.9 Date: Wed, 15 Jul 2026 18:39:08 +0800 Message-ID: <20260715103914.2120-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128211 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{xlsfonts_1.0.8.bb => xlsfonts_1.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xlsfonts_1.0.8.bb => xlsfonts_1.0.9.bb} (76%) diff --git a/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.8.bb b/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.9.bb similarity index 76% rename from meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.8.bb rename to meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.9.bb index 4ddb1b9887..d9195eddd0 100644 --- a/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.8.bb +++ b/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.9.bb @@ -7,4 +7,4 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "807f909eace684b866fc63b3e962729c120822a6c96e051ff51cf350b3ffb6cd" +SRC_URI[sha256sum] = "a6a2e291801458d92510263b175d16f98024dc3816ebddbde79b5009f6c3b065" From patchwork Wed Jul 15 10:39:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92509 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 8FDC8C44510 for ; Wed, 15 Jul 2026 10:40: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.msgproc02-g2.3452.1784112038906279657 for ; Wed, 15 Jul 2026 03:40:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TlcRSAEN; 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=1784112041; x=1815648041; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MldzrUgBtpcY5ZKKYB+4BwFWLE5Av9nkp4FEA1V2sgk=; b=TlcRSAENZsa9Csq2xXZuoExddkBxTc26NqJkY03IHuq/wB3vLQspb1EW tc/+wrdtTxUtA2NXfXAyClnH4YyxjzzWCoD/5R99u6sEiVpkzTVNS2E6g kToZjc/PdBKvAtBSyVFjRJe7MlbGBR9po3miZJrm8MmlyuxcIkxwaO3q7 mtdv8DPFuD2PsZ5F/p1WTQmgyqiFL4eUDunf9IpAu0mkfiYGRzegBjBgD 1WXO4B6pruFoxwKFgU7FUyLyIcxCFbifaLDYEyCUI9WBGVCTHlEjWqi+L Eg/lnKGyuzwwtcOHCm3OcWbet9zNhDb8KFdLt5XxmJO9fK/5ib5rnUnmH g==; X-CSE-ConnectionGUID: pJamwR++TdSh8XmGt//tNg== X-CSE-MsgGUID: +PpiZCT4QeaSqDkwe8M87A== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="245662408" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="245662408" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:39 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 578CF1C01699 for ; Wed, 15 Jul 2026 10:40:37 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 0AA0518578CD for ; Wed, 15 Jul 2026 10:40:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 22AB21800B81; Wed, 15 Jul 2026 10:40:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 39/44] xrdb: upgrade 1.2.2 -> 1.2.3 Date: Wed, 15 Jul 2026 18:39:09 +0800 Message-ID: <20260715103914.2120-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128212 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xrdb_1.2.2.bb => xrdb_1.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xrdb_1.2.2.bb => xrdb_1.2.3.bb} (75%) diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.3.bb similarity index 75% rename from meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb rename to meta-oe/recipes-graphics/xorg-app/xrdb_1.2.3.bb index 53214c8fe8..2a83dd4c1a 100644 --- a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb +++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.3.bb @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69" DEPENDS += "libxmu" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4" +SRC_URI[sha256sum] = "c88f560243278c896ce4fc92ae5a45a2b505a316ffa427fe55b02e5d5914c4e4" EXTRA_OECONF += "--with-cpp=${bindir}/cpp" From patchwork Wed Jul 15 10:39:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92511 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 9E2D9C4450C for ; Wed, 15 Jul 2026 10:40:42 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3453.1784112040733874582 for ; Wed, 15 Jul 2026 03:40:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=b482Cjau; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, 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=1784112041; x=1815648041; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9sWVvc6KG797RZQM9XeYyrOV6aAdKErGHsN+6svcxBw=; b=b482CjaumpF5Q1YCbKvr31JXvURuWU/kkzaYP2Unvelc6zDlregsxC37 zsacq5JEyokwpWDVI9h+csl7ufMC0/5GmEzvSSbFr6GxisRpU8Q0BtBWK qmKLZWr1d6wlqxG12e+/+lhcmBitE5tqAdphKNy/fXN9IwSOmAmVXxZLL T882uSoU17LUwLjY8w1sUOjOAcbZMGIsjw2KaK0LtK9rfKvN4eOJDDWvT /nSU5DbqZiI+MqD2voObHgSATfAp/bmfOblPlGs1MMqB45So0JYUYFqmr yKCaE20d+etnRcZlHqzb+XxQdSU14CuYTNcgWa3CnwjzFEb3gR6fvGjFE Q==; X-CSE-ConnectionGUID: TL5vyot6TB6uuVyk6cQA8w== X-CSE-MsgGUID: Fx9NrVXOQV+RWX1Gkgcbaw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="233681264" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="233681264" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40: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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id E7E26C00569 for ; Wed, 15 Jul 2026 10:40:38 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 9DCC4148CE4E for ; Wed, 15 Jul 2026 10:40:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id B70E41801122; Wed, 15 Jul 2026 10:40:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 40/44] xrefresh: upgrade 1.1.0 -> 1.1.1 Date: Wed, 15 Jul 2026 18:39:10 +0800 Message-ID: <20260715103914.2120-40-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128213 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{xrefresh_1.1.0.bb => xrefresh_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xrefresh_1.1.0.bb => xrefresh_1.1.1.bb} (80%) diff --git a/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.0.bb b/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.1.bb similarity index 80% rename from meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.0.bb rename to meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.1.bb index 12d05b1307..f9a8d42ef2 100644 --- a/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.0.bb +++ b/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.1.bb @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dad633bce9c3cd0e3abf72a16e0057cf" BBCLASSEXTEND = "native" -SRC_URI[sha256sum] = "29ed592d5ece35a3029004d8c46f3002f92970870a96c11e38baf7f1122b8b5f" +SRC_URI[sha256sum] = "e947048130f6300e8be86573af8f225b486884fac14fcfe01bd913b41fa73bd3" SRC_URI_EXT = "xz" From patchwork Wed Jul 15 10:39:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92506 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 51641C44507 for ; Wed, 15 Jul 2026 10:40:42 +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.msgproc01-g2.3431.1784112035952588858 for ; Wed, 15 Jul 2026 03:40:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LAChIFvM; 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=1784112041; x=1815648041; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=opf51rGk1fEHonKH2F+XUEYFkH1ngVRm4w4VOrWhqYw=; b=LAChIFvMjjdacg3rNGqv/hMbiqtsVBoU/RNOLxw0AEkc5UxinQTtFfIZ SCB7WTjMRChBjG+AJ3Inv/uhJAVhx1UV3KMnoxQCEF+EDbEHdX5BSV1xX PZ3vQcVRPZ90NVln2v5LNM8YeE9jUWTI75vqzEMOt/uXC5ZqCTze23Yiv Beq56pAGpb9+EgKRHM8wtJqegiSP2wU+cOFQiwcBfQfbva4WHMJIHr57b ENJY8KWumQ6SW1DREwPMepsvkdKIhtQ4Ff8pKgG6as9X6LWV8lhzhmg0E ItoftZtld4iHhy8GcOokjc/CjoFuMaJDiOIapJ9UQump2+xRknOb9v0bQ A==; X-CSE-ConnectionGUID: 2aH40uNhQ76CInMSEiF0oQ== X-CSE-MsgGUID: Xj7BvBoZR3Sch9w6NMF+Xg== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518964" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518964" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:41 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 8199C1002819 for ; Wed, 15 Jul 2026 10:40:40 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 39C9918578CD for ; Wed, 15 Jul 2026 10:40:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 572961800B81; Wed, 15 Jul 2026 10:40:38 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 41/44] xsetroot: upgrade 1.1.3 -> 1.1.4 Date: Wed, 15 Jul 2026 18:39:11 +0800 Message-ID: <20260715103914.2120-41-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128214 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{xsetroot_1.1.3.bb => xsetroot_1.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xsetroot_1.1.3.bb => xsetroot_1.1.4.bb} (81%) diff --git a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.4.bb similarity index 81% rename from meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb rename to meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.4.bb index 7e909f90cf..b1ce3fa599 100644 --- a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.4.bb @@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de" DEPENDS += "xbitmaps libxcursor libxmu" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "6081b45a9eb4426e045d259d1e144b32417fb635e5b96aa90647365ac96638d1" +SRC_URI[sha256sum] = "1315a3f7e9abe06357363b93461e272601f67225ce0bc075c430cce35073362b" From patchwork Wed Jul 15 10:39:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92512 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 97445C4450C for ; Wed, 15 Jul 2026 10:40: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.msgproc02-g2.3454.1784112043810041881 for ; Wed, 15 Jul 2026 03:40:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LGn9MAHJ; 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=1784112044; x=1815648044; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wYt7HMnxSG+npFx5ZmW/ZfMu850KIjAlsdqkRd8j6A4=; b=LGn9MAHJJC57t2ZhwimpZ+9RzwlGtAEuHz2SUH+I7NNyeyGeH63S4KI1 13nVCIBdQ6E0xjV//gY3M6/Ng5tsoexOg5q7kPZtBxvCjHCXnqBbIC+Gm Ui84R6ja2dcfEBmb/NK+ZUhgH2HWRVXuutnysUg3s2VYGjgY/e6lmhyPs Cg8NSGCLLaSfyQh9IYhMSM1CzFvKflgmz+JsTupc8Hl8QI4ObfvkA47T0 5E+o1Lk7JkMmn6lFEFQbjMzfrnUGIk1tXCqhaq2y6VyHFOXLdmhOoNPUc Z23jnxM4tKkS3vYHb3nyk7o4QjtsbJZ9LCqJZSqSaorXsm8CsXRqIHjbE w==; X-CSE-ConnectionGUID: qwgpIZiyQKSaDdL+hsQWGQ== X-CSE-MsgGUID: uZx23y8PRiWXllqz6NQphw== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="225218968" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="225218968" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:42 +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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 451A0100014F for ; Wed, 15 Jul 2026 10:40:42 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E71BEC013C9 for ; Wed, 15 Jul 2026 10:40:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id E92571801122; Wed, 15 Jul 2026 10:40:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 42/44] xstdcmap: upgrade 1.0.5 -> 1.0.6 Date: Wed, 15 Jul 2026 18:39:12 +0800 Message-ID: <20260715103914.2120-42-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128215 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{xstdcmap_1.0.5.bb => xstdcmap_1.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xstdcmap_1.0.5.bb => xstdcmap_1.0.6.bb} (83%) diff --git a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.6.bb similarity index 83% rename from meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb rename to meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.6.bb index 7d3aab501c..7c2b6f9ea2 100644 --- a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb +++ b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.6.bb @@ -12,5 +12,5 @@ DEPENDS += "libxmu" BBCLASSEXTEND = "native" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "365847e379398499ec9ad9a299cc47a0d6e7feba9546dfd4e5b422204b5ac180" +SRC_URI[sha256sum] = "062a15722769799524eee542fc82ae778f5ac180b618295d913f34962b134ffe" From patchwork Wed Jul 15 10:39:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92514 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 AA27BC44501 for ; Wed, 15 Jul 2026 10:40: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.msgproc01-g2.3431.1784112035952588858 for ; Wed, 15 Jul 2026 03:40:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RtGPtZv5; 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=1784112045; x=1815648045; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W+CAVdEdtLp+hc7InSUgAunmnk0iY+itA9csKaExEKM=; b=RtGPtZv5dT+9wGxvxpj5E5wLhzFzGuoodGdYND7xJBhlKJyTuuOElM6g 1jYXi4omnswlbg1CS8aEfDugqNzDoE3tq8/cCBnSucjbnjK/qmRp6Q7WK lOfFtpWjRvqOvZny4e+GsXvi6esy3TsUGe8crJx26NIfzxkK+3jiEeS7e F7U2/SpoYlyDxkV5XXnlybm0eZbHK/M/F5i/xodXPaMfNHvOHPDG1xOck ARAe7ouYrWvg4OPguNQ46J33ywM61cf96htgYjcKlnaPXnqauwePiPArJ 32tiHHdnwIsS8VsXDSYRsFVriWamMO5xSslSs/LbEWS52ww3xG5aG9uQA Q==; X-CSE-ConnectionGUID: EcNQREX0R3CkTPzaWbnRbA== X-CSE-MsgGUID: EyVZed6HT4imlTRCtZ1IHQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="247518968" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="247518968" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40: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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id D45E21000150 for ; Wed, 15 Jul 2026 10:40:43 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 84D34C00563 for ; Wed, 15 Jul 2026 10:40:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8660E1800B81; Wed, 15 Jul 2026 10:40:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 43/44] xwd: upgrade 1.0.9 -> 1.0.10 Date: Wed, 15 Jul 2026 18:39:13 +0800 Message-ID: <20260715103914.2120-43-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128216 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xwd_1.0.9.bb => xwd_1.0.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xwd_1.0.9.bb => xwd_1.0.10.bb} (79%) diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.10.bb similarity index 79% rename from meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb rename to meta-oe/recipes-graphics/xorg-app/xwd_1.0.10.bb index 4a05a4437a..41d3b12be3 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.10.bb @@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" DEPENDS = "libxmu libxkbfile" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f" +SRC_URI[sha256sum] = "4909eacc26c4cd5a9afcd1468aec26e7c646544639031bdad4f71173aa82f3c3" From patchwork Wed Jul 15 10:39:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92513 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 925F9C44507 for ; Wed, 15 Jul 2026 10:40:52 +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.msgproc02-g2.3455.1784112046904321204 for ; Wed, 15 Jul 2026 03:40:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CFMpxycr; 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=1784112047; x=1815648047; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jxioeQVgd8xu9ttnF8dSxCYtZCYc5e3H6XTSB088+V0=; b=CFMpxycr9EF3tjRYJoCCzZt2HpjQOU06EFbQZgIanGFRap96ET9Oy/dt otlDcYysnZoI+p6d14i3vIJOqjcZbwfwl1eyB1AjRT0yIzxrMLrWF8W3B CRQnzUDKw9FR/DcWn+RBaeYKOVelTJ4GmJF4KcbtCuHz1+y+dhcFH4SbJ oHlfDLqtyipxMj/eenIwUL1QI1HVcIQwN89rpvVPAA/OWMRaxnlXjVB6d qOddJKMUTum3bT2ENEigOB4hh6HRjhtVje9p+Z+0UjwSWENgvKRU9PrRJ 6rNBjM2/iD12XcI87UlKsGVJMeCj47SZB35kn2nJR98U7ULF+ijpbX87p Q==; X-CSE-ConnectionGUID: tkW578puRXiPBFF0Z4v4Bw== X-CSE-MsgGUID: PKdo58doSD+JwB+Y4s21oQ== X-IronPort-AV: E=McAfee;i="6800,10657,11847"; a="246968223" X-IronPort-AV: E=Sophos;i="6.25,165,1779116400"; d="scan'208";a="246968223" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2026 19:40:45 +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 gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 56F171C01699 for ; Wed, 15 Jul 2026 10:40:45 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 07C7D18471EA for ; Wed, 15 Jul 2026 10:40:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 235801801122; Wed, 15 Jul 2026 10:40:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 44/44] xwud: upgrade 1.0.7 -> 1.0.8 Date: Wed, 15 Jul 2026 18:39:14 +0800 Message-ID: <20260715103914.2120-44-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260715103914.2120-1-wangmy@fujitsu.com> References: <20260715103914.2120-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Jul 2026 10:40:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128217 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xwud_1.0.7.bb => xwud_1.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xwud_1.0.7.bb => xwud_1.0.8.bb} (82%) diff --git a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.8.bb similarity index 82% rename from meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb rename to meta-oe/recipes-graphics/xorg-app/xwud_1.0.8.bb index 27138f23f8..4291e01a1f 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.8.bb @@ -9,4 +9,4 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e" +SRC_URI[sha256sum] = "2e282648c34018fd870052b8d814ea4d35ad9fdb9bcfc8bdc5a06822c0f86e99"