python-numpy: update to 1.16.3

(From OE-Core rev: 36c9d0d07c017239a0e5cce4b48bf7d4f9e7a0d6)

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Oleksandr Kravchuk
2019-04-24 08:36:12 +02:00
committed by Richard Purdie
parent 9f44921266
commit 3c00846ede
3 changed files with 2 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
file://0001-npy_cpu-Add-riscv-support.patch \
${CONFIGFILESURI} \
"
SRC_URI[md5sum] = "4fc754be7ec3e0f80b042d907e99f4ad"
SRC_URI[sha256sum] = "8088221e6e27da8d5907729f0bfe798f526836f22cc59ae83a0f867e67416a3e"
SRC_URI[md5sum] = "0886e5b5017f08f2b7a624c0b5931e61"
SRC_URI[sha256sum] = "adf063a3f87ab89393f5eea0eb903293b112fa0a308e8c594a75ffa585d81d4f"
UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"