diff mbox series

[2/2] python3-numpy: upgrade 2.5.1 -> 2.5.2

Message ID 05b29ad982ea9fe14a3d1ed22d29490d12da5baa.1786370158.git.jaipaul.cheernam@est.tech
State New
Headers show
Series Python recipe upgrades (mako, numpy) | expand

Commit Message

Jaipaul Cheernam Aug. 10, 2026, 1:57 p.m. UTC
ChangeLog: https://github.com/numpy/numpy/blob/v2.5.2/doc/changelog/2.5.2-changelog.rst

ReleaseNotes: https://github.com/numpy/numpy/blob/v2.5.2/doc/source/release/2.5.2-notes.rst

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb
similarity index 97%
rename from meta/recipes-devtools/python/python3-numpy_2.5.1.bb
rename to meta/recipes-devtools/python/python3-numpy_2.5.2.bb
index 88786dc016..b0c0e85c67 100644
--- a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb
+++ b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb
@@ -10,7 +10,7 @@  SRCNAME = "numpy"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "a48a113e6afea91f5608793bafa7ef2ad481fefbda87ec5069f483de61cb9fa3"
+SRC_URI[sha256sum] = "d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"