From patchwork Tue Apr 22 08:48:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61652 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 52798C369CB for ; Tue, 22 Apr 2025 08:49:43 +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.35397.1745311772881697853 for ; Tue, 22 Apr 2025 01:49:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ogOYVJ7g; 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=1745311771; x=1776847771; h=from:to:cc:subject:date:message-id; bh=G/guY7CtRkgO158LNkAJaAHRCYRyfyu0jKozgC+Knpg=; b=ogOYVJ7gcZgMCQIBNAgMwlzDUTlam8xIjzfj8v5lKn/HrrupwKMmxPDx HV9794vCzFo9Uz3A0iGrZzZTd4IHvZQEdp2xstcb9r3JvPxsQBZvTviOs 0TGguBdYG9cUilnOdLA7fuIJFy5bmCY/EeWiCKqLQPs4EnDkjRaS3z+DP B2YHNRASgtZZzE6nHauzCtaxwaugySIikYNKPhqre++H30nk6TzOv0I6t PAEhsiT79fu3FUpnUquA+fAmWYiNVUWdSZXW5slD9qNVW9s7JgnhPSRID yUGjLBrX1fvSKo2/jtpisGadepTlAT0sxEEzWFiHqwVT30Hcnu+sfMDMQ A==; X-CSE-ConnectionGUID: xLMfyejrT8efF1M8t0cavA== X-CSE-MsgGUID: D9Md3sroSFyYeu7mxsR3pg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197650118" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197650118" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:29 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4FE36E428E for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0ED37D3F2D for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6E6441A0078; Tue, 22 Apr 2025 16:49:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/30] adw-gtk3: upgrade 5.8 -> 5.10 Date: Tue, 22 Apr 2025 16:48:52 +0800 Message-Id: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117022 From: Wang Mingyu Changelog: Fixes a crash in chromium browser with the light theme. Signed-off-by: Wang Mingyu --- .../gnome-themes/{adw-gtk3_5.8.bb => adw-gtk3_5.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/gnome-themes/{adw-gtk3_5.8.bb => adw-gtk3_5.10.bb} (88%) diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb similarity index 88% rename from meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb rename to meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb index 6a24c037f2..b00b4a4679 100644 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb @@ -11,6 +11,6 @@ inherit meson SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" S = "${WORKDIR}/git" -SRCREV = "72b805550d6245f18021e1530f329ce81999445e" +SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9" FILES:${PN} = "${datadir}/themes" From patchwork Tue Apr 22 08:48:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61670 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 29F02C3ABAF for ; Tue, 22 Apr 2025 08:49:44 +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.35396.1745311772873861980 for ; Tue, 22 Apr 2025 01:49:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ppH9+qJ4; 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=1745311773; x=1776847773; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=BY8XvJxIza84buUiJhs8Q6BaR5yn0Qlv036Ts1MYZLc=; b=ppH9+qJ4I2QgWgnOG+02X7WQvJ60zhAXx4xCtokmhfeSGQsxsFcfBu/D QfFRj2OoUcZo5a9HbkDoMPQM3M2+krURhzetIrET/Va+IcwOm8Nby3eNy rgkqmTM/ovjEtbYoCSVEZLqAPaRdspIzDVsWX14hCAGTZr1rJ4oAIRTHM FwjndpLwtzY/aO2E5nmGJe+30sISuFFd+7hK4cl/SYShs8mzFpMN0MSrO JcHd8LOKzRsU9uKncjS/G6b9iZapxVqPgLmZj06dkAIvPpVbgm0R4jRhX 1Qa08RjnSSQDjpgR3mTfredIOH+RvECo2UK8WJTam70vNKMVNRV8bd6Wf g==; X-CSE-ConnectionGUID: 8rU0ACz1Sq6AzUtODLOXGA== X-CSE-MsgGUID: zO72W1dmSAm+VDLSCcb5gQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="200132591" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="200132591" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:30 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 73EE5D480C for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2C060BDC99 for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AF11B1A009A; Tue, 22 Apr 2025 16:49:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/30] ctags: upgrade 6.1.20250413.0 -> 6.1.20250420.0 Date: Tue, 22 Apr 2025 16:48:53 +0800 Message-Id: <1745311761-1912-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117023 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.1.20250413.0.bb => ctags_6.1.20250420.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250413.0.bb => ctags_6.1.20250420.0.bb} (96%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb similarity index 96% rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb index a1f0eca4f1..8e3ab85078 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250420.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "fccad9b77c17c60e908a69af8d251eec5f5296b5" +SRCREV = "bbd841c8c55dd96c9ff9fa6699aea31a9f9ada42" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" S = "${WORKDIR}/git" From patchwork Tue Apr 22 08:48:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61658 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 855D8C369DC for ; Tue, 22 Apr 2025 08:49:43 +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.35398.1745311773126484848 for ; Tue, 22 Apr 2025 01:49:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aUQL2nCR; 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=1745311773; x=1776847773; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=8/2i3kZnk6EtrnrH5zn1ejzFvVcc0JddRWQ2EHsl0ks=; b=aUQL2nCRGyWAZo477g9soiT3aOJWmr3RruMykZ6sslnnc3nLoAI5gY7t 5KWzFjwnNQ0/GdahgAu/6RzyqGES24nQkUZylrJY3V4pN+lMl1Wttf6po zOwQHA12FRIbz3tb9pp8JqNI2I9ZwfidBk7DUOq4evP0wkwao6F83ySUl O/rvUhq9IwXz3CH/wMJ+AK1wRPeFnURURiJQKup6n4oy4e1IosDUtdeWt 91ggPNRDBAsSXC1PvsioxDLZYiCkuHZPLnY4wJKQ8W1+5B3Gt0oxkhwKn aY1PUSjn2cECuI96i+j6qVIIh285eqqItHZ/p280sL2LSrsk42tOBmzEl Q==; X-CSE-ConnectionGUID: kEN6ADcfRgmyFF4uslDDkw== X-CSE-MsgGUID: aONu1FpvTHKDYZvEcrD4Hw== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176196152" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176196152" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:30 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id AAB84194F8 for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 687A8D50BA for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EEFD01A009B; Tue, 22 Apr 2025 16:49:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/30] jsoncons: upgrade 1.3.1 -> 1.3.2 Date: Tue, 22 Apr 2025 16:48:54 +0800 Message-Id: <1745311761-1912-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117024 From: Wang Mingyu - Fixed bug: - Git Issue #607: Fixed issue with 'staj_object_view' and 'staj_array_view' iterators that got introduced as a consequence of a change in 1.3.1 Signed-off-by: Wang Mingyu --- .../jsoncons/{jsoncons_1.3.1.bb => jsoncons_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.3.1.bb => jsoncons_1.3.2.bb} (90%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb similarity index 90% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb index 49db67b1c4..781a0ef18f 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "9ccf27f2b1a142d737f0dcc42780d8b02baf9743" +SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" S = "${WORKDIR}/git" From patchwork Tue Apr 22 08:48:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61680 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 31948C3DA4A for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.35403.1745311786548124159 for ; Tue, 22 Apr 2025 01:49:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ctiSYCEQ; 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=1745311786; x=1776847786; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Q8X1pdk6CcYgSRX/B4zCvINxiO9Hy7UQVbIIwwmRB4g=; b=ctiSYCEQXh4F9zott//kqDZ1UhzC4xgOh3kVzGVqIbVr9oSfR2vZaXm6 HWjakh4XfAtXTyDM7wTiA7RpCqSvcU9+yYaKrg4eHC2sQcr5JMjQeH2ix LZb38fRkEA+SJ+nKitJMpg458s3GhzMEGuCNrHT/nf2LLgaPCdCmMQGyj PElC+5b0uFYpO+YX9xnmejW5+v6SdOF5aXiA30RIKl78hpkf7VGTO01ke LyTReB4+NAH/6fOWwz9KOmoOLbSfG1/fyEtRIxhD+E2DEs3yQaD73FyBR UAVkSDiG7vCPXnmClWrBmBq/XVA6Vj83E22aOe8unuCAesa3H1wBjsqZn Q==; X-CSE-ConnectionGUID: D6Mq5xZURC+Z3q2hoJGB8Q== X-CSE-MsgGUID: Sl4l+SfsR46iwEzttmFs5g== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185268200" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185268200" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:31 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id F3860D6EA1 for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id A6293D3F2D for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3A1E51A0078; Tue, 22 Apr 2025 16:49:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 04/30] libmime-types-perl: upgrade 2.27 -> 2.28 Date: Tue, 22 Apr 2025 16:48:55 +0800 Message-Id: <1745311761-1912-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117046 From: Wang Mingyu Fixes: - some 'deprecated' texts made it to types.db. Improvements: - text/ecmascript RFC9239 - default charsets according to RFC6657 - update reference to specs RFC6838 and RFC9694 - iana updates. Signed-off-by: Wang Mingyu --- .../{libmime-types-perl_2.27.bb => libmime-types-perl_2.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.27.bb => libmime-types-perl_2.28.bb} (93%) diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb similarity index 93% rename from meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb rename to meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb index 2f73d67aea..d8203f4353 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.27.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "276cd4488bf1d4f477d67a05d4d0c10512b18ef25f9e06d21b34ce69e64f8bdc" +SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca" S = "${WORKDIR}/MIME-Types-${PV}" From patchwork Tue Apr 22 08:48:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61676 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 53CB0C369D7 for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.35403.1745311786548124159 for ; Tue, 22 Apr 2025 01:49:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cJzvYO1J; 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=1745311787; x=1776847787; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=tCUnEcaTogTQUjXtyqHbpqf0zxdgqBA70gWkB25Mg7Y=; b=cJzvYO1JMomT6kt7Z4pNunlGTd5OXoqBhurh0a43ldoeO+cji6Bcca4Y IRQSpB3yulqtpQNSqTY+/rodyfqmRastyJv9x9AKCKZaKhvJTgNts7BXl d7eit6HiCwl5WqROAmEam1gPddHM6JuGsVnFPQRYVVpXpOPhUrEXqysAe cxbWpqyQYRk405rfLmIC8X2mt2TIQWW60fhW99LuZa3LgQCMcFkxBwt1f sQzhOBjvI1pgNdEOVcWDBz8unPP9+opRtKRwEr9D4EepguEucaiwDLDg1 WtdKziP/nzXaLbHbkWaSlvCOL5QvBc+lRVn4dJz2GOOT64mN3gsnQxR8a w==; X-CSE-ConnectionGUID: WOUc5xqOQRqcsE6Z9t7kxQ== X-CSE-MsgGUID: HqqbjaS7Ro+TgztHWGyVlw== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185268201" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185268201" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:31 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2DD5A96741 for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id DEA70D3F34 for ; Tue, 22 Apr 2025 17:49:28 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 77C3B1A009A; Tue, 22 Apr 2025 16:49:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 05/30] libnftnl: upgrade 1.2.8 -> 1.2.9 Date: Tue, 22 Apr 2025 16:48:56 +0800 Message-Id: <1745311761-1912-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117047 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb} (90%) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb similarity index 90% rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb index 0af64fe036..8368c9cc29 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb @@ -3,11 +3,11 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" SECTION = "libs" -SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ +SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \ file://0001-configure.ac-Add-serial-tests.patch \ file://run-ptest \ " -SRCREV = "06e2cbec41c7cd7f2b1e660ce5e5f949912e32eb" +SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd" S = "${WORKDIR}/git" From patchwork Tue Apr 22 08:48:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61673 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 1224BC3ABAD for ; Tue, 22 Apr 2025 08:49:44 +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.35396.1745311772873861980 for ; Tue, 22 Apr 2025 01:49:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DKQaF0Op; 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=1745311774; x=1776847774; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ShWea8CNT4LTgI+RJy94drFw5aTHgv8UqsBe0+yv+1M=; b=DKQaF0OpSaKM1zUsfHKezH8W//WSSVHVjqWZJYkpijt+LGQAxKlFI1xa DMXJFfcNTDzHxcY0RA98zdyUcEfl3Rp/tYgQ5wUfa4nQZD2021Vz+2vJK luPP+kAk6UQaEXmn/twSmBCLf1LolnIDPgCayq4hQH4TO8+iFwFAJkiCb hDOvYyLHKeGKy9FXk/qI/k5xd/kZCIIbRG6N8b8bVdrAivG4ugqdfcIQ2 labm4JdZuz5sx1/o625prvp0ZvfHj1sqw60LRt/u0cIi7Nfbsqvxmg0Sj VR+LhNbbJfBzjJp5LNHe2ZLCTDO7iKpWgNsLm0A8GJkZZlbGu9aUU25na Q==; X-CSE-ConnectionGUID: CwSUm/YzRUas332vQhsaqw== X-CSE-MsgGUID: xU/ISkTEQlCd48zgwTjzWw== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="200132593" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="200132593" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id A973EE0767 for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 60541D5060 for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EEDD81A0078; Tue, 22 Apr 2025 16:49:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 06/30] libspelling: upgrade 0.4.7 -> 0.4.8 Date: Tue, 22 Apr 2025 16:48:57 +0800 Message-Id: <1745311761-1912-6-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117026 From: Wang Mingyu Changelog: ============ * Improve initial dictionary selection which is particularly useful for languages which don't typically use spaces to separate word boundaries. * Build system fixes for building without enchant * Translation updates Signed-off-by: Wang Mingyu --- .../libspelling/{libspelling_0.4.7.bb => libspelling_0.4.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.7.bb => libspelling_0.4.8.bb} (85%) diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb similarity index 85% rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb index 38476a6787..9c59e211f8 100644 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb @@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs' PACKAGECONFIG ?= "" PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" -SRC_URI[archive.sha256sum] = "42f130f295f5addb6e9e8e74ccfbb709794bd2dfd021293e2875b9481bbd4e88" +SRC_URI[archive.sha256sum] = "277646285818da7b295ef007b2c5ebd815d0930b3ad097505b3ced96965af517" From patchwork Tue Apr 22 08:48:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61679 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 42ECDC369D9 for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.35434.1745311787628479901 for ; Tue, 22 Apr 2025 01:49:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aXb7mJ4J; 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=1745311788; x=1776847788; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2IU6glqfhBY6lxD7VeBjdwDkBO16Ee/eX0vsiEsWaQs=; b=aXb7mJ4JhCLUoA7E+4dyeMya/UAqc3Zb410sMzg88otcR2kKkp4PJ/l6 M1FiHiEliBCuNC2EszbDz9OxtjJuz0besT84Rvw049R2C6EUKVC8Pa9yV yNps2wQQap9PPH8WvDX9JrBeZNJe0L2wWVPdA30DWYp6Tpf0tsMFynANE ja4ADUIM7EiOFgbibnp3Y+lrbcIl13//xotOI8zymZzJb463Zx/Z+G8oY 7+WQuP3FVY1tYgqgwoS9pgm15P3yeJP/IRblScbekPcxVEgjsd6FHPvOF V6sNp7fo+AbjEtSGAgOEiuCz+waBEhF+SIgU8Zyaft6bqmEtrFQw6Oj75 Q==; X-CSE-ConnectionGUID: JbbHjeaiQ/iber9oeyzD8A== X-CSE-MsgGUID: qI+SkdCAR4G7tP8oVW+law== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197297357" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197297357" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id D8B30DBB8C for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 97CBBD72A9 for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 325F81A009A; Tue, 22 Apr 2025 16:49:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 07/30] nautilus: upgrade 48.0 -> 48.1 Date: Tue, 22 Apr 2025 16:48:58 +0800 Message-Id: <1745311761-1912-7-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117049 From: Wang Mingyu * Bugfixes: - Fix switching from tree view to grid - Fix opening new window of starred folder - Fix selecting Google Drive files with file chooser - Run script files in their location - Disallow duplicate bookmarks * Cleanups: - Update screenshots * Translation updates Signed-off-by: Wang Mingyu --- .../nautilus/{nautilus_48.0.bb => nautilus_48.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/nautilus/{nautilus_48.0.bb => nautilus_48.1.bb} (93%) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb similarity index 93% rename from meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb rename to meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb index 5f239a6c6b..46a64c9c76 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache -SRC_URI[archive.sha256sum] = "f9e6a4cbe1d5bb7ad59ac44f0d439edd4b0507bf07d3d90a2e7e7e6d3f416d57" +SRC_URI[archive.sha256sum] = "7995a2a17c29d4b09abf9dd9aca14b8dee7dec3bd74776dd379512f2e6d7347f" REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" From patchwork Tue Apr 22 08:48:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61678 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 2DCDBC369C2 for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.35434.1745311787628479901 for ; Tue, 22 Apr 2025 01:49:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OwhuUYKA; 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=1745311789; x=1776847789; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=uv82r4o5HRp/Cl5faXUTD1PKoMOxemfoiMlLlv8Mzo0=; b=OwhuUYKA1Ekpa1HYjdgRNr3bwlJY344uPMO+3Zo+BkhuFZlEMcqaaZlM 7bMwe5lTys8M85737DsQrM6tO2Hw84c9j3ZM0ZpHP7Fd3d4sdGf5LZdMI Od6zRr51h3W9PdgqvwYZGMf2e2cgjJbjcS6LNmV43+HbbGua86N4adBBx i3VTu01bKuqsD9I1hVHbqSjNpIxO69U8rom3BRGt1s5zu889DmnJAreg/ UHMRKvRz70fmd8JQsGm4OhFFnUUMxjo6uuJzR6NjLlTut9j1cjz+SwcJZ s9fQrSroT56/mzI96keZ2Hj2S6FAurAkmGi0sdjxowWwiZK69Itg3oJ1N A==; X-CSE-ConnectionGUID: cGogxYgJTEaG7Er8VLn8QA== X-CSE-MsgGUID: 1epDt4KWTyGuZIFf830e8g== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197297358" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197297358" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id EF906D6EA1 for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id AE73FD3F2D for ; Tue, 22 Apr 2025 17:49:29 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6E0521A009B; Tue, 22 Apr 2025 16:49:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 08/30] nbdkit: upgrade 1.40.5 -> 1.42.1 Date: Tue, 22 Apr 2025 16:48:59 +0800 Message-Id: <1745311761-1912-8-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117050 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.40.5.bb => nbdkit_1.42.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.40.5.bb => nbdkit_1.42.1.bb} (93%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb similarity index 93% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb index 5d80d1e091..e1292db6e4 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb @@ -9,9 +9,9 @@ HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" -SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.40;tag=v${PV} \ +SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.42;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch" -SRCREV = "900a0d2bea4b027d71cf213f385711a2bab33eef" +SRCREV = "14de71af1bd13e5c781d83959bdeb7ebbe759d6f" S = "${WORKDIR}/git" From patchwork Tue Apr 22 08:49:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61671 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 16723C3ABAC for ; Tue, 22 Apr 2025 08:49:44 +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.35397.1745311772881697853 for ; Tue, 22 Apr 2025 01:49:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=n1u3ZxR+; 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=1745311772; x=1776847772; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=U+5iYIhHJepxAHAGK3/LNVy08ZCYlWCUoopbiP+2qoE=; b=n1u3ZxR+j7S0J8JJKcHrMjPEuDnCrLjWHaKL04+8dJvGGl1emhAKWHZ/ aPSU5DQwaTcJRKmQplRLyid3nGG8TUHAD2ti2UbD54lbRvHitXN5+SrW/ zu3moFd9+xbfbNDYGQ8+XGbzcQSEKN1xWmcOFFMdYsvjaP4q8poEJjBA+ G7J/hNdyfChhHyuW7ZFuAv1sd9mYzROcap3x0H5LW33iiMnnazPGLjzTN nZpS9CwHi6tDpBik93rmCSS44XpY65NgkZ3Vcpmuu98ejUUn7oeSNgyC6 9ONnGV91feCuWf28pUBh+LrgbEuUZMYCdghDf4vPYCdpdrj0ORF9CINo5 g==; X-CSE-ConnectionGUID: uLm5l0OPSki/JOeaU2Qy4A== X-CSE-MsgGUID: KrrUIFYNS+2+qhM6uBJdLQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197650123" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197650123" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:31 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 71D13DBB87 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 265EBD72A3 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B38A81A0078; Tue, 22 Apr 2025 16:49:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 09/30] nftables: upgrade 1.1.1 -> 1.1.2 Date: Tue, 22 Apr 2025 16:49:00 +0800 Message-Id: <1745311761-1912-9-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117025 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nftables/{nftables_1.1.1.bb => nftables_1.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/nftables/{nftables_1.1.1.bb => nftables_1.1.2.bb} (98%) diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.2.bb similarity index 98% rename from meta-networking/recipes-filter/nftables/nftables_1.1.1.bb rename to meta-networking/recipes-filter/nftables/nftables_1.1.2.bb index f0f51f5397..3d66178581 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.1.2.bb @@ -14,7 +14,7 @@ DEPENDS = "libmnl libnftnl bison-native \ SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a" +SRC_URI[sha256sum] = "822f1f7c4059e8420387c302bd603cc0eb8cbfe403fa2e3f78c8ddb7f0d53bbc" inherit autotools manpages pkgconfig ptest From patchwork Tue Apr 22 08:49:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61669 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 0966FC3ABAB for ; Tue, 22 Apr 2025 08:49:44 +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.35399.1745311774017247261 for ; Tue, 22 Apr 2025 01:49:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mbb7M1Ny; 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=1745311774; x=1776847774; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=TSJXVn+kC5ljdj8x9GBt+f3G90kMBc1k+UH21VsEQtU=; b=mbb7M1Nyvaut1vzEAAeO2/QHl8XGi+P5FSSdekcHZRew0BF3xDWV0411 p3sbELJqYubf9P0jenKI/31S/beNSCw+HcoxEW+QvK6OE7/8fJDPhBaOl BA1JA0UNBj14Z4SkCYXRW38/zb1LlmM/Kvp94JHAx/5v9l/KKqXfJNEaC J3zqDKmh7Vxz9N33HnufL1eVlvdIvYsVlFjEjUaFUNJWPXqd1thpOLudW pxDYDZqGUVdpPUAc3gJNiJIP7ppKJpVLF5Wes5Si5HssoTKQ5JLnGqyON iTMBjLuV+vn6tQyW2hI5oP9s1bxGlZzY03daLb4AluWoHRGBHA6w8T6Ll Q==; X-CSE-ConnectionGUID: ZkNN4KZ0ROyFIh/ay7G0/g== X-CSE-MsgGUID: lmmuI+hoQL6fu013s7VE3w== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="200132595" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="200132595" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id A0600C2260 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 5E815D8AFF for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EE9BD1A009A; Tue, 22 Apr 2025 16:49:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 10/30] python3-aiohttp: upgrade 3.11.16 -> 3.11.17 Date: Tue, 22 Apr 2025 16:49:01 +0800 Message-Id: <1745311761-1912-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117027 From: Wang Mingyu Changelog: ============ - Optimized web server performance when access logging is disabled by reducing time syscalls - Improved web server performance when connection can be reused - Improved performance of the WebSocket reader - Improved performance of the WebSocket reader with large messages Signed-off-by: Wang Mingyu --- .../{python3-aiohttp_3.11.16.bb => python3-aiohttp_3.11.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohttp_3.11.16.bb => python3-aiohttp_3.11.17.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb rename to meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.bb index 960272e9a3..eb3ecd937c 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.16.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.17.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" -SRC_URI[sha256sum] = "16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8" +SRC_URI[sha256sum] = "2bf3ff374c3abd7a5c6c8de3ad7ed91e0e89a8b53353314c93766c3add5a208a" inherit python_setuptools_build_meta pypi From patchwork Tue Apr 22 08:49:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61663 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 B6E21C3ABA4 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.35427.1745311775402904762 for ; Tue, 22 Apr 2025 01:49:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IbBxz8sE; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, 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=1745311775; x=1776847775; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=zOm3EU4nJx1ZAFIunDa/FrftCByBdzy/FPb98jt8tJM=; b=IbBxz8sE3tsafiDnc1iNQ/B4qBrpOJWLc9HChV9z86RCrAX38eNbgty/ hleYreIJWJlAVdHxKtjyG3VzYYSn7Sn4QTlSk3mSeqSm6oyWEtvuyFnCt A3TLZH7+mOn0UcSufFged9o/37EVdXqAZ1HnLeIDgJdFWdURC6IobXUSp fs1oCqsyIArEJPi9KxfPYVThpu6vnuD0PKhaSLcSCBAhWZQhQ5WdMnl9a OZn6Rtkg49Qc0jVjn2Q5ISEkPYbjRHvpzV5DmkppD93Zg1dekBRsTVAaK 4gi1VsGbM1NwFqDJSsDEP7G+9gCnBhMyUwKsk7XwmeyKPbM2W/W0y1QMu Q==; X-CSE-ConnectionGUID: NApnhSQiTwe/xbEUzCPRRw== X-CSE-MsgGUID: M8ZKTu6ISpi2ztZKq27JnA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176756778" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176756778" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id B989896741 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 77A77D3F34 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 36E161A009B; Tue, 22 Apr 2025 16:49:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1 Date: Tue, 22 Apr 2025 16:49:02 +0800 Message-Id: <1745311761-1912-11-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117028 From: Wang Mingyu Changelog: ========= - Moved to Codeberg: https://codeberg.org/nielsenb-jf/aniso8601 - year_range_check will only shift 0s in from the left for year strings of length 2. Since parse_date throws an IsoFormatError for year strings of lengths other than 2 or 4 this shouldn't significantly change any public API consumers. - Specify changelog location in setup.py - Change to Woodpecker CI - Add a CI pipeline to test builders when a tag is pushed Signed-off-by: Wang Mingyu --- ...{python3-aniso8601_10.0.0.bb => python3-aniso8601_10.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aniso8601_10.0.0.bb => python3-aniso8601_10.0.1.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb rename to meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb index 4fe18d18eb..8996c4b26d 100644 --- a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb @@ -3,6 +3,6 @@ DESCRIPTION = "A library for parsing ISO 8601 strings." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc" -SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf" +SRC_URI[sha256sum] = "25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845" inherit pypi setuptools3 From patchwork Tue Apr 22 08:49:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61672 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 EDC73C3ABAA for ; Tue, 22 Apr 2025 08:49:43 +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.35428.1745311775512011294 for ; Tue, 22 Apr 2025 01:49:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gP4YedSH; 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=1745311775; x=1776847775; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=tIQemGlTzgm8Q/WS+1sCG4GSS8f0SRNkwj/16aNDid8=; b=gP4YedSHpxtlun1dFSnqoSUsnJXM11IBdMTnWvLfbB6tHusjjDsV1bYr LB0TKqbrItimmvqTfoW27Bmkrn6HMdw979RZU41R4xPnonT3uIXBQ4EM/ Xo+KxbRH4I2Sju8qatvdiSjYP7yMxQvpKGBWBzu53vyRL1jj1whdWqWjf 28iXLprfNDYPBenIpGV5jz2lmHXxbU1m99A2qbHzJ5tLfNVAmm9cFJsrm 0fHBND243XoBanHbE/F2zPnpM+nn0Huv5jB4R7D079F7MtZEOZl67DrFn Qe+EcDPkEqdQqq9vU5e/aav87pPdXOHOOTFQJKNB/fSnU7f3ZWsjm8gwH A==; X-CSE-ConnectionGUID: eE0uJ0AwSs6VEprTvc36tQ== X-CSE-MsgGUID: Z5375B3XSQSVmhceAi9zzQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185691851" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185691851" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 2CCF2E428A for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id DDD39D50B9 for ; Tue, 22 Apr 2025 17:49:30 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 73DD61A0078; Tue, 22 Apr 2025 16:49:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4 Date: Tue, 22 Apr 2025 16:49:03 +0800 Message-Id: <1745311761-1912-12-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117029 From: Wang Mingyu Changelog: =========== * If you pass a function as the first argument to a find* method, the function will only ever be called once per tag, with the Tag object as the argument. * Added a passthrough implementation for NavigableString.__getitem__ which gives a more helpful exception if the user tries to treat it as a Tag and access its HTML attributes. * Fixed a bug that caused an exception when unpickling the result of parsing certain invalid markup with lxml as the tree builder. * Converted the AUTHORS file to UTF-8 for PEP8 compliance. Signed-off-by: Wang Mingyu --- ...eautifulsoup4_4.13.3.bb => python3-beautifulsoup4_4.13.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.13.3.bb => python3-beautifulsoup4_4.13.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb index a36c22e6f1..ba75b06396 100644 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" -SRC_URI[sha256sum] = "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" +SRC_URI[sha256sum] = "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" inherit pypi python_hatchling From patchwork Tue Apr 22 08:49:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61665 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 E47ACC3ABA8 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.35429.1745311775803059543 for ; Tue, 22 Apr 2025 01:49:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lID3hPNW; 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=1745311776; x=1776847776; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=3kpMiXRkY1vKYmi4Yvdoii3Nu59IAQcPyxAcET/m4dU=; b=lID3hPNWwSHTMYYwMrDcV9KTfX4yyLf4mp0JYLaLaXMgrfAvay2K2QPp Z7HtyE4NMKLLAwsJDWMifLzYj5k3X1CC1yP4ljNGGoWwXvKorrNiANJ8X N41oFH6flaKOa4H3d7a5TPPKlB8DP3md+EeheanLrZJGAjM5OpqxiqLfT y6HXhysprGkCl4uKe4tIF8fmCjh3qQZeMYtioMhQWBbtH8aWzwD7IuxGZ /3a0BZHwlsRM7NJTjPHd3FhgGYIKoJYEx2iBNIuliRoBhLDOlmtsFBQVW BXPAGl3Yk6Gcjh4aanWVsYAfIXH2p8Hot0G/gzxFsqwzewFotDjgc1C6f g==; X-CSE-ConnectionGUID: g+ANQY/0RQWrZGgVVVaJ3w== X-CSE-MsgGUID: 8lNjZTItRwqzidenbEL5GA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197342733" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197342733" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:34 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 6B03896743 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 27C82D3F31 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B26901A009A; Tue, 22 Apr 2025 16:49:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 13/30] python3-dill: upgrade 0.3.9 -> 0.4.0 Date: Tue, 22 Apr 2025 16:49:04 +0800 Message-Id: <1745311761-1912-13-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117030 From: Wang Mingyu Changelog: =========== - update travis badge link - fix buiding documentation with sphinx 8.x - add initial support for python 3.14 - Bump starlette from 0.37.2 to 0.40.0 in /docs - fix typo in requirements.txt - updated copyright for 2025 - Bump jinja2 from 3.1.4 to 3.1.5 in /docs - support pypy-3.11 - update docs requirements; CI for pypy3.11 - fix CodeType support for PyPy3.11 7.3.19+ - move travis build of 3.9 to focal - Bump jinja2 from 3.1.5 to 3.1.6 in /docs License-Update: updated copyright year to 2025 Signed-off-by: Wang Mingyu --- .../python/{python3-dill_0.3.9.bb => python3-dill_0.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-dill_0.3.9.bb => python3-dill_0.4.0.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-dill_0.3.9.bb rename to meta-python/recipes-devtools/python/python3-dill_0.4.0.bb index bc5a7e5003..d421b1a887 100644 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb @@ -1,9 +1,9 @@ SUMMARY = "Serialize all of python" HOMEPAGE = "https://pypi.org/project/dill/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a41509b57cc475ed93f8cb1dbbfaeec1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0" -SRC_URI[sha256sum] = "81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c" +SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 22 08:49:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61674 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 D50B0C3ABA7 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.35429.1745311775803059543 for ; Tue, 22 Apr 2025 01:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fTkOXm2d; 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=1745311777; x=1776847777; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=7n1D+0hh4b7aXZfqhE/0IPgNrLyK3qJoEH6G7kbKc6Q=; b=fTkOXm2dOQqFHcqFS2hdjFpguvF3Z5M6HU8FYB2Dtr2Qij+TkUYjV5k+ TOdoex7oUlo0Nr84gUgC9Deqit4QeVtCO4eV7u+VZaVZfSelHsSXe8gKD 0PU0daY0xbNfiEZukBe3WHuVsoRc5SWZcn7BY2QR4JrDuj6eP3vWNvdTI BwCQs7fVF/WZ0sMpBQhf4H8kUIrthW4/EOH6GZRsFvr1DSPGWfjFMjHZT DdVIhYYHjkva58COQY/bsKJzSuhczJcAt2B54pX93s646s/G4u3OytV11 vj6ne4aXF/7bOabAGlgDkylNtGw/ZRipfOrmMlnOT68RlC4/nEIXZHxOV Q==; X-CSE-ConnectionGUID: Vb2wxB2+RU2X+QAb1W4HNw== X-CSE-MsgGUID: zOEzkn3DTDO5twlE55xf5Q== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197342736" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197342736" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:34 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 7C1BEE0776 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 389D5D3F34 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EC03D1A009B; Tue, 22 Apr 2025 16:49:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/30] python3-drgn: upgrade 0.0.30 -> 0.0.31 Date: Tue, 22 Apr 2025 16:49:05 +0800 Message-Id: <1745311761-1912-14-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117032 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../drgn/{python3-drgn_0.0.30.bb => python3-drgn_0.0.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-kernel/drgn/{python3-drgn_0.0.30.bb => python3-drgn_0.0.31.bb} (96%) diff --git a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb similarity index 96% rename from meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb rename to meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb index 39dcb28146..035ccd58a7 100644 --- a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb +++ b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb @@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/osandov/drgn" LICENSE = " LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=7c83d30e99508d6b790eacdd3abab846" -SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main" -SRCREV = "92023c5b5d5a1c7e1556e945b098148f0b46e608" +SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "8209a147fb61deed38ca376d063bbff0343ca234" S = "${WORKDIR}/git" From patchwork Tue Apr 22 08:49:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61677 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 40C96C369D8 for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.35404.1745311787534691791 for ; Tue, 22 Apr 2025 01:49:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mOGY5COW; 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=1745311788; x=1776847788; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=CWN6ODMNuSZ53WkJJlEx4CpVXL5tiGJV0GauSCi/ktU=; b=mOGY5COWyVG57F2DCpILsbmCCpJ/tbHyUKPDZlJVVSQ5G5WQiV2lpuYb Yb5hUiiEO+RhskxwZPNhcN2vtuF8yT54Ayp1oSra6a0bZXmZ2Vua74S1O R3eE9bE0UWMsy3Fa1iCtpvbPrjdhRcCXqP+0d/SB82RGRdIDCTkLZ1s2Q O1UHGUjra0W9u7Ci5J7pLGS8NON6OfX1MfwCsTtA1GIu+h5PY6YRZIZlC /AsR7JCrUCfHZQe7Tm3vodEml1o8HVj8AWOd5b0ZhFU98Xmu+jLApwuts WFSvjFJVTnpE/iIfeRh88bIKkry7t/vX7RuhXTJcV1QRAqW9ecum6PKnS w==; X-CSE-ConnectionGUID: hNNjrbTZRYCU+u4VcMLLdA== X-CSE-MsgGUID: FlNY6FwiT/KF7JMvy/+mkg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197277135" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197277135" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:34 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id D93B4E0767 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 9A774D3F31 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 30A531A0078; Tue, 22 Apr 2025 16:49:31 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/30] python3-frozenlist: upgrade 1.5.0 -> 1.6.0 Date: Tue, 22 Apr 2025 16:49:06 +0800 Message-Id: <1745311761-1912-15-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117048 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-frozenlist_1.5.0.bb => python3-frozenlist_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-frozenlist_1.5.0.bb => python3-frozenlist_1.6.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb rename to meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb index a3aebc59bd..8c4acf39d1 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/frozenlist" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" -SRC_URI[sha256sum] = "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" +SRC_URI[sha256sum] = "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" inherit pypi python_setuptools_build_meta cython From patchwork Tue Apr 22 08:49:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61657 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 61B35C369D7 for ; Tue, 22 Apr 2025 08:49:43 +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.35402.1745311780878626397 for ; Tue, 22 Apr 2025 01:49:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Tu8PPORv; 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=1745311779; x=1776847779; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=/B32QbFhkU15df3kC2sTVAB2r3OX7wxRyjYhgBhttAY=; b=Tu8PPORvZ8zEbHidRxV85iGmWpxmJY7pdsjJChXheuWZdCs7uOk87Irp k3QxJz7PgN1RTmeNbzMFErtLKQ6NU1u+zuVHtzam4woOLdE96UGjbM2nX qK56fISTGYhN6pldztFE0wLo/fhLjilHoBVH8PHtc22WexQlfkHzHZYgI mHdfZ24qjMV2G4qswshhLquEZb4AY7GrDteFoiNGxueI0nbSgQC1HPjiK evug+EUmD1CLq1Q9wRsQpLIbfPCfE4IpozKU4lQEaiR9+f3xjWmXE/uOh 8Uwwg8eaJ/SgS2UlYJRzDfKyCxrn7f6fXdfshEGXzslrudzgf+3fmBhBG g==; X-CSE-ConnectionGUID: n0RLxnJwSumVWqW7RrFOfQ== X-CSE-MsgGUID: ZUPiYBCyQae30rCrre0JJg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197650130" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197650130" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:32 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id EDB0FE8520 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id AE568D3F36 for ; Tue, 22 Apr 2025 17:49:31 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6D19D1A009A; Tue, 22 Apr 2025 16:49:31 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/30] python3-google-auth: upgrade 2.37.0 -> 2.39.0 Date: Tue, 22 Apr 2025 16:49:07 +0800 Message-Id: <1745311761-1912-16-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117044 From: Wang Mingyu Features - Adding domain-wide delegation flow in impersonated credential - Adds GA support for X.509 workload identity federation Documentation - Add warnings regarding consuming externally sourced credentials Bug Fixes - Add impersonated SA via local ADC support for fetch_id_token - Add missing packaging dependency for feature requiring urllib3 - Add request timeout for MDS requests - Explicitly declare support for Python 3.13 Signed-off-by: Wang Mingyu --- ...hon3-google-auth_2.37.0.bb => python3-google-auth_2.39.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.37.0.bb => python3-google-auth_2.39.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb index fa7e94a7e5..58ac26d239 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.39.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00" +SRC_URI[sha256sum] = "73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7" SRC_URI += " \ file://run-ptest \ " From patchwork Tue Apr 22 08:49:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61675 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 C9A25C3ABA6 for ; Tue, 22 Apr 2025 08:49:43 +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.35400.1745311776746154296 for ; Tue, 22 Apr 2025 01:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jvISbE/u; 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=1745311777; x=1776847777; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=akQ9zE9Y3z/ZX8fOkMQ0YUkKFJO5dfsMkMDxsG9XZ4k=; b=jvISbE/u2gTeyVqnEJ+DORATF67JQ49D6ir4e7FkXJACmYqDYGoWL4Wu xrDHwnJpNu009Iw2puhSv1tuohADt/tLVDT1IrKj3mRylBslWecz0Ab7j v4xyZ+PARa9b1CJEM98RaGRdgV75MqDZW6lNZiex4DBWwz2/qibpX3pIZ lupcgnuKxTA3lcJpJsuzU/Z43S/rHQLcb1jEltkynHfPH18kGp3V6wziw Dzdju3li3m0F2CeqhRb9m8v6S5NN+ZsFbTlN+ECTiIFrAmDbOo52e9rSB MhzxjfIDgbGxSMpHfsQ6cTpXJpZy7tBM9RWTacpgKwx9NoVaNPC0pZGsi g==; X-CSE-ConnectionGUID: 4DgTIdzqQtGRBtb/qJAIuA== X-CSE-MsgGUID: F8pi9uwlQu+ENnq5nIVWKQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197342737" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197342737" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:35 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 5D235E0765 for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 1C18ED3F2D for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A55991A009B; Tue, 22 Apr 2025 16:49:31 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/30] python3-greenlet: upgrade 3.1.1 -> 3.2.0 Date: Tue, 22 Apr 2025 16:49:08 +0800 Message-Id: <1745311761-1912-17-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117033 From: Wang Mingyu 0001-slp_switch-Implement-for-RISCV32.patch removed since it's included in 3.2.0 Changelog: ============ - Remove support for Python 3.7 and 3.8. - Add untested, community supported implementation for RiscV 32. - Make greenlet build and run on Python 3.14a7. It will not build on earlier 3.14 alpha releases, and may not build on later 3.14 releases. - Packaging: Use PEP 639 license expressions and include license files. Signed-off-by: Wang Mingyu --- ...001-slp_switch-Implement-for-RISCV32.patch | 48 ------------------- ...let_3.1.1.bb => python3-greenlet_3.2.0.bb} | 4 +- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch rename meta-python/recipes-devtools/python/{python3-greenlet_3.1.1.bb => python3-greenlet_3.2.0.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch b/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch deleted file mode 100644 index 83877d3860..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet/0001-slp_switch-Implement-for-RISCV32.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 524fd7244cfec4ec6760e52001c9a41d1913066e Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sun, 6 Apr 2025 20:54:08 -0700 -Subject: [PATCH] slp_switch: Implement for RISCV32 - -Changed data types from long to int for fp variable -stackref pointer and stsizediff variable - -Changed the load instruction from ld (64-bit load) to lw (32-bit load) - -Upstream-Status: Submitted [https://github.com/python-greenlet/greenlet/pull/439] -Signed-off-by: Khem Raj ---- - src/greenlet/platform/switch_riscv_unix.h | 11 ++++++++++- - 1 file changed, 10 insertions(+), 1 deletion(-) - -diff --git a/src/greenlet/platform/switch_riscv_unix.h b/src/greenlet/platform/switch_riscv_unix.h -index e74f37a..32ca78c 100644 ---- a/src/greenlet/platform/switch_riscv_unix.h -+++ b/src/greenlet/platform/switch_riscv_unix.h -@@ -11,9 +11,14 @@ - static int - slp_switch(void) - { -- long fp; - int ret; -+#if __riscv_xlen == 32 -+ long fp; - long *stackref, stsizediff; -+#else -+ int fp; -+ int *stackref, stsizediff; -+#endif - __asm__ volatile ("" : : : REGS_TO_SAVE); - __asm__ volatile ("mv %0, fp" : "=r" (fp) : ); - __asm__ volatile ("mv %0, sp" : "=r" (stackref) : ); -@@ -28,7 +33,11 @@ slp_switch(void) - SLP_RESTORE_STATE(); - } - __asm__ volatile ("" : : : REGS_TO_SAVE); -+#if __riscv_xlen == 32 -+ __asm__ volatile ("lw fp, %0" : : "m" (fp)); -+#else - __asm__ volatile ("ld fp, %0" : : "m" (fp)); -+#endif - __asm__ volatile ("mv %0, zero" : "=r" (ret) : ); - return ret; - } diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb index b45edac12d..e0b8008d43 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.2.0.bb @@ -4,10 +4,8 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467" +SRC_URI[sha256sum] = "1d2d43bd711a43db8d9b9187500e6432ddb4fafe112d082ffabca8660a9e01a7" inherit pypi python_setuptools_build_meta -SRC_URI += "file://0001-slp_switch-Implement-for-RISCV32.patch" - BBCLASSEXTEND = "native nativesdk" From patchwork Tue Apr 22 08:49:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61681 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 27C5BC369CB for ; Tue, 22 Apr 2025 08:49:54 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.35434.1745311787628479901 for ; Tue, 22 Apr 2025 01:49:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jpugE1kn; 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=1745311789; x=1776847789; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=dCwBAuZ3SDV39fBbkKBsJ9Us8w9NtieBHVBQi3urGa0=; b=jpugE1kn/VDWgK7NuMS9oKx8MhgnaXBUObOVoSkkfRK7DXa24iri6tOg IByOAwpARmslX5v3AmRw02Odz9FHiCqGMSpC5pLC4I34T6O1urnoZ5rTP gmeHB4Jb+vPWX50ImdaKkLK6uTEtHVRyWa20lrhnqL+FNqmFBfcGgfg/N aYGlVupvs9MzorGinuFKN+k2eo5IHku0geCdoULQjHL7U6Op+sBnatYOK DA4NG/bUB7Rgis9Kx5TrUgZUYqp2BxEpBxBk2gmW6D/8NA88g5RE4MY5n n4kfvPdjgWtTvbswaGVJzdaczKCOuqqn2xG3Sw/hhKOS9YaJ8jQZs5xbD g==; X-CSE-ConnectionGUID: Qom2ksHCSamklgGxW5T5ng== X-CSE-MsgGUID: T67u65FNROyobAqY1BDr7g== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197297368" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197297368" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:35 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 9552ED6EA7 for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 55A83CF7E0 for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E369D1A0078; Tue, 22 Apr 2025 16:49:31 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/30] python3-inline-snapshot: upgrade 0.22.1 -> 0.22.3 Date: Tue, 22 Apr 2025 16:49:09 +0800 Message-Id: <1745311761-1912-18-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117051 From: Wang Mingyu Fixed - A pycharm environment is no longer incorrectly recognized as a CI environment. - show correct diff when pytest --inline-snapshot=report -vv is used Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.22.1.bb => python3-inline-snapshot_0.22.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.22.1.bb => python3-inline-snapshot_0.22.3.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb index 0d913729e4..ff814ea1a4 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.1.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.22.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "5acbc23b9a179969b449063e2a2f3c86e2a5f6f480934e24e58d82c7cd55938c" +SRC_URI[sha256sum] = "34c02a8567dafc88bb720872edde792ff5e665c8726f6af3bfc5fa85dd0016be" inherit pypi python_hatchling From patchwork Tue Apr 22 08:49:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61668 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 B7933C3ABA5 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.35429.1745311775803059543 for ; Tue, 22 Apr 2025 01:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bhEz7bxx; 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=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=nsYyVNyZX3wpHk/4t2R71cLcYM5dYJeN/f588wZkFOM=; b=bhEz7bxxsyIqmmXq/THIK1G3zY7/A6k4CTBPfZfn3QhCVsPkfjJdrcxf 6BMET8UM01zxB9fAfHYcZdPjVdTw2bu8ex/wBSDhaju4bWLBHmbZYCYe7 3NsISkHNIGle7dE9rrE5UIMcNjiJ5YRPdiatpRCdqvpR9WK6ImdMUVruf uyE+BfQ7P5UAM1MgvU/UbldJnU1/Z5B3XwUgFQ2vzeDmeX3v91PwfH0Ma cBey19/ySp5C+YEkDGCxHFOgTweTMpYLBFEYXRynKYp5LrO6EATJdIXLa DSOVKxV2AtcFTUodrGnTEmb3F/IkWr6zmxp7GeRY1o3MC36hVXAOC5E1r Q==; X-CSE-ConnectionGUID: ZSQrk+VjRg6Y0h0h9GazzQ== X-CSE-MsgGUID: EPwGTDcUT5aRD2aGByNB7Q== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197342739" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197342739" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:36 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B0CEBD4F55 for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 71D41D3F31 for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2CE391A009A; Tue, 22 Apr 2025 16:49:32 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/30] python3-m2crypto: upgrade 0.44.0 -> 0.45.0 Date: Tue, 22 Apr 2025 16:49:10 +0800 Message-Id: <1745311761-1912-19-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117035 From: Wang Mingyu python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch refreshed for 0.45.0 Changelog: =========== - chore: build Windows builds with Python 3.13 as well - fix: remove support for Engine - chore: mark actual license of the project BSD-2-Clause instead of wrong MIT - ci(Debian): make M2Crypto buildable on Debian - swig: Workaround for reading sys/select.h ending with wrong types. - ci: bump required setuptools version because of change in naming strategy - fix: add fix for build with older GCC - fix: remove AnyStr and Any types - chore: add .git-blame-ignore-revs - chore: blacken everything Signed-off-by: Wang Mingyu --- .../0001-setup.py-Make-the-cmd-available.patch | 9 +++------ ...on3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta-python/recipes-devtools/python/{python3-m2crypto_0.44.0.bb => python3-m2crypto_0.45.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch index 819ecabf6c..c4262985ba 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch +++ b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch @@ -1,4 +1,4 @@ -From b14664fdab286485c5cbc0fbe5b0ff13f062edd8 Mon Sep 17 00:00:00 2001 +From eaeb95ec64762a58dde7cf368fc17188382e7df6 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 28 Mar 2025 12:13:26 +0800 Subject: [PATCH] setup.py: Make the cmd available @@ -23,10 +23,10 @@ Signed-off-by: Mingli Yu 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py -index 7e295f3..cc414c9 100644 +index 9938e67..21e2346 100644 --- a/setup.py +++ b/setup.py -@@ -221,7 +221,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): +@@ -230,7 +230,7 @@ class _M2CryptoBuildExt(build_ext.build_ext): with open( "src/SWIG/x509_v_flag.h", "w", encoding="utf-8" ) as x509_v_h: @@ -35,6 +35,3 @@ index 7e295f3..cc414c9 100644 cflags = os.environ.get("CFLAGS") if cflags is not None: cmd += cflags.split() --- -2.34.1 - diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb rename to meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb index 5201e704ea..77f1f7df89 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.44.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.45.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" -SRC_URI[sha256sum] = "384bb4cbd178ee0e74015311b7b1f9f2c377e3686e03fa070b3ec2f494671c0f" +SRC_URI[sha256sum] = "ffc10d4d09901514f408dc74f60a4d7df21c44ebc9bf776c947bfdc7359421cf" SRC_URI += " \ file://0001-setup.py-Make-the-cmd-available.patch \ From patchwork Tue Apr 22 08:49:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61666 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 DBCE2C3ABA9 for ; Tue, 22 Apr 2025 08:49:43 +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.35428.1745311775512011294 for ; Tue, 22 Apr 2025 01:49:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ET0B3PQw; 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=1745311775; x=1776847775; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=dSBrkuSmigXsrfAaFPDGyfGKrVHPtTh8KRez5tN2KaM=; b=ET0B3PQwRHTcNc+3mJRgJQtH8nGe82lFkjotx+huIT7g9T84c6g642yg aoMdbKwFJgiQ5qqd+XNHj1gcefS7T3tTlCUfx6ypwxjkA4paPJjAbWxVa wmQn852eEXVRh3tTlqoJAdG5rLDrXtSBQHQX9gEuDFkSQiE+6w3Aa+Gxr eEwCpy5JaaBIy1XxhOesnMMN+1qKwO6aNjQK5K3/YZqXXxRcjeURJyC8+ 6NZ+OO20euL6gV0BjzBF+tPglW+TjVObrOluk+HTzdg0li+dK3t0kFLH3 5xf7fEKqvlj/cuxI1fkRxgwbWTdPV2mSWyXgKqTDaX4yaDuqs186MC4+d Q==; X-CSE-ConnectionGUID: F1gzKX3dScCScXq6Qvr+qA== X-CSE-MsgGUID: sU2esvB/SyCnjXcA+OkX9A== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185691852" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185691852" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:34 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 2318BC2270 for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id D8BEEBDC8F for ; Tue, 22 Apr 2025 17:49:32 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6F2D31A009B; Tue, 22 Apr 2025 16:49:32 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/30] python3-marshmallow: upgrade 3.26.1 -> 4.0.0 Date: Tue, 22 Apr 2025 16:49:11 +0800 Message-Id: <1745311761-1912-20-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117031 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...thon3-marshmallow_3.26.1.bb => python3-marshmallow_4.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.26.1.bb => python3-marshmallow_4.0.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.0.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_4.0.0.bb index 4790695129..389a1b0ab6 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.0.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" -SRC_URI[sha256sum] = "e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6" +SRC_URI[sha256sum] = "3b6e80aac299a7935cfb97ed01d1854fb90b5079430969af92118ea1b12a8d55" inherit python_flit_core pypi ptest-python-pytest From patchwork Tue Apr 22 08:49:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61653 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 5490BC369C2 for ; Tue, 22 Apr 2025 08:49:43 +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.35402.1745311780878626397 for ; Tue, 22 Apr 2025 01:49:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=knKTxlgh; 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=1745311780; x=1776847780; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=6ZLDHleErnSBsWzlFCWDzgiLGOrKvTck4MkunZaWuXA=; b=knKTxlgh1MlnekC8yx3vQgKzYWiul4jB7bwE6s6fsBMHSYfZqUPvKPUl PtEQ270pPXbMLzgvwjqmT5zfYNYJVl+WqsaaXChgUggjjWF9MB9fbr/kk EqdMdYduhV5R26l8sjlrkIOP9DCSBXsDN9cpeXAhWpJEqTvSEgFu5gH3C zYa6reu+A8mX7WZTdAcEVrw3bnCZ8vtA3gsyF3WRiJkATq1PQm9VzK4+X 5tViijXdzBDngD5lT/hHKUvXGMsMSZwc4Rmx+vTTl4sx9zBsp22TOIdED k2Uexkd+hkKXwYIBzUDlN73/Jfhx4K5cS7v7ANQQDm1IV2D0JEhub5V6X Q==; X-CSE-ConnectionGUID: eZkpSpIjQCWc2z3t9PQsgg== X-CSE-MsgGUID: YpHSqfPSRgmaqtRZ1eeXhA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197650132" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197650132" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:34 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 5E0EAD6EA1 for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 1F2BB15C57 for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AB8D61A0078; Tue, 22 Apr 2025 16:49:32 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/30] python3-mlcommons-loadgen: upgrade 5.0.14 -> 5.0.15 Date: Tue, 22 Apr 2025 16:49:12 +0800 Message-Id: <1745311761-1912-21-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117045 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ns-loadgen_5.0.14.bb => python3-mlcommons-loadgen_5.0.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-mlcommons-loadgen/{python3-mlcommons-loadgen_5.0.14.bb => python3-mlcommons-loadgen_5.0.15.bb} (91%) diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb similarity index 91% rename from meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb rename to meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb index 7331612032..26aacde3c9 100644 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb @@ -17,7 +17,7 @@ inherit setuptools3 pypi PYPI_PACKAGE = "mlcommons_loadgen" UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" -SRC_URI[sha256sum] = "95594ac6cf78254bc80806873ad5e3b9d8662953b5f38c7209631a00a1ea8d85" +SRC_URI[sha256sum] = "803121ffcfb35f86ffe837e4fb09860cf485c581589be70a4950c72a2e54b8fa" # Because the pyproject.toml contains invalid requirements. INSANE_SKIP += "pep517-backend" From patchwork Tue Apr 22 08:49:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61667 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 C9635C3ABA2 for ; Tue, 22 Apr 2025 08:49:43 +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.35428.1745311775512011294 for ; Tue, 22 Apr 2025 01:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aAgYTddf; 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=1745311776; x=1776847776; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=GPajxl5l1KWlDqtKiQXfwYXRla6sqB+zV+BDHgcyLWs=; b=aAgYTddfiLBzTMKJcg18VBlvTWb7k887zHSi9Zg2EXRPKa8IXtXaoUMH W3/LzrDLAFbA9kiS0iZiX7AH/5secBPqsYW9IZTTa1okVGwTPg+fMQyqM pu0fRCW+NZWzPGFm6CKeuG41LN1aWRqIkcHFtKXMhVbdarbpUu/TraUgR +m315exWGSXcKQOFpoMN4+uHyXQ84Ri6HrY0gkl1iB0WL886lb4yjWa88 +PzVfJnZ2OGqddcjwXrf4/1wMN+Cn0wU7znWQB4WwZaZKkNZNj+eU6Y+d 4PpcgpsODJGyPWbkz6Z52X41MqzjcLT/WGds/o7lmXzZk9eQ4vEpEB4Y9 A==; X-CSE-ConnectionGUID: syhnn4FmSjyXVYqc+TCyjA== X-CSE-MsgGUID: FmdGtGH7RFmTzwcu2WHmOg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185691856" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185691856" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:35 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id AC673E077F for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 319A5D3F34 for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E53711A009A; Tue, 22 Apr 2025 16:49:32 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/30] python3-moteus: upgrade 0.3.79 -> 0.3.81 Date: Tue, 22 Apr 2025 16:49:13 +0800 Message-Id: <1745311761-1912-22-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117034 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-moteus_0.3.79.bb => python3-moteus_0.3.81.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.79.bb => python3-moteus_0.3.81.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb index 4944e13ff4..bb8f572180 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a inherit pypi setuptools3 -SRC_URI[sha256sum] = "fae569f0c2e208059e081cf0fcca2e8f71c6c1de582836c745bb884af1e35bf4" +SRC_URI[sha256sum] = "6f0f3b5ec38c044cf28546e4693b22644c3e9be7a1338933d20b67d0fd55eccc" S = "${WORKDIR}/moteus-${PV}" From patchwork Tue Apr 22 08:49:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61660 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 99F35C3ABA1 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.35401.1745311778032268725 for ; Tue, 22 Apr 2025 01:49:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DiqJYxH3; 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=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=bTS8hWdVP2WzBqS4nb35RW4mRIjBst0oyzsPyYvZ0x8=; b=DiqJYxH35V1/x7ZJro2vInP0ZI7FK/epXrQ/2e6Qpk9u0wDAEckoe37u 0mYxWcby6a13DYGxU0T+erWz3WuBPGkUw3k57lhDybD6PWj3jjR1DBvW1 Y1PrgCx+dehHbTWz6VOYjHyOqAno7soJybEwb63Qqho3vrUl8ufSd1L5b Y5Z/2sqmMgn4e3w5s5mJVrrwNu8AfB3K4/HpGwCZ9B7ETWX5BOjp+/qzl hsTktmzd5XVseMVrPikcsjcGAN7QiMJW2rMoENCpnjyqaZJBj3g1rohXt /CxO6hx9w4idFsW6vtgBY0R8SEQUMrbOKg3YVb/PSm8qqKTOl03zHpphz Q==; X-CSE-ConnectionGUID: jCdK/pMNQMqkMd5krQwCRw== X-CSE-MsgGUID: 5cUmxVmiTJuJkvACnCGfHA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="196484803" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="196484803" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:36 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id D4AFBDB61A for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 949B7D8B3B for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2B2C81A009B; Tue, 22 Apr 2025 16:49:33 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/30] python3-nanobind: upgrade 2.6.1 -> 2.7.0 Date: Tue, 22 Apr 2025 16:49:14 +0800 Message-Id: <1745311761-1912-23-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117038 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-nanobind_2.6.1.bb => python3-nanobind_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nanobind_2.6.1.bb => python3-nanobind_2.7.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb rename to meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb index a48c17c57c..3cb75cba09 100644 --- a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/wjakob/nanobind" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c" -SRC_URI[sha256sum] = "e05c6816a844aa699e46408add3bff8c743af9fd3d38eafa307a73633fddf94e" +SRC_URI[sha256sum] = "f9f1b160580c50dcf37b6495a0fd5ec61dc0d95dae5f8004f87dd9ad7eb46b34" inherit pypi python_setuptools_build_meta cmake lib_package From patchwork Tue Apr 22 08:49:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61664 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 AA9EDC3ABA3 for ; Tue, 22 Apr 2025 08:49:43 +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.35400.1745311776746154296 for ; Tue, 22 Apr 2025 01:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HBSslFtF; 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=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=NS2AM5onsUnzNyDLxQtto/8mKu7XlHH73UzJIP6adFg=; b=HBSslFtFqwtsKSxnV4P0pJn2sdvyGnIBsmnJXXLWSs4m7+K+QEDlkXT1 3Lhkt1DPPVy4DKLCO3F4+5qMn7NnEF5mTh2pPnW9o8q2fwK/kPDtmYxar F4nUuIwmsIrcAQaJw9NXrdcoNwN5ZpWozCu/wyY7XFRtFfoHRvMyqEXoX B0fREgh7B1G+AogPuANOGtzAwMejNDvXJJRancweqrDY+QxsnkdVMyDpf q4CKB/ROBeJNr9po8U0Wb5JErAYMRBnNNtt4U+uexbxXZabfIXDpVSyLD OusXX5rh8Ju2KLZUp3SUXdn78PJZvTj2M6kzICPLwmWYvMiGo/NtbMLhF A==; X-CSE-ConnectionGUID: j+hQRPcGTPKBn6XaYXtoww== X-CSE-MsgGUID: kXpxwH4ERha996potIwmWQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="197342741" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="197342741" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:36 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0759719503 for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id BA933D3F2D for ; Tue, 22 Apr 2025 17:49:33 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 684611A0078; Tue, 22 Apr 2025 16:49:33 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/30] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 Date: Tue, 22 Apr 2025 16:49:15 +0800 Message-Id: <1745311761-1912-24-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117036 From: Wang Mingyu 0001-Use-default-cc-from-environment-variable.patch removed since it's not available in 1.2.0 License-Update: Reorg and rename files; add pyproject.toml Signed-off-by: Wang Mingyu --- ...default-cc-from-environment-variable.patch | 45 ------------------- ...pc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} | 6 +-- 2 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch rename meta-python/recipes-devtools/python/{python3-posix-ipc_1.1.1.bb => python3-posix-ipc_1.2.0.bb} (56%) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch b/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch deleted file mode 100644 index 86829869a2..0000000000 --- a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 2db4d9974052e28f25252b3204a73dd25de1dd89 Mon Sep 17 00:00:00 2001 -From: Gyorgy Sarvari -Date: Sat, 25 Jan 2025 13:09:00 +0100 -Subject: [PATCH] Use default cc from environment variable - -In case the system uses a custom c compiler instead of cc -(e.g. for cross-compiling), probing system features can -fail or can misidentify the features due to the incorrect C compiler. - -Instead of using only "cc" for probing features, check if the CC environment -variable has a custom C compiler set. If it is present, use that instead of -"cc". If it is not present, fall back to "cc". - -Upstream-Status: Submitted [https://github.com/osvenskan/posix_ipc/pull/56] ---- - prober.py | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) - -diff --git a/prober.py b/prober.py -index 48432b7..ace6d3b 100644 ---- a/prober.py -+++ b/prober.py -@@ -52,14 +52,17 @@ def print_bad_news(value_name, default): - def does_build_succeed(filename, linker_options=""): - # Utility function that returns True if the file compiles and links - # successfully, False otherwise. -- # Two things to note here -- -+ # Three things to note here -- - # - If there's a linker option like -lrt, it needs to come *after* - # the specification of the C file or linking will fail on Ubuntu 11.10 - # (maybe because of the gcc version?) - # - Some versions of Linux place the sem_xxx() functions in libpthread. - # Rather than testing whether or not it's needed, I just specify it - # everywhere since it's harmless to specify it when it's not needed. -- cmd = "cc -Wall -o ./prober/foo ./prober/%s %s -lpthread" % (filename, linker_options) -+ # - In case the used C compiler is not cc, take it from the CC environment -+ # variable -+ cc = os.getenv("CC", "cc") -+ cmd = "%s -Wall -o ./prober/foo ./prober/%s %s -lpthread" % (cc, filename, linker_options) - - p = subprocess.Popen(cmd, shell=True, stdout=STDOUT, stderr=STDERR) - --- -2.48.1 - diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb similarity index 56% rename from meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb rename to meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb index c29996de53..29e1b35122 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb @@ -2,13 +2,11 @@ DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queue HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9" PYPI_PACKAGE = "posix_ipc" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7" - -SRC_URI += "file://0001-Use-default-cc-from-environment-variable.patch" +SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" inherit setuptools3 pypi From patchwork Tue Apr 22 08:49:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61661 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 8735DC3DA4A for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.35430.1745311778692245298 for ; Tue, 22 Apr 2025 01:49:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IC3Ceke7; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=aW30uCAqhlwWShqa1kwpsy15IXspoB410WcAUSToF3s=; b=IC3Ceke738aSVYUdd/eeigQ0cO2G+4BkQPR9hu2pHcmU+aXL6EAyMcdg Iz8EY3Tt6k3FfINNZ9X6ecLqMGLgk0kWhhaWD9KUKP3C5kZJzSmKwNccu W9d+T+LLvRcVc5JetoC4bfWnTKkMnXkX9yvriZuozdFSvVUqmPhmGbA+N /Tk+FuNUmvzRGVMIgX6vsTyYcsB9IKsS468wEFxg0c5iZp+uEuFA7CxiC lIjzKGCnx9/BVyDTkGZLhIDJYnDD8asgylXlvK07siIv4+2C4P9o+WbsF 2pOemAT9NvwpTlS4TLFBhdIOwEZVw3Qxh0gB+7xtnXuWXMdyd51BdxB3E A==; X-CSE-ConnectionGUID: DKOn31xbQlCR11dp6gGVYw== X-CSE-MsgGUID: fzFUwJjVRzuXf42edXMNNA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176186093" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176186093" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:36 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 6BAA4D6EA7 for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 29BC6D50BA for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B57B21A009A; Tue, 22 Apr 2025 16:49:33 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/30] python3-pymodbus: upgrade 3.9.1 -> 3.9.2 Date: Tue, 22 Apr 2025 16:49:16 +0800 Message-Id: <1745311761-1912-25-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117040 From: Wang Mingyu Changelog: ============ - Reactivate simulator validate. - Don't bool-test explicit datastores - Test and hard delayed response test. - Update simulator doc. - SimData update - Officially working towards 4.0.0 Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.9.1.bb => python3-pymodbus_3.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.9.1.bb => python3-pymodbus_3.9.2.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb index d969165a54..afede52161 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63" -SRC_URI[sha256sum] = "ec6216f218dd7e370fa43692535ee5268adb6b1cf7037dda6c78ac92c9a43a84" +SRC_URI[sha256sum] = "2d08ab7bf6d1abc55a87f4faa3a7b04f74d7310b8c9771c3d66ee5fccf2e25ac" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 22 08:49:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61656 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 85888C369DF for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.35431.1745311778838706802 for ; Tue, 22 Apr 2025 01:49:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hGoZNk21; 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=1745311779; x=1776847779; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xTVBvF6qKw3OwrnW+NA/NOpUMqW7TIRNRe+U7GsMzJA=; b=hGoZNk21XRxZEcgbeD62LxCAvwND91rBhNLhbptzL/dvuNLR8o/IBZAE JZKaI0KUDIsfvqYhAyLiyxQM1nbFlylywm6UGW1cwtaD9FwmakhveneyO Zryk3Suty7LgxGAC1PoHYTWR079F4oxHL2+7yaQWNhekwKyCoG0zphszl l593Yz7qSi6KdXTYhz5aj97iIHJzE/GqF5yYUNCl11QyyqQQURtsIgQX4 8KQV3pF9AxZySqrwR21xsaenbM+Afa3+MbNY2wysE4fwriS4VfTTZe9NY iZK/F+h/uXnMwvHLlhWiB0GftHJhknPAt+BU+z12F3OXc3xcLN0rlBJUZ Q==; X-CSE-ConnectionGUID: AkfRL/OKSsqr680ZbabuFQ== X-CSE-MsgGUID: SaEmXwpDRpGmpcPKAqirxg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="200132605" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="200132605" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:37 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id A7330DBB91 for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 66E4AD4BDD for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F2AC01A0078; Tue, 22 Apr 2025 16:49:33 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/30] python3-rsa: upgrade 4.9 -> 4.9.1 Date: Tue, 22 Apr 2025 16:49:17 +0800 Message-Id: <1745311761-1912-26-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117041 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-rsa_4.9.bb => python3-rsa_4.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rsa_4.9.bb => python3-rsa_4.9.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-rsa_4.9.bb rename to meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb index c27cd1d68a..2fb0bff29f 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" -SRC_URI[sha256sum] = "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" +SRC_URI[sha256sum] = "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" inherit pypi python_poetry_core update-alternatives From patchwork Tue Apr 22 08:49:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61662 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 AA7DEC369DE for ; Tue, 22 Apr 2025 08:49:43 +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.35398.1745311773126484848 for ; Tue, 22 Apr 2025 01:49:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Rej/+KZk; 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=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lcsPvC71uvJbnamaiQL8f0os+B0tjX/Cow0MY4aldY8=; b=Rej/+KZkmnwbfDgqt86QwJfUY3TVoDXB+Ysmnn9i+JeEc4ujeNauchjS 1JhStWdzGLXXhwl+M3NBM2HdoaaN+Avz9mmxa2P/3H2C9nZt/hrm2mr30 bw6XVgUEUNImt1YC6tQl/L5ZOvQw7YoRwSKgyoWbYH/iP934enkd1zQll yb7JIBWmwJWrWnJ4Tb3RGGzqGBIMWMQJnPf09NWQfIoqoOkBMG0ogkyW/ 1Q1SR7plfy76xLlW4AvI+s4sPaLINDjnyWl0cziTBkAca7CYwRTsuZcAP uvs0xOO/wgVeVjLqpWDvRieZCd4diUNbUE2wxCkLcrh38/cpVPWYtpgSj w==; X-CSE-ConnectionGUID: DWD7YGKaT5eipjfEFkkEWQ== X-CSE-MsgGUID: N7H3t5MiSO2HcumNlPr9OQ== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176196169" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176196169" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:37 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id BE8C6D24B for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 7BF2FD3F34 for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3B57F1A009B; Tue, 22 Apr 2025 16:49:34 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/30] python3-webargs: upgrade 8.6.0 -> 8.7.0 Date: Tue, 22 Apr 2025 16:49:18 +0800 Message-Id: <1745311761-1912-27-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117037 From: Wang Mingyu Changelog: ============ - Test against Python 3.13 - Drop support for Python 3.8, which is EOL - Support marshmallow 4 Signed-off-by: Wang Mingyu --- .../{python3-webargs_8.6.0.bb => python3-webargs_8.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-webargs_8.6.0.bb => python3-webargs_8.7.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb b/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb rename to meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb index d898539abf..88cbd922e8 100644 --- a/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4" inherit pypi python_flit_core -SRC_URI[sha256sum] = "b8d098ab92bd74c659eca705afa31d681475f218cb15c1e57271fa2103c0547a" +SRC_URI[sha256sum] = "0c617dec19ed4f1ff6b247cd73855e949d87052d71900938b71f0cafd92f191b" RDEPENDS:${PN} += "\ python3-marshmallow \ From patchwork Tue Apr 22 08:49:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61654 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 6CE56C369D9 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.35430.1745311778692245298 for ; Tue, 22 Apr 2025 01:49:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Iwpl0jm1; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1745311779; x=1776847779; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xPaxvj2MD9fF7BcxLUykDmtn6md2uD5uj4i7i3eaNSE=; b=Iwpl0jm1MQns09rQI237KbYBL1r0DSgMFOXaCkZeWXsaS3UPMcF7o/TE eNLUVaE6DPBs4w1Oq2LWjhItBxYcBrCBIEOI4qRCFp2KSMUPy2X/Z0TSK CeGGOPShLsJIdgC2qIJEanm2XZ+2x3AfLDCIDTq+X6QKBkq396iNGSpkg C7ZAblubds14OU69ff2Ix+3JatKiKkZtgxBXtB/L/sF/xzJTCybtR0fSl 64OSm6HmkcCBxSAeiAU1ltR8lkS+jpIMo/TdT5X16UyCNXhXsaoR2EetT 2OZSk01cSilVD72svIzGV7i14UxKfjJu07KmlrgHuwJDAxz2yX3OxS4Xj A==; X-CSE-ConnectionGUID: mieE77qpSdy7g261I0VY1A== X-CSE-MsgGUID: zsxjMfkdQ4KDwUgROR64bw== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176186094" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176186094" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:37 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 33188D4808 for ; Tue, 22 Apr 2025 17:49:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id E40C8D72AC for ; Tue, 22 Apr 2025 17:49:34 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 75EF61A009A; Tue, 22 Apr 2025 16:49:34 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/30] python3-xmlschema: upgrade 4.0.0 -> 4.0.1 Date: Tue, 22 Apr 2025 16:49:19 +0800 Message-Id: <1745311761-1912-28-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117042 From: Wang Mingyu Changelog: Fix XSD identity update with xsi:type substitution Signed-off-by: Wang Mingyu --- .../{python3-xmlschema_4.0.0.bb => python3-xmlschema_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_4.0.0.bb => python3-xmlschema_4.0.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb b/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb index 5211963f68..ed759ab532 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65" -SRC_URI[sha256sum] = "1b6d6c3650f1e0c60d8edc9204572b5700f408953d1fbd9bb6f4eaf5f3dda70c" +SRC_URI[sha256sum] = "9a8598daa2e2859c499f6f08242f7547804ae0c2d037971c44bcb9aae154ff22" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 22 08:49:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61659 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 996D5C3ABA0 for ; Tue, 22 Apr 2025 08:49:43 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.35427.1745311775402904762 for ; Tue, 22 Apr 2025 01:49:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eXwzvnJp; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, 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=1745311778; x=1776847778; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=OH7Fe3xAFkEYc6Gn5Fgokfv+vq2mamWONvwWbxjFvEE=; b=eXwzvnJp9mqSGTAsn2En+tH10BbpSSErU2ti4hCN5XqqXa1WjGf5Ptm6 5WFab55WeBNaFXORVFDbFsrRj53DQjkDYjEz1n1AIfKK4UHY9gOFtgGnQ 4jnvoj0atBuHIU3svAtIup82qi8MhHjNSuRsIzDr1eogpg7XwOkaS6Vjz B0g9/9OSkxq8ouKq1zRoo076SDKySQshgRHNcQp+czXxLbqXkV9trMjkG 4gubiFv/vdJwfrKrlGcilddcCv0uWZi3EaPPNkkx6g5hLkBuW9jJu0d/g OIvD9njNn4irbhSTzIzHFJ1nYcOEjVztB92DJ3A6SLLOuY6ERnyiDRb9W g==; X-CSE-ConnectionGUID: w/UYylEWSaW48u/mJwSqxg== X-CSE-MsgGUID: 3AR0h1IPSTm/be2GR0WGGA== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="176756786" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="176756786" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:37 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 7706EA80F4 for ; Tue, 22 Apr 2025 17:49:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 33318D50B9 for ; Tue, 22 Apr 2025 17:49:35 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B940D1A0078; Tue, 22 Apr 2025 16:49:34 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 29/30] smarty: update 5.4.3 -> 5.4.5 Date: Tue, 22 Apr 2025 16:49:20 +0800 Message-Id: <1745311761-1912-29-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117039 From: Wang Mingyu Changelog: ============ - Update StringEval.php - Fix syntax error occurring when registering a function plugin - Replace SMARTY_VERSION constant with $smarty.version in debug.tpl Signed-off-by: Wang Mingyu --- .../smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb} (93%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb similarity index 93% rename from meta-oe/recipes-support/smarty/smarty_5.4.3.bb rename to meta-oe/recipes-support/smarty/smarty_5.4.5.bb index 30a274e6c8..7072641d45 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb @@ -10,9 +10,9 @@ BUGTRACKER = "https://github.com/smarty-php/smarty/issues" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" -SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" +SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e" +SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" S = "${UNPACKDIR}/git" From patchwork Tue Apr 22 08:49:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 61655 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 6D2A0C369D8 for ; Tue, 22 Apr 2025 08:49:43 +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.35432.1745311780134685303 for ; Tue, 22 Apr 2025 01:49:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tKKUte8D; 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=1745311779; x=1776847779; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=mA13CIbl026PvjBg9EmD5hhQHPQxbsUG1WzWWrbMzSk=; b=tKKUte8DOSRVet/jN83HvNwRBRogEVKTgvmMpSk7yqHpIjFegl2JmbZa i0EsFInHa8EBKAAtjOJhDrJv+C5L1F8clGqHA7MGlVzkkHVNM7NjfDSMr kTei+FwzzeqL6GU2qgNarxNXD/E6n8ZKxX/D/92Q1D8UoIVwYB+l5jIln WON3sEqt7JL4tIH3BaqkmU5QCJaz0RCOo3sWz2KnQBrJwgbPoinfXhUiE JTEYWnvxPMKz0awRxtYLiWIWx/vCM55pH1B74j7304dV0T6QhWi4QOO9Y q9yemX5pRQ2R9xPu+0XR1h0EYNVaky4vsztIiAKpC3jvijcgex3ShLHY1 g==; X-CSE-ConnectionGUID: Z8bD9FBjQR2ebR2uoTkdIA== X-CSE-MsgGUID: KsUEpmTUQ1KNSRgaoDIGNg== X-IronPort-AV: E=McAfee;i="6700,10204,11410"; a="185691858" X-IronPort-AV: E=Sophos;i="6.15,230,1739804400"; d="scan'208";a="185691858" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2025 17:49:37 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 8F1A5C3F9A for ; Tue, 22 Apr 2025 17:49:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 4E810D3F2D for ; Tue, 22 Apr 2025 17:49:35 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 041ED1A009B; Tue, 22 Apr 2025 16:49:34 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 30/30] tinysparql: upgrade 3.9.1 -> 3.9.2 Date: Tue, 22 Apr 2025 16:49:21 +0800 Message-Id: <1745311761-1912-30-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> References: <1745311761-1912-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Apr 2025 08:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117043 From: Wang Mingyu 0001-src-libtracker-sparql-meson.build-dont-create-compat.patch refreshed for 3.9.2 Changelog: ========= * Fix installing pre-generated documentation in tarballs * Performance improvements in handling parser errors * Fixes for issues reported by OSS Fuzz Signed-off-by: Wang Mingyu --- ...ibtracker-sparql-meson.build-dont-create-compat.patch | 9 +++------ .../tracker/{tinysparql_3.9.1.bb => tinysparql_3.9.2.bb} | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta-gnome/recipes-gnome/tracker/{tinysparql_3.9.1.bb => tinysparql_3.9.2.bb} (95%) diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch b/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch index e8c1904565..a9ed1caa52 100644 --- a/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch +++ b/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch @@ -1,4 +1,4 @@ -From 0dfdbeef174c18e846b98af816a9675c12a42845 Mon Sep 17 00:00:00 2001 +From 64d537a8e5e8dd2f651d8fe214b73bbc96cc5655 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Sep 2024 16:43:44 +0200 Subject: [PATCH] src/libtracker-sparql/meson.build: dont create compatibility @@ -16,10 +16,10 @@ Signed-off-by: Markus Volk 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtinysparql/meson.build b/src/libtinysparql/meson.build -index 5eccb92fc..6ed7c2b1f 100644 +index 031f7e1..11f8a96 100644 --- a/src/libtinysparql/meson.build +++ b/src/libtinysparql/meson.build -@@ -247,6 +247,6 @@ endif +@@ -246,6 +246,6 @@ endif tracker_sparql_uninstalled_dir = meson.current_build_dir() @@ -27,6 +27,3 @@ index 5eccb92fc..6ed7c2b1f 100644 +#meson.add_install_script('symlink-libtracker-sparql.sh', get_option('libdir'), meson.current_build_dir()) meson.override_dependency('tinysparql-3.0', tracker_sparql_dep) --- -2.46.0 - diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb b/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb similarity index 95% rename from meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb rename to meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb index b254253a5d..1194b1f71b 100644 --- a/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb @@ -20,7 +20,7 @@ inherit gettext gnomebase gobject-introspection vala gi-docgen bash-completion SRC_URI += "file://0001-fix-reproducibility.patch" SRC_URI += "file://0001-src-libtracker-sparql-meson.build-dont-create-compat.patch" -SRC_URI[archive.sha256sum] = "98e8933b946d8c54a77eadabd7f1d14cddd88fa43eef0d0ace3c0fcce646722b" +SRC_URI[archive.sha256sum] = "14ce039024135e181022bcce4b1aad2e00377dd9c7d812b98391ccfc756dad8e" # text search is not an option anymore and requires sqlite3 build with # PACKAGECONFIG[fts5] set (default)