From: Alexander Kanavin Date: Wed, 10 Nov 2021 19:39:24 +0000 (+0100) Subject: python3-numpy: upgrade 1.21.3 -> 1.21.4 X-Git-Tag: uninative-3.5~886 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af984b65cfb3e887380c7fab9c5f8231ef165d54;p=openembedded-core.git python3-numpy: upgrade 1.21.3 -> 1.21.4 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.4.bb similarity index 96% rename from meta/recipes-devtools/python-numpy/python3-numpy_1.21.3.bb rename to meta/recipes-devtools/python-numpy/python3-numpy_1.21.4.bb index 4a289c2c7b..8988a5bc39 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.3.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.4.bb @@ -12,7 +12,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://0001-numpy-core-Define-RISCV-32-support.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "d0bba24083c01ae43457514d875f10d9ce4c1125d55b1e2573277b2410f2d068" +SRC_URI[sha256sum] = "5d412381aa489b8be82ac5c6a9e99c3eb3f754245ad3f90ab5c339d92f25fb47" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar"