diff mbox series

[3/5] python3-numpy: upgrade 1.25.1 -> 1.25.2

Message ID 20230817190241.2302457-3-tgamblin@baylibre.com
State Accepted, archived
Commit 1b28f8109bd61b12c60d7e1c058e4d26ec476ca5
Headers show
Series [1/5] python3-dbusmock: upgrade 0.29.0 -> 0.29.1 | expand

Commit Message

Trevor Gamblin Aug. 17, 2023, 7:02 p.m. UTC
Changelog: https://github.com/numpy/numpy/releases/tag/v1.25.2

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../python/{python3-numpy_1.25.1.bb => python3-numpy_1.25.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-numpy_1.25.1.bb => python3-numpy_1.25.2.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_1.25.1.bb b/meta/recipes-devtools/python/python3-numpy_1.25.2.bb
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 3632ab71ee..0c6c0a3287 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.25.1.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.25.2.bb
@@ -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+)+)$"