From 0f31b37d1233867e5dfdd126b98d5017df602888 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 18 Mar 2018 09:47:08 -0400 Subject: python-numpy: update to 1.14.2 Update to the latest stable release Signed-off-by: Derek Straka Signed-off-by: Ross Burton --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- meta/recipes-devtools/python-numpy/python-numpy_1.14.1.bb | 6 ------ meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb | 6 ++++++ meta/recipes-devtools/python-numpy/python3-numpy_1.14.1.bb | 2 -- meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.14.1.bb create mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb delete mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.14.1.bb create mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 5c5f0c837a..284f21368d 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://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\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.14.1.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.14.1.bb deleted file mode 100644 index 50137895ca..0000000000 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.14.1.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.14.2.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb new file mode 100644 index 0000000000..50137895ca --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.14.2.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.14.1.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.14.1.bb deleted file mode 100644 index 915e6f8c2b..0000000000 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.14.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-numpy.inc diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb new file mode 100644 index 0000000000..915e6f8c2b --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.14.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-numpy.inc -- cgit 1.2.3-korg