diff mbox series

[3/7] python3-numpy: upgrade 2.4.4 -> 2.4.5

Message ID 20260519172205.274641-3-Yash.Shinde.oss.dev@gmail.com
State New
Headers show
Series [1/7] python3-cryptography{-vectors}: upgrade 46.0.7 -> 48.0.0 | expand

Commit Message

yash.shinde.oss.dev@gmail.com May 19, 2026, 5:22 p.m. UTC
From: Yash Shinde <Yash.Shinde.oss.dev@gmail.com>

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>
---
 .../python/{python3-numpy_2.4.4.bb => python3-numpy_2.4.5.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-numpy_2.4.4.bb => python3-numpy_2.4.5.bb} (97%)
diff mbox series

Patch

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<pver>\d+(\.\d+)+)$"