From: Richard Purdie Date: Thu, 15 Sep 2022 10:25:50 +0000 (+0000) Subject: python3-numpy: upgrade 1.23.2 -> 1.23.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2925 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36e6385c394f02edf84011d8beebdf4db8ffa651;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-numpy: upgrade 1.23.2 -> 1.23.3 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_1.23.2.bb rename to meta/recipes-devtools/python/python3-numpy_1.23.3.bb index 960dcf94104..1e591c260f6 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb @@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://run-ptest \ file://0001-generate_umath.py-do-not-write-full-path-to-output-f.patch \ " -SRC_URI[sha256sum] = "b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01" +SRC_URI[sha256sum] = "51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar"