From 36c9d0d07c017239a0e5cce4b48bf7d4f9e7a0d6 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 24 Apr 2019 08:36:12 +0200 Subject: python-numpy: update to 1.16.3 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb | 6 ------ meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb | 6 ++++++ meta/recipes-devtools/python-numpy/python3-numpy_1.16.2.bb | 3 --- meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb | 3 +++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb create mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb delete mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.16.2.bb create mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 43c8960a18..43c3053cd8 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -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\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb deleted file mode 100644 index 50137895ca..0000000000 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-numpy.inc - -RDEPENDS_${PN}_class-target_append = " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb new file mode 100644 index 0000000000..50137895ca --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-numpy.inc + +RDEPENDS_${PN}_class-target_append = " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.16.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.16.2.bb deleted file mode 100644 index d388e88d25..0000000000 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.16.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-numpy.inc - diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb new file mode 100644 index 0000000000..d388e88d25 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.16.3.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-numpy.inc + -- cgit 1.2.3-korg