From: Yash Shinde Date: Tue, 19 May 2026 17:22:01 +0000 (+0530) Subject: python3-numpy: upgrade 2.4.4 -> 2.4.5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3ee8df067397d897297e55e64c6fa373fc97c3d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-numpy: upgrade 2.4.4 -> 2.4.5 https://github.com/numpy/numpy/compare/v2.4.4...v2.4.5 Release Notes: https://github.com/numpy/numpy/releases/tag/v2.4.5 Signed-off-by: Yash Shinde Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-numpy_2.4.4.bb b/meta/recipes-devtools/python/python3-numpy_2.4.5.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.4.4.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.5.bb index a8995b08df..56446eb666 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.4.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.5.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] = "2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0" +SRC_URI[sha256sum] = "ca670567a5683b7c1670ec03e0ddd5862e10934e92a70751d68d7b7b74ca7f9f" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"