From: Alexander Kanavin Date: Sun, 22 Aug 2021 12:50:15 +0000 (+0200) Subject: python3-numpy: upgrade 1.21.0 -> 1.21.2 X-Git-Tag: uninative-3.4~115 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c96af3d9af52d65c36bb058b4499603ed4a2c003;p=openembedded-core.git python3-numpy: upgrade 1.21.0 -> 1.21.2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb similarity index 96% rename from meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb rename to meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb index a4d222c3aa..2d4c62af81 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.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] = "b662c841b29848c04d9134f31dbaa7d4c8e673f45bb3a5f28d02f49c424d558a" +SRC_URI[sha256sum] = "76af194fbc117934ec5bbe2ff15177adbd05aeed23f18ee209ed88edcd777e05" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar"