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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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<pver>\d+(\.\d+)+)$"
--
2.47.1
packages/x86-64-v3-poky-linux/python3-numpy: SRC_URI changed from "https://github.com/numpy/numpy/releases/download/v2.4.2/numpy-2.4.2.tar.gz file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch file://fix_reproducibility.patch file://run-ptest file://0001-python-sysroot.patch" to "https://github.com/numpy/numpy/releases/download/v2.4.3/numpy-2.4.3.tar.gz file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch file://fix_reproducibility.patch file://run-ptest file://0001-python-sysroot.patch" packages/x86-64-v3-poky-linux/python3-numpy: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-dbg: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-dbg: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-dbg: PKGSIZE changed from 96511272 to 96510704 (-0%) packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-dev: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-dev: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-doc: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-doc: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-locale: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-locale: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-ptest: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-ptest: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-src: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-src: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-src: PKGSIZE changed from 25247000 to 25247654 (+0%) packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-src: FILELIST: directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common/dlpack -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common/dlpack, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/linalg -> /usr/src/debug/python3-numpy/2.4.3/numpy/linalg, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/mtrand.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/mtrand.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/linalg/lapack_lite -> /usr/src/debug/python3-numpy/2.4.3/numpy/linalg/lapack_lite, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/bit_generator.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/bit_generator.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/ 2.4.2/numpy/_core/src/multiarray/textreading -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/multiarray/textreading, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/multiarray -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/multiarray, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_bounded_integers.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_bounded_integers.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/distributions -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/distributions, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/include /numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/include/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/pcg64 -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/pcg64, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/sfc64 -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/sfc64, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/npysort/x86-simd-sort/src -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/npysort/x86-simd-sort/src, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/include/numpy/libdivide -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/include/numpy/libdivide, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_pcg64.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_pcg64.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_sf c64.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_sfc64.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common/simd/sse -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common/simd/sse, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/fft -> /usr/src/debug/python3-numpy/2.4.3/numpy/fft, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common/simd -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common/simd, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/legacy -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/legacy, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_generator.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_generator.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4 .2/numpy/_core/src/npysort -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/npysort, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_common.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_common.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/umath -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/umath, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common/simd/avx2 -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common/simd/avx2, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/common/simd/avx512 -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/common/simd/avx512, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/npymath -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/npymath, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/include -> /usr/s rc/debug/python3-numpy/2.4.3/numpy/random/include, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/philox -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/philox, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_mt19937.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_mt19937.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/highway/hwy/ops -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/highway/hwy/ops, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/_simd -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/_simd, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/highway/hwy -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/src/highway/hwy, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/src/multiarray/stringdtype -> /usr/src/debug/python3-numpy/2.4.3/numpy/ _core/src/multiarray/stringdtype, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/_philox.cpython-314-x86_64-linux-gnu.so.p/numpy/random -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/_philox.cpython-314-x86_64-linux-gnu.so.p/numpy/random, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/fft/pocketfft -> /usr/src/debug/python3-numpy/2.4.3/numpy/fft/pocketfft, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/_core/include/numpy -> /usr/src/debug/python3-numpy/2.4.3/numpy/_core/include/numpy, directory renamed /usr/src/debug/python3-numpy/2.4.2/numpy/random/src/mt19937 -> /usr/src/debug/python3-numpy/2.4.3/numpy/random/src/mt19937 packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-staticdev: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy-staticdev: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy: PV changed from "2.4.2" to "2.4.3" packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy: PKGV changed from 2.4.2 [default] to 2.4.3 [default] packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy: PKGSIZE changed from 40279911 to 40281288 (+0%) packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy: FILELIST: directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/multiarray -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/multiarray, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/fft/pocketfft -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/fft/pocketfft, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/sfc64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/sfc64, directory renamed /usr/lib/python3.14/site-pack ages/numpy-2.4.2.dist-info/licenses/numpy/random -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/distributions -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/distributions, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/linalg/lapack_lite -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/linalg/lapack_lite, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/philox -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/philox, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/highway -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/highway, directory renamed /usr/lib/python3.14/site-package s/numpy-2.4.2.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/splitmix64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/splitmix64, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/ma -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/ma, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/mt19937 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/mt19937, direc tory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/include/numpy/libdivide -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/include/numpy/libdivide, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/umath/svml -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/umath/svml, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/pcg64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/pcg64 Changes to packages/x86-64-v3-poky-linux/python3-numpy (sysroot): /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info moved to /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info
packages/x86-64-v3-poky-linux/python3-numpy/python3-numpy: FILELIST: directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/fft/pocketfft -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/fft/pocketfft, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/highway -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/highway, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/umath/svml -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/umath/svml, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/distributions -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licens es/numpy/random/src/distributions, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/mt19937 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/mt19937, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/include/numpy/libdivide -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/include/numpy/libdivide, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/multiarray -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info /licenses/numpy/_core/src/multiarray, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/philox -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/philox, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/ma -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/ma, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/pcg64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/pcg64, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses /numpy/random, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/sfc64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/sfc64, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/linalg/lapack_lite -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/linalg/lapack_lite, directory renamed /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info/licenses/numpy/random/src/splitmix64 -> /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info/licenses/numpy/random/src/splitmix64 Changes to packages/x86-64-v3-poky-linux/python3-numpy (sysroot): /usr/lib/python3.14/site-packages/numpy-2.4.2.dist-info moved to /usr/lib/python3.14/site-packages/numpy-2.4.3.dist-info
0001-python3-numpy-upgrade-2.4.2-2.4.3.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233142): https://lists.openembedded.org/g/openembedded-core/message/233142 Mute This Topic: https://lists.openembedded.org/mt/118327919/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
