From patchwork Tue Dec 16 08:02:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 76659 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 DAB95D5CC94 for ; Tue, 16 Dec 2025 08:02:27 +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.msgproc02-g2.17191.1765872143528324452 for ; Tue, 16 Dec 2025 00:02:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=kiSf5Chh; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=iKsPzwqU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019b262e8a73-03ee221e-bbdf-437b-a7af-4645fa1a1cd3-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=1765872143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Ghhv74/0Ijph7bEYRqtOcmPkYmN9ZjUdL4VaGAaEG9E=; b=kiSf5ChhrG3u5UpZvTFy3ZcrPdjNMQjjYM7BcXT/Y75ko3taxnkpalz9L/h4yxGR bLtFzGhpDyvyI8ZWuDJ/4yYGQ6hQSfMmP2Xtvb3ndBS869cu4ict6RGN5swwMYNiiZt HSupZImVqKAh3AB609ZhU92/pfv7jgjlA7Uo1HOw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1765872143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Ghhv74/0Ijph7bEYRqtOcmPkYmN9ZjUdL4VaGAaEG9E=; b=iKsPzwqUfrcs9C7dP4pY1EHcuC5++jQ5TIjgqvSjfwd0659Hsjl4N/xPGqclK12a A/osmD1Uv2P/GlfABdohcdpQr0ImjMF1jaRjhx5Dc6Wnf9POLjWY+0R6axKE+Snen/1 4h5R2KwCd8wEXpfWnaS/F2uYATu23Ef2Z4cJ/SiI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.3.5 SUCCEEDED Message-ID: <0101019b262e8a73-03ee221e-bbdf-437b-a7af-4645fa1a1cd3-000000@us-west-2.amazonses.com> Date: Tue, 16 Dec 2025 08:02:22 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.12.16-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 ; Tue, 16 Dec 2025 08:02:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/227811 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.3.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.3.4-2.3.5.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 148cc33d6c603dd177ddf65253b8b5559dd27c3e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Dec 2025 00:28:32 +0000 Subject: [PATCH] python3-numpy: upgrade 2.3.4 -> 2.3.5 --- ...Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 4 ++-- .../python/python3-numpy/fix_reproducibility.patch | 4 ++-- .../python/{python3-numpy_2.3.4.bb => python3-numpy_2.3.5.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.3.4.bb => python3-numpy_2.3.5.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 3e08b43587..3a77ffa4e0 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 b036c984b019d941ead2efd5a05d1588c4bc193a Mon Sep 17 00:00:00 2001 +From 5cb7316128845e3da1ce1618a42b2e3222b59ba9 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 @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py -index 6478548..c0620e7 100644 +index e428b47..65d95ed 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -326,44 +326,14 @@ def add_system_root(library_root): diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch index 8b39b7bcfe..71b3634b77 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 45d76002bc989a9098141f2bfcd2d2fabc5a04d5 Mon Sep 17 00:00:00 2001 +From 6fd79cbe7ae9f0a7a5fc4e5cd6c5c3da9ea09815 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 @@ -26,7 +26,7 @@ Signed-off-by: Richard Purdie 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/distutils/ccompiler_opt.py b/numpy/distutils/ccompiler_opt.py -index b1a6fa3..7b0302b 100644 +index 4dea2f9..00f563f 100644 --- a/numpy/distutils/ccompiler_opt.py +++ b/numpy/distutils/ccompiler_opt.py @@ -991,7 +991,7 @@ def __init__(self): diff --git a/meta/recipes-devtools/python/python3-numpy_2.3.4.bb b/meta/recipes-devtools/python/python3-numpy_2.3.5.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.3.4.bb rename to meta/recipes-devtools/python/python3-numpy_2.3.5.bb index 520c567bd4..55b8091ff8 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.5.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "a7d018bfedb375a8d979ac758b120ba846a7fe764911a64465fd87b8729f4a6a" +SRC_URI[sha256sum] = "784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"