From f85b06e67733aec8955394f1111852740123303b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:51:51 +0200 Subject: python3-numpy: upgrade 1.18.3 -> 1.18.4 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- meta/recipes-devtools/python-numpy/python3-numpy_1.18.3.bb | 3 --- meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.18.3.bb create mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb (limited to 'meta/recipes-devtools/python-numpy') diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 0bff979a6b..6a437e7c3c 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -9,8 +9,8 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ file://0001-convert-shebang-from-python-to-python3.patch \ " -SRC_URI[md5sum] = "cd631c761f141d382b4e1b31c8232fc0" -SRC_URI[sha256sum] = "93ee59ec38f3bf8f9a42d5f4301f60e6825a4a6385a145f70badcd2bf2a11134" +SRC_URI[md5sum] = "70e6c294f8dffa8d630eda1b0d42ae4d" +SRC_URI[sha256sum] = "e0781ec6627e85f2a618478ee278893343fb8b40577b4c74b2ec15c7a5b8f698" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.18.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.18.3.bb deleted file mode 100644 index d388e88d25..0000000000 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.18.3.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-numpy.inc - diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb new file mode 100644 index 0000000000..d388e88d25 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-numpy.inc + -- cgit 1.2.3-korg