diff mbox series

python3-numpy: upgrade 1.23.3 -> 1.23.4

Message ID 1667545080-2494-1-git-send-email-zhengrq.fnst@fujitsu.com
State Accepted, archived
Commit a76036f29c845d357b37da7ebf8af7d447b96bec
Headers show
Series python3-numpy: upgrade 1.23.3 -> 1.23.4 | expand

Commit Message

zhengrq.fnst@fujitsu.com Nov. 4, 2022, 6:58 a.m. UTC
Changelog:
https://github.com/numpy/numpy/releases/tag/v1.23.4

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../python/{python3-numpy_1.23.3.bb => python3-numpy_1.23.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-numpy_1.23.3.bb => python3-numpy_1.23.4.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.3.bb b/meta/recipes-devtools/python/python3-numpy_1.23.4.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_1.23.3.bb
rename to meta/recipes-devtools/python/python3-numpy_1.23.4.bb
index 9d086aedfd..d9172692b5 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.23.3.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.23.4.bb
@@ -13,7 +13,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://run-ptest \
            file://0001-generate_umath.py-do-not-write-full-path-to-output-f.patch \
            "
-SRC_URI[sha256sum] = "51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd"
+SRC_URI[sha256sum] = "ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"