From: Oleksandr Kravchuk Date: Wed, 3 Feb 2021 18:40:06 +0000 (+0100) Subject: python3-numpy: update to 0.20.0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f990ede124b82b92f86e3c90febb27ce9e4866df;p=openembedded-core.git python3-numpy: update to 0.20.0 License file diff: + Files: doc/sphinxext/numpydoc/* + License: BSD-2-Clause + For details, see doc/sphinxext/LICENSE.txt + + Name: scipy-sphinx-theme + Files: doc/scipy-sphinx-theme/* + License: BSD-3-Clause AND PSF-2.0 AND Apache-2.0 + For details, see doc/scipy-sphinx-theme/LICENSE.txt Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.5.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb similarity index 92% rename from meta/recipes-devtools/python-numpy/python3-numpy_1.19.5.bb rename to meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb index b619bf6f32..8d348d85ca 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.5.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb @@ -1,7 +1,7 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python" SECTION = "devel/python" LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e527e2a94c4584cd192d03ffb1f4a744" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=474c7e8e97b80fb7500de2b0c4a4a8d4" SRCNAME = "numpy" @@ -10,7 +10,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] = "d1654047d75fb9d55cc3d46f312d5247eec5f4999039874d2f571bb8021d8f0b" +SRC_URI[sha256sum] = "67b630745a71b541ff6517d6f3d62b00690dc8ba0684cad0d7b0ac55aec1de53" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar"