similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_2.2.3.bb
rename to meta/recipes-devtools/python/python3-numpy_2.2.4.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] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020"
+SRC_URI[sha256sum] = "9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f"
GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
Changelog (https://github.com/numpy/numpy/blob/main/doc/changelog/2.2.4-changelog.rst): #28333: MAINT: Prepare 2.2.x for further development. #28348: TYP: fix positional- and keyword-only params in astype, cross... #28377: MAINT: Update FreeBSD version and fix test failure #28379: BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows #28385: BUG: Make np.nonzero threading safe #28420: BUG: safer bincount casting (backport to 2.2.x) #28422: BUG: Fix building on s390x with clang #28423: CI: use QEMU 9.2.2 for Linux Qemu tests #28424: BUG: skip legacy dtype multithreaded test on 32 bit runners #28435: BUG: Fix searchsorted and CheckFromAny byte-swapping logic #28449: BUG: sanity check __array_interface__ number of dimensions #28510: MAINT: Hide decorator from pytest traceback #28512: TYP: Typing fixes backported from #28452, #28491, #28494 #28521: TYP: Backport fixes from #28505, #28506, #28508, and #28511 #28533: TYP: Backport typing fixes from main (2) #28534: TYP: Backport typing fixes from main (3) #28542: TYP: Backport typing fixes from main (4) Reproducibility looks OK: 2025-03-31 11:23:01,459 - oe-selftest - INFO - Checking ipk packages for differences... 2025-03-31 11:23:01,510 - oe-selftest - INFO - Reproducibility summary for ipk: same=107 different=0 different_excluded=0 missing=0 total=107 unused_exclusions=[] 2025-03-31 11:23:01,511 - oe-selftest - INFO - Checking rpm packages for differences... 2025-03-31 11:23:01,564 - oe-selftest - INFO - Reproducibility summary for rpm: same=107 different=0 different_excluded=0 missing=0 total=107 unused_exclusions=[] 2025-03-31 11:23:01,567 - oe-selftest - INFO - ... ok 2025-03-31 11:23:33,135 - oe-selftest - INFO - ---------------------------------------------------------------------- 2025-03-31 11:23:33,135 - oe-selftest - INFO - Ran 1 test in 1411.458s 2025-03-31 11:23:33,135 - oe-selftest - INFO - OK 2025-03-31 11:23:38,075 - oe-selftest - INFO - RESULTS: 2025-03-31 11:23:38,075 - oe-selftest - INFO - RESULTS - reproducible.ReproducibleTests.test_reproducible_builds: PASSED (1379.73s) 2025-03-31 11:23:38,079 - oe-selftest - INFO - SUMMARY: 2025-03-31 11:23:38,079 - oe-selftest - INFO - oe-selftest () - Ran 1 test in 1411.459s 2025-03-31 11:23:38,079 - oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> --- .../python/{python3-numpy_2.2.3.bb => python3-numpy_2.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.2.3.bb => python3-numpy_2.2.4.bb} (96%)