From: zhengruoqin Date: Fri, 4 Nov 2022 06:58:00 +0000 (+0800) Subject: python3-numpy: upgrade 1.23.3 -> 1.23.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2622 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a76036f29c845d357b37da7ebf8af7d447b96bec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-numpy: upgrade 1.23.3 -> 1.23.4 Changelog: https://github.com/numpy/numpy/releases/tag/v1.23.4 Signed-off-by: Zheng Ruoqin Signed-off-by: Alexandre Belloni --- 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 9d086aedfdf..d9172692b5e 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"