From patchwork Sun Mar 15 13:41:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 83442 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 B95DED58B2D for ; Sun, 15 Mar 2026 13:41:58 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.28800.1773582115411178817 for ; Sun, 15 Mar 2026 06:41:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=YveGeZ+o; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=fOemwxY9; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019cf1bb691c-f5154aa7-ead1-4799-8b8c-4941f7049630-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1773582117; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EZasKe6TVp6ARTSH8GluovbZawTVS9/zxfHtUOSW2L0=; b=YveGeZ+olfmxhdRMQ0vsxRfynkb3mp5kZdMlaLtX3B63cptlKljhrQoNj9GPUPgT tUmpUxL3uU8NNYzG/TomiTNytGP8i+BrHKH1FvUDrlfZb7/fc83YVTsU03umRw4quqf B/k6MIzRkOetNU7Ly+sxmpcImCLjZVi+W9wLwBfs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582117; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EZasKe6TVp6ARTSH8GluovbZawTVS9/zxfHtUOSW2L0=; b=fOemwxY9R0IUJP+oazY9G05QIo8Y/486LGh1ClztMH70QaHSzAFdpYzYIJZ+KEWD Vb9DyFi/AktOBKxq2R8/3fkJgGFF2XmkaIcJpGsUkOuKe1304wvpMU+k7+7JW9hcGxJ 4Fj2RL2EMS2iRtYj2uHdUkYWEHqmQLDr+UkTU+sM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.4.3 SUCCEEDED Message-ID: <0101019cf1bb691c-f5154aa7-ead1-4799-8b8c-4941f7049630-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:41:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 15 Mar 2026 13:41:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233142 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.4.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.4.2-2.4.3.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 8cb9a52d03470e4e4fdbdeb3ad3fd2249d57a0f6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 08:13:17 +0000 Subject: [PATCH] python3-numpy: upgrade 2.4.2 -> 2.4.3 --- ...Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 2 +- .../python/python3-numpy/0001-python-sysroot.patch | 4 ++-- .../python/python3-numpy/fix_reproducibility.patch | 2 +- .../python/{python3-numpy_2.4.2.bb => python3-numpy_2.4.3.bb} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.4.2.bb => python3-numpy_2.4.3.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch index 3a77ffa4e0..ef09ea77ce 100644 --- a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch +++ b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch @@ -1,4 +1,4 @@ -From 5cb7316128845e3da1ce1618a42b2e3222b59ba9 Mon Sep 17 00:00:00 2001 +From bc605e25ea424f15180528227d7c916d00bc65ee Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 10 Dec 2015 13:20:30 +0200 Subject: [PATCH] Don't search /usr and so on for libraries by default to diff --git a/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch b/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch index b22c123493..fd222cb094 100644 --- a/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch +++ b/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch @@ -1,11 +1,11 @@ -From c40218577305f5953ef63d943c26a27c5a931770 Mon Sep 17 00:00:00 2001 +From 1f7ef66337dc29208d3ef0e8120f5820a321c868 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 21 Jan 2026 14:12:36 +0000 Subject: [PATCH] Add sysroot to pkgconfig libdir When Meson uses pkg-config to introspect the Python install it resets PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR. However, when it writes to PKG_CONFIG_LIBDIR it uses the -_target_ library directory without prefixing this with the sysroot, which breaks +_target_ library directory without prefixing this with the sysroot, which breaks the build if _LIBDIR is the primary search path. This has been fixed in Meson since 1.10.0[1] but numpy has a vendored fork of Meson diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch index 71b3634b77..e22053ceac 100644 --- a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch +++ b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch @@ -1,4 +1,4 @@ -From 6fd79cbe7ae9f0a7a5fc4e5cd6c5c3da9ea09815 Mon Sep 17 00:00:00 2001 +From a3975f3f77be505da28293ae30f87fc1dacb6729 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 29 Sep 2023 22:53:24 +0100 Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or diff --git a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb b/meta/recipes-devtools/python/python3-numpy_2.4.3.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.4.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.3.bb index 8a9351e371..7521a93f99 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.3.bb @@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://run-ptest \ file://0001-python-sysroot.patch \ " -SRC_URI[sha256sum] = "659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae" +SRC_URI[sha256sum] = "483a201202b73495f00dbc83796c6ae63137a9bdade074f7648b3e32613412dd" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"