]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-numpy: upgrade 1.25.1 -> 1.25.2
authorTrevor Gamblin <tgamblin@baylibre.com>
Thu, 17 Aug 2023 19:02:39 +0000 (15:02 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2023 15:13:59 +0000 (16:13 +0100)
Changelog: https://github.com/numpy/numpy/releases/tag/v1.25.2

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-numpy_1.25.2.bb [moved from meta/recipes-devtools/python/python3-numpy_1.25.1.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_1.25.1.bb
rename to meta/recipes-devtools/python/python3-numpy_1.25.2.bb
index 3632ab71ee581f280b0fa23165d06371c5aebc7a..0c6c0a32874da6d50e0290f35cf8e0a5cd58f549 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://0001-numpy-core-Define-RISCV-32-support.patch \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf"
+SRC_URI[sha256sum] = "fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"