To: ['Trevor Gamblin '] To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.3.3 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250915050045/all/python3-numpy/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250915050045/all/python3-numpy/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250915050045/all/python3-numpy/0001-python3-numpy-upgrade-2.3.2-2.3.3.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250915050045/all/python3-numpy/buildhistory-diff.txt 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.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.3.2-2.3.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 ff93b547ab137d33b023486c30f99690ca2197a1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 08:12:08 +0000 Subject: [PATCH] python3-numpy: upgrade 2.3.2 -> 2.3.3 --- ...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.2.bb => python3-numpy_2.3.3.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.3.2.bb => python3-numpy_2.3.3.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..3325392c25 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 b1ab8c8ce4fc2a2924a08375874e948b7bae16f9 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..484c4937c5 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 f9ac25916686f1a414add5a752874c88b8b22315 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.2.bb b/meta/recipes-devtools/python/python3-numpy_2.3.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.3.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.3.3.bb index 7ef353c420..dee3bfaa44 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.3.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] = "e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48" +SRC_URI[sha256sum] = "ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" -- 2.47.1