From: Wang Mingyu Date: Mon, 9 Feb 2026 09:03:01 +0000 (+0800) Subject: python3-numpy: upgrade 2.3.5 -> 2.4.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6092b9a321e4fa3561e31e3233cc66ea1c14a65c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-numpy: upgrade 2.3.5 -> 2.4.2 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-numpy_2.3.5.bb b/meta/recipes-devtools/python/python3-numpy_2.4.2.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.3.5.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.2.bb index 78972c98d3..8a9351e371 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.5.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.2.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] = "784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0" +SRC_URI[sha256sum] = "659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"