From patchwork Fri Aug 15 13:07:07 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: 68581 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 56E5DCA0EF3 for ; Fri, 15 Aug 2025 13:07:11 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.11420.1755263228070634958 for ; Fri, 15 Aug 2025 06:07:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=fZaWMm8C; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=NrWWX+3s; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010198add7561a-d680a139-8b8b-4b6d-9821-c87ed2dd0fd2-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=1755263227; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=k51LmfdaMPUAV0q/BAFy8qP/dqDIamFKQfRwoYkSIIE=; b=fZaWMm8CFwTW80i+T4t/c77lzds2P/8yP7tw5kpytEjO8w520Enb+JI5aNZN7Ubg u32Mn6WdhgIzJY6gaSzE29ba8UY5seOBojvto+Xk1Ag9RoRuTs2ECkJ8SsaemZF4tID u590cXPhIdJBf/16RtlLTh35oE+uYsoKK1laJUhk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1755263227; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=k51LmfdaMPUAV0q/BAFy8qP/dqDIamFKQfRwoYkSIIE=; b=NrWWX+3sieq/P8Bx+ndcLNnovNZV1D/8Rqq6qhpOHM9pP22GwMEEIjFYjsD/peO8 PS6pB6Xz/f7Kfl79LInf+RSdRCpQxissEo6mMCUSfeJ5W7cb0+V1/XlrXh4n7qLtsGK IJBOb31Y7FCJ0ZXfQlkbbCCG/dYgrUxiYlH5ICIs= 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.2 SUCCEEDED Message-ID: <01010198add7561a-d680a139-8b8b-4b6d-9821-c87ed2dd0fd2-000000@us-west-2.amazonses.com> Date: Fri, 15 Aug 2025 13:07:07 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.15-54.240.27.30 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 ; Fri, 15 Aug 2025 13:07:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221916 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.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.3.1-2.3.2.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 ad2ffdc3304ee1bb0bd323052c0f5c54797f1abf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Aug 2025 09:18:13 +0000 Subject: [PATCH] python3-numpy: upgrade 2.3.1 -> 2.3.2 --- ...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.1.bb => python3-numpy_2.3.2.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.3.1.bb => python3-numpy_2.3.2.bb} (96%) 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..7d734a9084 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 7205e7a2b48154dca79e231b4794490485610586 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..b769a93905 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 e1d2aba12a483691fc4f217f04888405f6d41858 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.1.bb b/meta/recipes-devtools/python/python3-numpy_2.3.2.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.3.1.bb rename to meta/recipes-devtools/python/python3-numpy_2.3.2.bb index ed41d03e6b..7ef353c420 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.1.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.2.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] = "1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b" +SRC_URI[sha256sum] = "e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"