From patchwork Thu Aug 21 08:59:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68909 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 1EB84CA0EEB for ; Thu, 21 Aug 2025 09:00: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.web11.4720.1755766809350795166 for ; Thu, 21 Aug 2025 02:00:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=deuQ/UT/; 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=1755766809; x=1787302809; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XhkMlIGu+kzEoQBjLVMMDiM+Eqz9qbAMwdSVnlauSAY=; b=deuQ/UT/b6VE+3T2uX463quxBYcxz3VpxRmVfnPIRpHS6qylSH92IwZf xmrN+f+2c/P/beMyqZUr70zAPJEWwEPehLg2sHWekEcrx4aRrt4LXcZ9I +VM7CTbOCMcp1M1N/TK7VGF5cOtf8tkUxdzrgPoDl01FNV40osv0WgfUm 7BM2Bi0XmjTE6a6VvhXKwZdwS2bDuR3j3SUy4yOqhXpAgEJzpv7t1eorR HGLCCI1x+LgnUeL1x1puZfe83yZhYvEzs3RCqNwiqvD/XtEmGHI+F+eFU lUlvtyKQczeTU6Ce9824YEW+EY9v+cCqXAzQXdQyzBJ7ITzJBtI7u/qb6 A==; X-CSE-ConnectionGUID: 0CbufU3TQdqKYYnOGQCmtQ== X-CSE-MsgGUID: rwhmQPnPQd6yNsJuNCZQxw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="189091937" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="189091937" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:07 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 8C3051002BAA for ; Thu, 21 Aug 2025 09:00:07 +0000 (UTC) Received: from az2nlsmom4.fujitsu.com (az2nlsmom4.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 3D769C0089E for ; Thu, 21 Aug 2025 09:00:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmom4.fujitsu.com (Postfix) with ESMTPS id ECAC72004FAB for ; Thu, 21 Aug 2025 09:00:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 514CA1A0069; Thu, 21 Aug 2025 17:00:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 01/21] python3-freezegun: upgrade 1.5.4 -> 1.5.5 Date: Thu, 21 Aug 2025 16:59:34 +0800 Message-ID: <20250821085954.2056-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119051 From: Wang Mingyu Changelog: Allow parametrized arguments called 'func' Signed-off-by: Wang Mingyu --- .../{python3-freezegun_1.5.4.bb => python3-freezegun_1.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-freezegun_1.5.4.bb => python3-freezegun_1.5.5.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-freezegun_1.5.4.bb b/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-freezegun_1.5.4.bb rename to meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb index a6e31228c3..878d438070 100644 --- a/meta-python/recipes-devtools/python/python3-freezegun_1.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/spulec/freezegun" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=acf1d209bb6eddae4cbe6ffd6a0144fe" -SRC_URI[sha256sum] = "798b9372fdd4d907f33e8b6a58bc64e682d9ffa8d494ce60f780197ee81faed1" +SRC_URI[sha256sum] = "ac7742a6cc6c25a2c35e9292dfd554b897b517d2dec26891a2e8debf205cb94a" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Thu Aug 21 08:59:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68910 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 1F924CA0EFA for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web11.4721.1755766810879754818 for ; Thu, 21 Aug 2025 02:00:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dErUqBmh; 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=1755766812; x=1787302812; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CQ6XqC6ySg47NHZaK1TD25KpaWWk39+0G9LfhWb9uvY=; b=dErUqBmhVHz+9oHEc7/+joxczmXSvlC4P1Y4XcIModc4GoNImgSxJaGU pCwOXjlkq+R+bQyEPG+O3kGa+pcwx7tnISuCL8shmvmosf/0e4AIrgbmo n3oAM1WwyIKdpNK1E7F0B2YUfWTbRPWg4Xis1IsdZYH3Gq8Pzg3BjFjsG KAlyfNV/yDuLVm090VZLSZLMJB+MUJnECCGi4+mHag0F8yGnen/ZUaGdq MEh7jZ5pN7ZcN8gBbXkjOHQA7TXx+Iz5zj8zxt7Xdr/pz8+FAaWYH20T/ seWZPFouu/d+RlHSgl+m3ZIFN5e0LN61UvMPxL90Ld7o6MJq0N+29WQIU w==; X-CSE-ConnectionGUID: 4dc+j2p7SVeem5SXRUHG3w== X-CSE-MsgGUID: tTJ/+T1kR02cE4d2DZMudA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210120514" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210120514" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:10 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 067C61002B97 for ; Thu, 21 Aug 2025 09:00:09 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id B0B70C08A62 for ; Thu, 21 Aug 2025 09:00:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id 8F8AD10023C7 for ; Thu, 21 Aug 2025 09:00:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 16F0A1A0071; Thu, 21 Aug 2025 17:00:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 02/21] python3-gnupg: upgrade 0.5.4 -> 0.5.5 Date: Thu, 21 Aug 2025 16:59:35 +0800 Message-ID: <20250821085954.2056-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119052 From: Wang Mingyu Changelog: ========= - Handle fetching GPG version when not the first item in the configuration. - Capture uid info in a uid_map attribute of ScanKeys/ListKeys. - Improve handling of exceptions raised in background threads. Signed-off-by: Wang Mingyu --- .../python/{python3-gnupg_0.5.4.bb => python3-gnupg_0.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gnupg_0.5.4.bb => python3-gnupg_0.5.5.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb rename to meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb index 5de9a7be0e..38e5b99341 100644 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11" PYPI_PACKAGE = "python-gnupg" -SRC_URI[sha256sum] = "f2fdb5fb29615c77c2743e1cb3d9314353a6e87b10c37d238d91ae1c6feae086" +SRC_URI[sha256sum] = "3fdcaf76f60a1b948ff8e37dc398d03cf9ce7427065d583082b92da7a4ff5a63" inherit pypi python_setuptools_build_meta From patchwork Thu Aug 21 08:59:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68920 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 55047CA0FE8 for ; Thu, 21 Aug 2025 09:00:20 +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.web11.4722.1755766811378409643 for ; Thu, 21 Aug 2025 02:00:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RWrixyeR; 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=1755766811; x=1787302811; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0vSTyUOVtpdQcwYSnW0pgWBpIbYX2FxI3xF+TG0VEnw=; b=RWrixyeRWCT8g80zI+dqOOOjJeuMIkQc8DlQV7Nl76Gglg5CJCnr7rx3 vll+Ut8yWfuW07gIqqI8ldPpo4mOYGb9laMKz8wC3qDHJOKK8AtOpgzyt D/ElYCU+oSeahhq9KgDFu8qIL+Zjl1DQOgw6gw3LaAbhGO23OBmEQa/GG JBKEulhJDUSq4EfmKle6+8tiBtjLBvE+X6qzK+Z1x++zCliwKZ3RUrX8S cO9543NiiK5AD6ouFxrhId/gAkDoLMD+YMS/GhmDCbrmXhVIkEKMUhcsL +oclwRo2ITEXWTKq6zcmkDxNa/Gxql3Utnh6qIE06l4cjY1lPllO3C0c5 g==; X-CSE-ConnectionGUID: 0zwWAYSIS2qdulbKcwZ1Ig== X-CSE-MsgGUID: wy9ykJ6zTImyRBK6aMprFQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="197565110" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="197565110" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:09 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id C77CB1C000BF for ; Thu, 21 Aug 2025 09:00:09 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 80A02101B146 for ; Thu, 21 Aug 2025 09:00:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 5E2BC1400BFE for ; Thu, 21 Aug 2025 09:00:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D65711A0078; Thu, 21 Aug 2025 17:00:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 03/21] python3-greenlet: upgrade 3.2.3 -> 3.2.4 Date: Thu, 21 Aug 2025 16:59:36 +0800 Message-ID: <20250821085954.2056-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119053 From: Wang Mingyu Changelog: =========== - Various small build/test changes for less common configurations - Fix an assertion error on debug builds of Python 3.14 when using the experimental JIT. Signed-off-by: Wang Mingyu --- .../{python3-greenlet_3.2.3.bb => python3-greenlet_3.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.2.3.bb => python3-greenlet_3.2.4.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.2.4.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.2.4.bb index 47ebd641df..1657be2b2a 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.2.4.bb @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" +SRC_URI[sha256sum] = "0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d" inherit pypi python_setuptools_build_meta From patchwork Thu Aug 21 08:59:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68927 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 A1D96CA0FED for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.4723.1755766812419617460 for ; Thu, 21 Aug 2025 02:00:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=azew5nPv; 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=1755766813; x=1787302813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tPV8Gsnt0bep7VmNCmSI1cy04fjbbrHhxSRYEpnXN/w=; b=azew5nPvaiRGd80+C/RDJAx6+GxSUAqUTHAF5TnI7XqWF/iRorTYDlWW sGOZNnLnd/zjEpNpreEYY/b2DvckLlJo37g8C4d+P9h2/F6ngx49YmB2g s33WcE7vuMkHhq9GKjAR6v1p95YP1q2VYX1jlWklODRtMQNlTEKf8CvVu jFZqduZv6ZWZiHhoYSsMzzitPG/px5m7ULDfnn2lRViqb4UhS/XISuQre sOxyussEJGErAOpr5j4OIqDUxTcze5T9FExDiIqoPcEi8P60/MGJCRAWn WjFlqCDq9Zxt+0UNdEPz6bJFuB8RfErGWV3I9Y/e3Z/ClAhR3Urezpmc4 A==; X-CSE-ConnectionGUID: ETO6EkgcSr63VIGECGKsFQ== X-CSE-MsgGUID: MdcBlcjSSDGYIVLo/92oxw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210213286" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210213286" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:11 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 8FDE342A33D for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 37C621C08338 for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 182261407699 for ; Thu, 21 Aug 2025 09:00:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8EA5D1A007E; Thu, 21 Aug 2025 17:00:04 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 04/21] python3-icecream: upgrade 2.1.5 -> 2.1.7 Date: Thu, 21 Aug 2025 16:59:37 +0800 Message-ID: <20250821085954.2056-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119055 From: Wang Mingyu Changelog: =========== - Fixed: Pretty-printing of SymPy (and similar) objects. - Added: Configurable line wrap length. - Improved: The package no longer includes tests in the production installation. Signed-off-by: Wang Mingyu --- .../{python3-icecream_2.1.5.bb => python3-icecream_2.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-icecream_2.1.5.bb => python3-icecream_2.1.7.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-icecream_2.1.5.bb b/meta-python/recipes-devtools/python/python3-icecream_2.1.7.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-icecream_2.1.5.bb rename to meta-python/recipes-devtools/python/python3-icecream_2.1.7.bb index 7e9383457b..99aaff7e7d 100644 --- a/meta-python/recipes-devtools/python/python3-icecream_2.1.5.bb +++ b/meta-python/recipes-devtools/python/python3-icecream_2.1.7.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gruns/icecream" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1" -SRC_URI[sha256sum] = "14d21e3383326a69a8c1a3bcf11f83283459f0d269ece5af83fce2c0d663efec" +SRC_URI[sha256sum] = "936df053e65ff3c7a219fa79311b32bdae19aad83dd2e23d153ab8864b78acd9" inherit pypi setuptools3 From patchwork Thu Aug 21 08:59:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68926 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 7C08BCA0FE9 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web11.4721.1755766810879754818 for ; Thu, 21 Aug 2025 02:00:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sMPWHFTm; 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=1755766812; x=1787302812; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4tCfQdl7i9LsR30wlLRFksnUi4AvGYlQT+jGNwBGDRU=; b=sMPWHFTmvjBNqFoKu8P8SMkH6tHl6QHps+YDeHSzGj9jRGOMRo37iJkU WyN5F1wd2qML0h7sbnmh6QQGLKJyym9HeGn9wdcDryJpj2gBeXS9utMPy GAl9tAXnDTBB8E6IbkdHykwFJoLNZ74kmBIFwhH97lt0KlcVJ6L+Yueaj Iw8QuDgidKj9BunamNfwAuLb6I4CByCUq2S4sYAHsUHsUn0MJBeHxzgUK kRPR9U5Wr1I/lRVj9+nRC+nHdi1AOOiU74fzFK/0rWHgQhrnVaeXqDwq4 t4SpOgMiofFQbOFIqB1hEIQgiqGKpP5udBjYSEx1JkB3TIuB24KeMhwQr A==; X-CSE-ConnectionGUID: lt+wLIMUT6a6L7V3gvZuDw== X-CSE-MsgGUID: +P1aW6t7Qb69fOowDK/3/A== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210120519" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210120519" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:11 +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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id DD5FCC00554 for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 9CB6E180C067 for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 90D5F140769C for ; Thu, 21 Aug 2025 09:00:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 11DD41A0086; Thu, 21 Aug 2025 17:00:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 05/21] python3-inline-snapshot: upgrade 0.26.0 -> 0.27.2 Date: Thu, 21 Aug 2025 16:59:38 +0800 Message-ID: <20250821085954.2056-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119054 From: Wang Mingyu Changelog: ============ - Added inline_snapshot.extra.Transformed and inline_snapshot.extra.transformation which can be used to transform values inside of snapshots. - exposed @declare_unmanaged which allows you to create your own unmanaged types. - Added explicit type hints to the outsource() function - Improved documentation for inline_snapshot.testing.Example. - inline-snapshot generates no longer triple quoted strings when it fixes cases Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.26.0.bb => python3-inline-snapshot_0.27.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.26.0.bb => python3-inline-snapshot_0.27.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb index 3296210017..87446eb064 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "cfb66e4c11984eaa9d258c50a6e56fc57bc1e91d253acb4312968899e3f7ad54" +SRC_URI[sha256sum] = "5ecc7ccfdcbf8d9273d3fa9fb55b829720680ef51bb1db12795fd1b0f4a3783c" inherit pypi python_hatchling From patchwork Thu Aug 21 08:59:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68923 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 55CFDCA0FE7 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.4677.1755766813151770939 for ; Thu, 21 Aug 2025 02:00:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kBRmEsYN; 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=1755766813; x=1787302813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OFmnOA/8cC2t64/GKI8nlrY0nEHpIftcPQyeF2rG5ho=; b=kBRmEsYNiRl6c65+Vk/lWwtdjArMZxl5587o2ZGr7waLV6KR1dSbw+hW MdKTsy9niByuznoJP05A8WFAz1/35T3sAfqDJVX/SjbBal4LzD5RANn2x 10Ig+OASaw/vXFVMurubm28x7QlbS9cSF6zgZaFziazl0r0qOYFb6CSOa 2gxttRBcHPgvz8xG1ytyhSIvSowHNBmxYJGdBKvob2cvYsuYcueFtpsQ3 igvYx5ijIJzDIM0j+8Ur6QmBoAiAmQKz2TIdMompqJnUWnFR0Q/liwrUH RqAg+E/4wnbx63IsJ5o5PYG9u5CpXwfzA+SkUPXbYV3XKqyXx0TYr5USx A==; X-CSE-ConnectionGUID: 6EDp42MzT5acS313bfd/zA== X-CSE-MsgGUID: +xfwkeiDSMK8pPXI8Hff8w== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198643275" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="198643275" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:11 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 88AA942A337 for ; Thu, 21 Aug 2025 09:00:11 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 47328100D11E for ; Thu, 21 Aug 2025 09:00:11 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 22273826FF1 for ; Thu, 21 Aug 2025 09:00:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 82C981A0069; Thu, 21 Aug 2025 17:00:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 06/21] python3-kiwisolver: upgrade 1.4.8 -> 1.4.9 Date: Thu, 21 Aug 2025 16:59:39 +0800 Message-ID: <20250821085954.2056-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119056 From: Wang Mingyu License-Update: Copyright year updated to 2025. Changelog: ============ - Include Python.h-including headers first - WHL: pin cibuildwheel 3.1.1, enable cp314 wheels - ci: update release workflow and test on 3.14 Signed-off-by: Wang Mingyu --- ...ython3-kiwisolver_1.4.8.bb => python3-kiwisolver_1.4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-kiwisolver_1.4.8.bb => python3-kiwisolver_1.4.9.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.8.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.9.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-kiwisolver_1.4.8.bb rename to meta-python/recipes-devtools/python/python3-kiwisolver_1.4.9.bb index d3044a65c8..f84a427446 100644 --- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.8.bb +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.9.bb @@ -1,9 +1,9 @@ SUMMARY = "A fast implementation of the Cassowary constraint solver" HOMEPAGE = "https://github.com/nucleic/kiwi" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5f7ce5ba663b186ce35b78df96a2eb0a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=27a71439e89b80e41dc526a4b8bbfa2f" -SRC_URI[sha256sum] = "23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e" +SRC_URI[sha256sum] = "c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d" inherit pypi python_setuptools_build_meta From patchwork Thu Aug 21 08:59:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68919 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 6F232CA0FEB for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.4678.1755766813635282172 for ; Thu, 21 Aug 2025 02:00:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Ov8gt4xT; 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=1755766813; x=1787302813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IJRFVHmjVmtLRR9PV0KN+K57w9anff0f02L9xDEMJpM=; b=Ov8gt4xTSr06JUN2eT8VNYeacfEUvT7bNYeQuIV/l8RouR0UEGLzeuDG rrFMttKTGImhhVkow3LPcUm1iN+hYkgaeIGNfNk4W7L+3O9lMEuNyK7c4 T8he4JGvfaohw15FW465BkM6LFH+Ev37KKL/2nbVJLY1jvQNd976XbXF7 BZyrFnNEZ+m447tyv8ka9Pk2Q9MFycmpRzyK7PBCROPg68zbHmdq3T8sH VgqzBi/m6YhvLjwQmGV+s+NrADgi4bgv730EWlwxXdf8OwAlkTl0lDs8j St5dgclcdDJRXTWfhq6I4ZYHzNhMu4C4/YyCAOefXq2SmhHawVOpzqbc9 g==; X-CSE-ConnectionGUID: QdJud7l3Tr6GhXMCcd+DOQ== X-CSE-MsgGUID: q33sjdxBRH62O7pQQotNIw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210706580" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210706580" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:11 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 155F01002B96 for ; Thu, 21 Aug 2025 09:00:12 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BF34C8606CC for ; Thu, 21 Aug 2025 09:00:11 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id 95C1610023C2 for ; Thu, 21 Aug 2025 09:00:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 036031A0087; Thu, 21 Aug 2025 17:00:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 07/21] python3-multidict: upgrade 6.6.3 -> 6.6.4 Date: Thu, 21 Aug 2025 16:59:40 +0800 Message-ID: <20250821085954.2056-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119057 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-multidict_6.6.3.bb => python3-multidict_6.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-multidict_6.6.3.bb => python3-multidict_6.6.4.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb rename to meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb index 5b262ed933..dad669fd9c 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest PV .= "+git" -SRCREV = "dbd686f37c1bc14355dce9c16dbbfae82f11dc00" +SRCREV = "e0e61c28e9f66efcdce01cde9d6772518f6e9224" PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" S = "${UNPACKDIR}/python3-multidict-${PV}" From patchwork Thu Aug 21 08:59:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68928 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 A9F42CA0FEF for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.4678.1755766813635282172 for ; Thu, 21 Aug 2025 02:00:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=q60A5AS8; 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=1755766814; x=1787302814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SoUnTnWLdTKnR6regRH81oM5LnBfJcnjh6/ptMyPxs0=; b=q60A5AS8aZmQvq6PP+wn7hN/uuHOdkESTkw93bFyOFPlCc57wnwQK4/P a+ydJNkdgDinvsVidyF8em3Rx6ClK8k0mAAw6BB+s+HxfIjNcgjbRW/Pn bgl6TB7pTPkfXQDAdcek3gzEg4V3DXLsNFSYqncFHUhOv+nXizuEez2QF tRNEW5E1y3AWmR1yA5PiwiV6HSer4T89l17PcEmzIg8jbwTTfbNsZNl55 mEc+8QtomR3hCS+5qwzIwXEEBLmFwBYRgU/0hjCHemcFPCsaS8vVFLOdW zG9sPTtXS0EwG/keMsRrrMoNTfffIlYdEBBrYHP6hRXYBJI94CUQTViac w==; X-CSE-ConnectionGUID: 0qMMbgrgQnyMXjC6NQu1HA== X-CSE-MsgGUID: 5eghO+DHQqOTAbStK4llKA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210706586" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210706586" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:13 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 36D6A1C1C720 for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id E12C8C08A76 for ; Thu, 21 Aug 2025 09:00:12 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id A04C610023C7 for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6CCEA1A008A; Thu, 21 Aug 2025 17:00:06 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 08/21] python3-pyais: upgrade 2.12.0 -> 2.13.0 Date: Thu, 21 Aug 2025 16:59:41 +0800 Message-ID: <20250821085954.2056-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119058 From: Wang Mingyu Changelog: added a TCP server capable of handling multiple concurrent client connections Signed-off-by: Wang Mingyu --- .../python/{python3-pyais_2.12.0.bb => python3-pyais_2.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyais_2.12.0.bb => python3-pyais_2.13.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb rename to meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb index b31ca80096..321b37162a 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master" PV .= "+git" -SRCREV = "4ec68378f76c49825b5662a052e6834d7b44b96c" +SRCREV = "2c50d58c4776a4ca7560bf9d70587a9acf523d1c" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Thu Aug 21 08:59:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68922 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 88104CA0FEC for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4724.1755766814711947306 for ; Thu, 21 Aug 2025 02:00:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rEEMpkfW; 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=1755766814; x=1787302814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WToMChneeoIlC5P30sBjlTFFZrUOX87FBdd3cVhhRqo=; b=rEEMpkfWnmQGEJtWHKySK/zpi5MEpK3a3wYxUgkzSNObbXVKPcrsMv1I TBZvBzs6AqvoJQIuk9794a5yHnxnCGv1NgVMd7vlZE2Ra1B8Q+3MGKfo9 q5N8duY0Tj4BZXuiqhQMd6JyUx71xy10wgGgFSV+rANdPcL+GtARWhdM3 6/ege+0lZqnEFYa3fRwz/k9Y73xZSnaNr1MX9NnXSNLeDrFcD9LnsUPnJ zY/8ppHxEglui69FJAVCZQqAS6YZbQqxPs/UQaeaAd3BpZvtewKQgSRHc pL2l/PbHr/kz1io/Gu81QNOqvFbv6Dx0JKRTpuBd4IzceP0uEuOe3xRnH g==; X-CSE-ConnectionGUID: to/aQfgcTES6ZOG38uhQOA== X-CSE-MsgGUID: BI+vcMl2RC636M2H7Gu+7w== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210706587" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210706587" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:13 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 563E88203CB for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 102B5140B058 for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id ABC22826FE9 for ; Thu, 21 Aug 2025 09:00:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CE94E1A008B; Thu, 21 Aug 2025 17:00:06 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 09/21] python3-pycares: upgrade 4.9.0 -> 4.10.0 Date: Thu, 21 Aug 2025 16:59:42 +0800 Message-ID: <20250821085954.2056-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119059 From: Wang Mingyu Changelog: ============== - Remove unused import - Fixup chunked TXT record test - Remove overzealous checks - Fix OpenBSD build - Make result.type Final - Idna resource reduction using a length check - Add read & write process_fd functions - build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0 - Remove context manager support - Fixup test CI - Refactor channel destruction logic Signed-off-by: Wang Mingyu --- .../{python3-pycares_4.9.0.bb => python3-pycares_4.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pycares_4.9.0.bb => python3-pycares_4.10.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb rename to meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb index a8b9ba96ea..1b0b003dfc 100644 --- a/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/saghul/pycares" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1" -SRC_URI[sha256sum] = "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" +SRC_URI[sha256sum] = "9df70dce6e05afa5d477f48959170e569485e20dad1a089c4cf3b2d7ffbd8bf9" PYPI_PACKAGE = "pycares" From patchwork Thu Aug 21 08:59:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68913 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 2D2A6CA0FE1 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.4678.1755766813635282172 for ; Thu, 21 Aug 2025 02:00:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Rj5PaSoA; 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=1755766815; x=1787302815; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NRVPfmqrcDW8iRGr9X0JHtw3Ja8N8HXlQO7tvZY64a0=; b=Rj5PaSoASJ2qmZc+MXLkVU19Zd9YFRviMY/F5XnRiPgSteAyTpC2YdWY sZTGymwqoVUE14bmtNMYDUcXsJX7y/3hPeAWSnrfX+vkqIkf4ZLp1c0SG 5K5w729gipQvVuaGEq5Un/H5lARbLORCNV3C3KYC2w5t7Din78vaac133 ZgI2kZ+axI/nPPlGGM9Wuys6HwYVxfSNm+qvk+yqR4XIT9VQjtBd5EviY mU2zgliFcWdUPh5jlDmEss0UNfsGdbWHnHaHWfB4lS9Q88m3vRNAq42m5 dgIawuUOOv/z9Jy765uSOFH+mr8DfAV8HJV0Pp5BztRn+nFcHnF/Jyruc A==; X-CSE-ConnectionGUID: zDMErcWCRAKjG2hpBot23A== X-CSE-MsgGUID: OV3tfTEMQw2qznsrcPjOSg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210706588" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210706588" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:13 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 2F310455 for ; Thu, 21 Aug 2025 09:00:14 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DE4DAC0426A for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 9D8D2826FE6 for ; Thu, 21 Aug 2025 09:00:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 363971A0071; Thu, 21 Aug 2025 17:00:07 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 10/21] python3-pymisp: upgrade 2.5.12 -> 2.5.17 Date: Thu, 21 Aug 2025 16:59:43 +0800 Message-ID: <20250821085954.2056-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119060 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pymisp_2.5.12.bb => python3-pymisp_2.5.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.5.12.bb => python3-pymisp_2.5.17.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.5.12.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.5.17.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pymisp_2.5.12.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.5.17.bb index 861e7d021e..7267143e7e 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.5.12.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.5.17.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" -SRC_URI[sha256sum] = "75dd505d96e1d67b9bfec7a5e1aea3b967426da348e69bdbaa1e554821e10fd6" +SRC_URI[sha256sum] = "91f1f75a18076e66c9275065d455b76099a723f4f7b66920b89893f942bbaf56" inherit python_poetry_core pypi From patchwork Thu Aug 21 08:59:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68916 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 3A853CA0EF8 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.4681.1755766815928176690 for ; Thu, 21 Aug 2025 02:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EHx1RwKR; 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=1755766817; x=1787302817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aVG8o+D4WjJhxG76QEpL4E6i4VhQocUHKkU5kQccYXk=; b=EHx1RwKRPo0QqNpBFUvNNhOf0Fx6WlRZNiDeX5wUNLKpIAZPB7xkj0ac nLOPp9g0FtmJffLKodrSol8cEWa4tVK53AR3VTAzK600raJqAhwcY9QWk 1Ynlzj+wR0b01Bis7Pkq+Q5vqNKgyrL+u3Ye8QW4ojIHTyDTaFRsL3wuy 8vxq4kYvL84squw89mJWLwBDbDJGRdFd3yZQyOVyWspqqsy8aw7XusxH0 dfphwHrU0V7HnYbOKQploEePvrIbHcohV2j2W5mixg7ugYHN3svsJ3HZC aSR812iOt0CkVQlewIiaS2JqU857nPFlgeebHSQlT8KY1G72OIWaqfKBE A==; X-CSE-ConnectionGUID: pBMJwxH7TTqTwZ40Jfl3Xg== X-CSE-MsgGUID: JjOarD4mQO23nHG/upnbwg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210153567" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210153567" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:15 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 3B5FC1002B9D for ; Thu, 21 Aug 2025 09:00:14 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id E9B5B140B05A for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 9D32F826FC6 for ; Thu, 21 Aug 2025 09:00:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 982CA1A008D; Thu, 21 Aug 2025 17:00:07 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 11/21] python3-pymodbus: upgrade 3.10.0 -> 3.11.1 Date: Thu, 21 Aug 2025 16:59:44 +0800 Message-ID: <20250821085954.2056-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119062 From: Wang Mingyu Changelog: ============= - Correct bit handling (each byte is LSB->MSB). - read_input_registers docstring change count to regs - Add dev_id/tid check in clients - Auto debug in case of an error. - Remove duplicate log lines. - Remove unused callback in ServerRequestHandler - test on Python 3.14 - Validate address in all datastores. - Use asyncio.Event to deterministically ensure simulator start - Ignore lockfile - Link api_changes/changelog to README. - Add note about semver.org. - Datastore, add typing to set/get. - Move exception codes to constants. - Move ExceptionResponse to proper file. - make base frame signature match subclasses - Switch from venv+pip to uv - Cleanup CI configuration - Simplify code flow for broadcast requests - Fix serial_forwarder.py from examples/contrib - Remove discord. Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.10.0.bb => python3-pymodbus_3.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.10.0.bb => python3-pymodbus_3.11.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.10.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.11.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.10.0.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.11.1.bb index 17846ece00..7641c1ac5b 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.11.1.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] = "5b7ce71f9da2fabd1f8484de564a7e2c56085e94e3d4ee2a0fbc14c59dfa9da7" +SRC_URI[sha256sum] = "e738178d0ac5063f095d61be37422ac4105faab19fbacea9eb5a574e8e2b3122" inherit pypi python_setuptools_build_meta From patchwork Thu Aug 21 08:59:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68924 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 88176CA0FEE for ; Thu, 21 Aug 2025 09:00:20 +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.web10.4682.1755766817231402530 for ; Thu, 21 Aug 2025 02:00:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=A0g1sAur; 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=1755766817; x=1787302817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xFsD7LxxG1VF4SOQz2f15JZY60i+Ra5kt9BcgzvKrdg=; b=A0g1sAur4hbt+veewAvaacePBw0hr8MFnL92rkodeGA0/6ooV4luVm7w 3SwiOQxkq+RuVk3PwyAINPR7mR9KQ0yg+b5mGeWIKyuz8J8X4l53MYetV bF/baN+x0tgc05xmP+IYYQ4KVr/60/JE+q9daJCpV+DBtNeKscMc+1Ugv Ulnr4w0u+TQ26KVghnFHDPySRo5O/0yjo6VqtllC5ygIw6o5/441M9aTR 1G9Q2YSTBjlyoiMbT1kXPBolpGYKQbcahc+hZ2GAm/CP3DeyP+ZFR4rap Q1IUMXvZDm4YacNQCDhGM8Sv/5ecz1NBy7CH5rVo+ssIZ9UWcODXTE7ya Q==; X-CSE-ConnectionGUID: wbdKd20iSnOweAtVMtrc9w== X-CSE-MsgGUID: h7jvSdKVQImVv/6cep1pGg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198116065" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="198116065" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:15 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 649B31002B9D for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from az2nlsmom3.fujitsu.com (az2nlsmom3.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 143DDC08A59 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmom3.fujitsu.com (Postfix) with ESMTPS id 5AE9B10001A7 for ; Thu, 21 Aug 2025 09:00:12 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 02B0D1A008F; Thu, 21 Aug 2025 17:00:07 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 12/21] python3-pymongo: upgrade 4.13.2 -> 4.14.0 Date: Thu, 21 Aug 2025 16:59:45 +0800 Message-ID: <20250821085954.2056-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119065 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pymongo_4.13.2.bb => python3-pymongo_4.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymongo_4.13.2.bb => python3-pymongo_4.14.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.14.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb rename to meta-python/recipes-devtools/python/python3-pymongo_4.14.0.bb index 4a888cbbf2..cc6b64ed38 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.14.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "0f64c6469c2362962e6ce97258ae1391abba1566a953a492562d2924b44815c2" +SRC_URI[sha256sum] = "15674e3fddce78cf134fc4e55f90abf1608a48430130cd35efdf3802fd47a1d1" inherit pypi python_hatchling From patchwork Thu Aug 21 08:59:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68917 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 47864CA0FE4 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4725.1755766816430534244 for ; Thu, 21 Aug 2025 02:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fS1d9/ZX; 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=1755766817; x=1787302817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jugiRFkqLX0DIjF4/Z2SwuvYy+sQKPoXW1yGsZDDdYI=; b=fS1d9/ZX80NhpOfjQ4Qwd1RkpcBWsoSZEMLhEccrW27qyMsGohs9o0qZ jz+uz2b5H6Cs4WoKW47nsD0cfaZohPwRJbm5h5uZRNysQRc4vQW+kSq0B txj0SPvKCoZfvFV2v4kqPD97cJYu4laHBdxAV5D6JWppZyAW0zqqMgdmt 9CKQn1t7ImAcBLmByHCA/6C+3Eqmk52d1hpqSBPyzimoff34LmXsubfQp VdNQI1kV4NS9452cjGU6AwhGx57y7s7a4vC/kl3VsFr0o6cMRbqhMzQKs tRvFR7snb5XOXQXKQQhuGXbLsH/VwcKZ+rUsOtpxjwd1/8Z+xdPkpbyLy w==; X-CSE-ConnectionGUID: yXqpC/Q5SkyuWQ0fb8RoTg== X-CSE-MsgGUID: KHtv7BD1ST+fxcbxqlThhQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213525256" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="213525256" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:15 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id C2825820704 for ; Thu, 21 Aug 2025 09:00:14 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [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 7E42E180CFCE for ; Thu, 21 Aug 2025 09:00:14 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 58DBE1802E0E for ; Thu, 21 Aug 2025 09:00:12 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6AC0C1A0074; Thu, 21 Aug 2025 17:00:08 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 13/21] python3-pyproj: upgrade 3.7.1 -> 3.7.2 Date: Thu, 21 Aug 2025 16:59:46 +0800 Message-ID: <20250821085954.2056-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119063 From: Wang Mingyu Changelog: ============= - DEP: Minimum PROJ version 9.4 - DEP: Minimum supported Python version 3.11 - MNT: Add CRS imports to __all__ - DEP: Add win_arm64 wheels - DEP: Add Python 3.13 free-threading wheels - DEP: Add Python 3.14 and 3.14 free-threading wheels - TST: Remove irrelevant test with modern PROJ versions Signed-off-by: Wang Mingyu --- .../python/{python3-pyproj_3.7.1.bb => python3-pyproj_3.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyproj_3.7.1.bb => python3-pyproj_3.7.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.7.1.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pyproj_3.7.1.bb rename to meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb index 3cc8c21280..b7e6646c97 100644 --- a/meta-python/recipes-devtools/python/python3-pyproj_3.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb @@ -6,7 +6,7 @@ inherit pypi python_setuptools_build_meta cython SRC_URI += "file://rpath.patch" -SRC_URI[sha256sum] = "60d72facd7b6b79853f19744779abcd3f804c4e0d4fa8815469db20c9f640a47" +SRC_URI[sha256sum] = "39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c" DEPENDS = "proj proj-native" From patchwork Thu Aug 21 08:59:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68915 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 3A8A8CA0FE5 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.4724.1755766814711947306 for ; Thu, 21 Aug 2025 02:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=myTrR7EC; 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=1755766815; x=1787302815; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T9nGEn2LT5z+MR6druYzYzjznLJam1Wr1AbWae6WVM4=; b=myTrR7ECZsy6fNG/oSVovaefkSYgOxbsrCaNgENVkNNwi4xI9mwwT9Ua 7fUXtUUMMZ8FAIRVppLvcoiWCVYLeoviz4EjarwOOaFwz9eQWctRMITow /MCv6I8sQMRsyTNtqd6LnPHU402TrzOG+n0NKfFj57v/7u18gwCa0psxG TJBxd+1EwPHBgAoEAzMcV3dpaqp6jyjCZHg1nC4OOy8FjBZBPMxycrCC7 35+oUFWWkJKqmmJ1tzXNamV4uVsc6ULAj61hfwLeSTtyduCTTqd03OJ9U fQCTAqWHTes8jnewUzbHFWAVGjGwUFO33/G+NoItUb9Gxm1fhu1jt/Vs+ Q==; X-CSE-ConnectionGUID: mlkGG6k/SvO9g8gycL7eYQ== X-CSE-MsgGUID: hGFFoo+rS6urB/B/Xlb3wA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210706590" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="210706590" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:15 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 3101E1C1C725 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [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 E0155140B055 for ; Thu, 21 Aug 2025 09:00:14 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id C12FE1802E2D for ; Thu, 21 Aug 2025 09:00:12 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C1E531A006C; Thu, 21 Aug 2025 17:00:08 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/21] python3-pytest-sugar: upgrade 1.0.0 -> 1.1.0 Date: Thu, 21 Aug 2025 16:59:47 +0800 Message-ID: <20250821085954.2056-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119061 From: Wang Mingyu License-Update: Clarify license as BSD 3-Clause License Signed-off-by: Wang Mingyu --- ...n3-pytest-sugar_1.0.0.bb => python3-pytest-sugar_1.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest-sugar_1.0.0.bb => python3-pytest-sugar_1.1.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb index 9ce29aef7e..d411848545 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb @@ -1,10 +1,10 @@ SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." HOMEPAGE = "https://github.com/Teemu/pytest-sugar" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dfc31f3b2a6a301239a1ba99b71a9459" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a" +SRC_URI[sha256sum] = "53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4" inherit pypi python_poetry_core ptest-python-pytest From patchwork Thu Aug 21 08:59:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68921 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 62334CA0FEA for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.4725.1755766816430534244 for ; Thu, 21 Aug 2025 02:00:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ShO0Ltum; 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=1755766818; x=1787302818; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hpihGEeULbdTpSd2NiqskPj1t/+mf/YUxnFoZpMeQi0=; b=ShO0Ltum31UIYOgoPUnxro6Ny49zvz9QohiQCBuBt9uP1P9EAm4rOpCs 3vhItMayJnR5xfVC+ZVX9/IsxNcVXGNZvC2rZ6Rr3PtX5T7jQazsExP6I INHG7mpZRba3ffzIJN+S4r3sUxtFRJDtqiN6qi6746YNiz8oJGhyzdURT C49k1+8ToDczg613ypiu+v9DBGQNPbKejztZ+5oWj0/oll3Yt6Zd28No9 KCzGr7F2ovSPlB+GQGlGUR+75swt5Eogs9guBADw2LExa2E3+AaEJ4MJy 4/xkO55AgjCPWuB5x8mB6oRzGga8bh5X949O7X2/cqlrw/DPCVknYa/Ge g==; X-CSE-ConnectionGUID: 6FO3B4jDSnqAGK0ni5w3DA== X-CSE-MsgGUID: qrtji/CKQAiDGoqScNo7Xg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213525261" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="213525261" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:16 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id BA1861000354 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 6033818041B3 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 2EB18826FDC for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 24FFE1A0078; Thu, 21 Aug 2025 17:00:09 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/21] python3-pyzmq: upgrade 27.0.0 -> 27.0.1 Date: Thu, 21 Aug 2025 16:59:48 +0800 Message-ID: <20250821085954.2056-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119066 From: Wang Mingyu Changelog: =========== - adds wheels for android and free-threaded Python 3.14 - adds wheels for free-threaded Python for Windows on ARM. Signed-off-by: Wang Mingyu --- .../python/{python3-pyzmq_27.0.0.bb => python3-pyzmq_27.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyzmq_27.0.0.bb => python3-pyzmq_27.0.1.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb rename to meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb index d52c99271b..8a66c852ad 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb @@ -29,7 +29,7 @@ SRC_URI:append = " \ file://run-ptest \ " -SRC_URI[sha256sum] = "b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf" +SRC_URI[sha256sum] = "45c549204bc20e7484ffd2555f6cf02e572440ecf2f3bdd60d4404b20fddf64b" inherit pypi pkgconfig python_setuptools_build_meta ptest cython From patchwork Thu Aug 21 08:59:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68912 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 2D30BCA0FE2 for ; Thu, 21 Aug 2025 09:00:20 +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.web10.4682.1755766817231402530 for ; Thu, 21 Aug 2025 02:00:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mLETwOTV; 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=1755766818; x=1787302818; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kgQqomMhtua3dFiXp/W8FjxKXy/STtmw7VAG1uLVgpM=; b=mLETwOTV3nRNHGSOjklYUI9BuS8aXXoT4X63+9vdLfREhlSEjmuMy+E4 5BLzsbN0QfIAzetgLdxQeNXhyqeUjiGt0cknzVMsEE4rlkFyk+i4eVaoQ Nq+M91r68RFWC61nQ/bKSJQ4EfENCD3H/G7cM3/nq0vE4P2gZIPgPHHfy /fR9KC6jq4jxoorbHB93QERmSyuyOHY2/lVqCuM9YyjWG1A/VAaQyhnX5 TDSNwwolq3H53GkV7kYiVtKCUmpJFj0OPCqARrTK7LajPiMwojw/I3K5h tbV9d3+8sg5r5KxOpo0Ct54zpgOHcDePwB5m2KMpcDSWVHxrOQA3jVdr0 g==; X-CSE-ConnectionGUID: wCuubIGKRCO86wQ+8k4eHg== X-CSE-MsgGUID: ogIzYKSFS3eTxHVL2v6DKQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198116068" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="198116068" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:15 +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 az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id BFF9426E2 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from az2uksmom4.o.css.fujitsu.com (az2uksmom4.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 7E2861004157 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmom4.o.css.fujitsu.com (Postfix) with ESMTPS id 5573840FF0E for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 856501A007E; Thu, 21 Aug 2025 17:00:09 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/21] python3-responses: upgrade 0.25.7 -> 0.25.8 Date: Thu, 21 Aug 2025 16:59:49 +0800 Message-ID: <20250821085954.2056-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119067 From: Wang Mingyu Changelog: ========== * Fix bug where the content type is always recorded as either text/plain or application/json. * Allow asserts on add_callback() matches Signed-off-by: Wang Mingyu --- ...{python3-responses_0.25.7.bb => python3-responses_0.25.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-responses_0.25.7.bb => python3-responses_0.25.8.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-responses_0.25.7.bb b/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-responses_0.25.7.bb rename to meta-python/recipes-devtools/python/python3-responses_0.25.8.bb index 31ead072fc..2370a88843 100644 --- a/meta-python/recipes-devtools/python/python3-responses_0.25.7.bb +++ b/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb" +SRC_URI[sha256sum] = "9374d047a575c8f781b94454db5cab590b6029505f488d12899ddb10a4af1cf4" RDEPENDS:${PN} += " \ python3-mock \ From patchwork Thu Aug 21 08:59:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68918 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 54B5CCA0FE6 for ; Thu, 21 Aug 2025 09:00:20 +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.web11.4722.1755766811378409643 for ; Thu, 21 Aug 2025 02:00:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=H+ovuZnH; 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=1755766817; x=1787302817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HnNux6sKPz6qb8howZwGrIZahb+xNhvudjEIF05CnJ8=; b=H+ovuZnHfypcq57LtMJiKzz80ou5Hb5mCB2S3KF60998oFsn2U+guLpk 68PJ8n6VaePEHIeicB4p+XvpJ2z1050SGk+c0AqJZjIlAp1cHFoJ69nBb EySFChZuwBU3/vhnQbpZr+YVQ2/cnGg1v0ZV6Q6CWeueF6Wv3MK/AYNNF tdtxmbva+2YDuuM25IUwR8a3Jqpy89WyybKd8FW2pmA3ksUMcDO7DnhhP ukKCxqFXlBOwUA4ZD/cqiaLCk8FfySlswDAAT5k1VMGcRV0pC5pTiH81h GambFUbZPRDSqVt8tHKFX8QEP0Hkm5r7TS5BxTvZwKlnEC6xHE4/O+kYe w==; X-CSE-ConnectionGUID: SGCGJhu3Q62kI8/xEgKnkg== X-CSE-MsgGUID: Gan2bXUlSoqTiyOyLWAeqg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="197565136" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="197565136" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:16 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 6894A1000353 for ; Thu, 21 Aug 2025 09:00:16 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [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 2CA5E180CCED for ; Thu, 21 Aug 2025 09:00:16 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id E7A961802E2F for ; Thu, 21 Aug 2025 09:00:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DDDD41A0086; Thu, 21 Aug 2025 17:00:09 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/21] python3-sqlalchemy: upgrade 2.0.42 -> 2.0.43 Date: Thu, 21 Aug 2025 16:59:50 +0800 Message-ID: <20250821085954.2056-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119064 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-sqlalchemy_2.0.42.bb => python3-sqlalchemy_2.0.43.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.42.bb => python3-sqlalchemy_2.0.43.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.42.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.43.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.42.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.43.bb index 2859b3483d..692bbd7712 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.42.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.43.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6" -SRC_URI[sha256sum] = "160bedd8a5c28765bd5be4dec2d881e109e33b34922e50a3b881a7681773ac5f" +SRC_URI[sha256sum] = "788bfcef6787a7764169cfe9859fe425bf44559619e1d9f56f5bddf2ebf6f417" inherit pypi python_setuptools_build_meta cython From patchwork Thu Aug 21 08:59:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68911 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 21054CA0FE0 for ; Thu, 21 Aug 2025 09:00:20 +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.web10.4682.1755766817231402530 for ; Thu, 21 Aug 2025 02:00:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XCL41cWM; 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=1755766818; x=1787302818; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kTWHjB8OUKCUBpYAHPDsijNkZKkx4nH2vyLYxvcjoRc=; b=XCL41cWMSotX4cZ4ZmuOiwGoBL/tftu/jIRuXAamee6hObf3PUETvDx+ g3+fqU5eG48zEdHT6LhGw+nMgeCCdCYPT685nBkGzOc++8wsJcgfrqWYF Ugb6V5WC6fHuxlZiIXiZ8UZC48yg6rj6f29ca5vGxVuf9AjlV2mOD9AlB 0aFJSDKns7Tzq9rqO04odDNgy3NTwL5d7woGX7h8RN6F0nm0nvfC5RhQY sMZbHkOrKpOduIUQ3mRoJINlt56czlr0563M2bhwFdq/E+ej2B3gVkaw2 azi2qqhfPY0m/adCaCnV1MBxmYm7JNc2kOEOKQqb/rA+7yJix6v14MAGb w==; X-CSE-ConnectionGUID: 3u0W7VjITrax0MZuTZ5w8A== X-CSE-MsgGUID: V6Ca2ynmTa69SLbIvou+IA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198116079" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="198116079" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:17 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 04B901002B96 for ; Thu, 21 Aug 2025 09:00:18 +0000 (UTC) Received: from az2nlsmom3.fujitsu.com (az2nlsmom3.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id A8EB1C0736F for ; Thu, 21 Aug 2025 09:00:17 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom3.fujitsu.com (Postfix) with ESMTPS id 58B0C10001B1 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 651411A0090; Thu, 21 Aug 2025 17:00:10 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/21] python3-tornado: upgrade 6.5.1 -> 6.5.2 Date: Thu, 21 Aug 2025 16:59:51 +0800 Message-ID: <20250821085954.2056-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119068 From: Wang Mingyu Changelog: ============ - Fixed a bug that resulted in WebSocket pings not being sent at the configured interval. - Improved logging for invalid Host headers. This was previously logged as an uncaught exception with a stack trace, now it is simply a 400 response (logged as a warning in the access log). - Restored the host argument to HTTPServerRequest. This argument is deprecated and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake. - Removed a debugging print statement that was left in the code. - Improved type hints for gen.multi. Signed-off-by: Wang Mingyu --- .../{python3-tornado_6.5.1.bb => python3-tornado_6.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tornado_6.5.1.bb => python3-tornado_6.5.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb b/meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb rename to meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb index c10589b2b9..f915dd5658 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.5.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://www.tornadoweb.org/en/stable/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c" +SRC_URI[sha256sum] = "ab53c8f9a0fa351e2c0741284e06c7a45da86afb544133201c5cc8578eb076a0" inherit pypi python_setuptools_build_meta From patchwork Thu Aug 21 08:59:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68914 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 1C01DCA0EEB for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web10.4683.1755766819305666738 for ; Thu, 21 Aug 2025 02:00:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jpevyz1k; 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=1755766819; x=1787302819; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Lc8dowwoivHnqAp+p4c1oCJw+MWiPJo1fg1hQcoripc=; b=jpevyz1k4QQNWL18PgUmNXTAimtwKqZITQbsKGAtBOlwje+qhx1Zb2S0 Ww1eG7hEZPuvKKIn+QJPJRX8zn7EQwRSW9ABi77RkZHtheYBa4noIAw7h bLYi5wyifsZ+666Nm5FQHntXYTak0zs6dXakU+Y4GhXcTmzeLezXxD3JT Ha4kIP+8iqHOK4ZAuGln6+NDRiTqctPimk3EKUjinYXc2nVpcSKzZBeJ2 QNtBPDIa9sccuUOB4GonpdxSRGUGlNLE9xkmp7yTa9KuS1+1RZ5nqy4QP 5aRv/fI0T3oLIkoA0SWztI0D3a4jbMsn/PXPbu+mvSz7f8j3lkEWIdg0U A==; X-CSE-ConnectionGUID: R6cFSYMfT5OJm90jV8QSVQ== X-CSE-MsgGUID: 0bDlecPCToeCnPpj6LD0UA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="189091981" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="189091981" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:17 +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 az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id BAAF726D4 for ; Thu, 21 Aug 2025 09:00:17 +0000 (UTC) Received: from az2nlsmom3.fujitsu.com (az2nlsmom3.o.css.fujitsu.com [10.150.26.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 78075101B145 for ; Thu, 21 Aug 2025 09:00:17 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom3.fujitsu.com (Postfix) with ESMTPS id 4235410001A7 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4DB141A0096; Thu, 21 Aug 2025 17:00:10 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/21] python3-virtualenv: upgrade 20.32.0 -> 20.34.0 Date: Thu, 21 Aug 2025 16:59:52 +0800 Message-ID: <20250821085954.2056-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119069 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...hon3-virtualenv_20.32.0.bb => python3-virtualenv_20.34.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_20.32.0.bb => python3-virtualenv_20.34.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.34.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_20.34.0.bb index 72946161b1..fff81b2fc2 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.34.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0" +SRC_URI[sha256sum] = "44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Thu Aug 21 08:59:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68925 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 AECFFCA0FF1 for ; Thu, 21 Aug 2025 09:00:20 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.4684.1755766819926677313 for ; Thu, 21 Aug 2025 02:00:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VFjxU0sH; 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=1755766820; x=1787302820; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LL4lxDwNPgQU6OWbGYhsoC1ZXch50EpzTk/3nrPumG0=; b=VFjxU0sHrPBpsdc3aP5RgMRH0QY9wT4d4BYxgW0Ok4h3KlHxHEFUvPNA UGIU18FLhw3QFMiGrGxBswj+31RkAUz5LnrZAsfuGy8YnJZkZWDxJyWnw K3X/TpNvp3RUXPDgZgBxIQ0c9dL0b5dfJm10O94kPBc7qUSG72rc84LlD +eR4H1UPbXfQ8+IZ6pTpeXigqGDahSD20wpV71fWzjduiN9DJrS3t6odO 6n1x+ZLb/Rv2v99Qo03JQXl7h+gMvOzQTkOc/tF/hKGuMr0agQ1oKbUUm 8aSwnShabFmz+N71g/pFPBnL4ozGCzQvPJG3duNGqh07H6JXr6ZtFXmUe Q==; X-CSE-ConnectionGUID: zi+JWm1aQd+GcXFnJ21awA== X-CSE-MsgGUID: KE0C1G+bSvygEYIe6tAhqg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209487510" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="209487510" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:19 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 694A51C1C720 for ; Thu, 21 Aug 2025 09:00:18 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (az2nlsmom1.o.css.fujitsu.com [10.150.26.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 23190140B054 for ; Thu, 21 Aug 2025 09:00:18 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTPS id D1958826FE6 for ; Thu, 21 Aug 2025 09:00:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EB5461A0069; Thu, 21 Aug 2025 17:00:11 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/21] python3-yamlloader: upgrade 1.5.1 -> 1.5.2 Date: Thu, 21 Aug 2025 16:59:53 +0800 Message-ID: <20250821085954.2056-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119070 From: Wang Mingyu Changelog: deps: add PyYaml module as runtime requirement Signed-off-by: Wang Mingyu --- ...{python3-yamlloader_1.5.1.bb => python3-yamlloader_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-yamlloader_1.5.1.bb => python3-yamlloader_1.5.2.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_1.5.1.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.5.2.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-yamlloader_1.5.1.bb rename to meta-python/recipes-devtools/python/python3-yamlloader_1.5.2.bb index 11d7cf96fb..48fadb476e 100644 --- a/meta-python/recipes-devtools/python/python3-yamlloader_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.5.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Phynix/yamlloader" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=6831ef36faa29329bce2420c5356f97e" -SRC_URI[sha256sum] = "8dece19b050acb1c6a8ca14aa30793388f9be154f734b826541f9a1828d41cec" +SRC_URI[sha256sum] = "c10ac1321a626b1ca8b09d3f3afe9855b818391c59992a76b65e4a2d95eac41b" inherit pypi python_hatchling From patchwork Thu Aug 21 08:59:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68929 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 B099ACA0EEB for ; Thu, 21 Aug 2025 09:00:30 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.4684.1755766819926677313 for ; Thu, 21 Aug 2025 02:00:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kMANei2N; 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=1755766821; x=1787302821; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=K+748TomMFhmlQI3o9H/6r3sZt/g9PQsPkOl81c8OY4=; b=kMANei2Nxx0sJKjOnAO6I+5xO0hpGOfQunMqpR8qEj9X4mWrs6kXTEvF WMsOqZsUEA1krzMtw2HWd7zzwB+Myp8r3LZpHerOw05L/AfNYJZjVlXLl P6+TNSW6/A6OchiStBKsYU7q+US6iDWVOAhykDyeNSfc6i1OkKZGXOHmH D5eVrWSLKTP3B2HpLpP+bZ25STOyf/DbIhkeMY/Y4+7NNBuSGckDo+w21 wwg6kUSF8CVc603U4JyQ53McOqMquFq6kalaiJyUs0sLCwN7dSHJe7Ana A0VenCo4LiI8SSVoK0YpnQiFO70OiEcGCtKqcAjAOB3xOlar1Z4tVAbU9 g==; X-CSE-ConnectionGUID: zKh4jbcFT/mM1Hzpi3Ndgg== X-CSE-MsgGUID: y/L24In7RKC4bKHQrzzxkQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209487512" X-IronPort-AV: E=Sophos;i="6.17,306,1747666800"; d="scan'208";a="209487512" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 18:00:19 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id B62498203FB for ; Thu, 21 Aug 2025 09:00:18 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [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 6FD50180C067 for ; Thu, 21 Aug 2025 09:00:18 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 50474180227E for ; Thu, 21 Aug 2025 09:00:16 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 93B311A0071; Thu, 21 Aug 2025 17:00:12 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/21] python3-zstandard: upgrade 0.23.0 -> 0.24.0 Date: Thu, 21 Aug 2025 16:59:54 +0800 Message-ID: <20250821085954.2056-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250821085954.2056-1-wangmy@fujitsu.com> References: <20250821085954.2056-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 21 Aug 2025 09:00:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119071 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-zstandard_0.23.0.bb => python3-zstandard_0.24.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-zstandard/{python3-zstandard_0.23.0.bb => python3-zstandard_0.24.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb similarity index 89% rename from meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb rename to meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb index e44e04038c..c90680c9fb 100644 --- a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb +++ b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} = "\ inherit setuptools3 pypi -SRC_URI[sha256sum] = "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09" +SRC_URI[sha256sum] = "fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f" # Because the pyproject.toml is still in development and it contains invalid # requirements.