From 6d009048cc3299600afae3eaeb74631b6ff01b3a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 2 Nov 2020 17:48:42 +0100 Subject: python3-numpy: upgrade 1.19.1 -> 1.19.3 License-Update: reformatting (From OE-Core rev: 6156d393285784f97f24995e8ee0148faefa5965) 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.19.1.bb | 3 --- meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.19.1.bb create mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.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 0113f4098d..b1058b26c8 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -1,14 +1,14 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python" SECTION = "devel/python" LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=643d4e90100b7abe468c4db88127b895" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e527e2a94c4584cd192d03ffb1f4a744" SRCNAME = "numpy" SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ " -SRC_URI[sha256sum] = "1396e6c3d20cbfc119195303b0272e749610b7042cc498be4134f013e9a3215c" +SRC_URI[sha256sum] = "9179d259a9bc53ed7b153d31fc3156d1ca560d61079f53191cf177c3efc4a498" 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.19.1.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.1.bb deleted file mode 100644 index d388e88d25..0000000000 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-numpy.inc - diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb new file mode 100644 index 0000000000..d388e88d25 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-numpy.inc + -- cgit v1.2.3-54-g00ecf