]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-numpy: upgrade 2.4.4 -> 2.4.5
authorYash Shinde <Yash.Shinde.oss.dev@gmail.com>
Tue, 19 May 2026 17:22:01 +0000 (22:52 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 May 2026 10:21:53 +0000 (11:21 +0100)
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 <Yash.Shinde.oss.dev@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-numpy_2.4.5.bb [moved from meta/recipes-devtools/python/python3-numpy_2.4.4.bb with 97% similarity]

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 a8995b08df3ef4abb9c6b8f13a679984bdb98fe1..56446eb66635abee3227d61e36789db471ff89d8 100644 (file)
@@ -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<pver>\d+(\.\d+)+)$"