]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-numpy: update to 1.14.2
authorDerek Straka <derek@asterius.io>
Sun, 18 Mar 2018 13:47:08 +0000 (09:47 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Mar 2018 09:30:17 +0000 (09:30 +0000)
Update to the latest stable release

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python-numpy/python-numpy.inc
meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb [moved from meta/recipes-devtools/python-numpy/python-numpy_1.14.1.bb with 100% similarity]
meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb [moved from meta/recipes-devtools/python-numpy/python3-numpy_1.14.1.bb with 100% similarity]

index 5c5f0c837a283556ed63374c0ecc113d6497c008..284f21368da542de2eb8a14d597639172b18eadc 100644 (file)
@@ -10,8 +10,8 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://fix_shebang_f2py.patch \
            file://0001-npy_cpu-Add-riscv-support.patch \
            ${CONFIGFILESURI} "
-SRC_URI[md5sum] = "0e09f20f62ab9f8a02cb7bd3fd023482"
-SRC_URI[sha256sum] = "8708a775be9a9a457b80a49193c57bd9d51a8a195ed1f1c4b8e89eaf3aa646ee"
+SRC_URI[md5sum] = "e39878fafb11828983aeec583dda4a06"
+SRC_URI[sha256sum] = "ddbcda194f49e0cf0663fa8131cb9d7a3b876d14dea0047d3c5fdfaf20adbb40"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"