From 436039d965e7581e8ebde95e548a06ba8617b6b9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 16 Oct 2020 04:13:29 +0000 Subject: [PATCH] python3-numpy: upgrade 1.19.1 -> 1.19.2 --- .../python-numpy/python-numpy.inc | 4 +- .../python-numpy/python3-numpy_1.19.1.bb | 3 -- .../python-numpy/python3-numpy_1.19.2.bb | 43 +++++++++++++++++++ 3 files changed, 45 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.2.bb diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 0113f4098d..f91fb933dc 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] = "74d0cf50aa28af81874aca3e67560945afd783b2a006913577d6cddc35a824a6" 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.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.2.bb new file mode 100644 index 0000000000..d512eb5041 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.2.bb @@ -0,0 +1,43 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.txt +# +++ LICENSE.txt +# @@ -35,22 +35,22 @@ +# +# Name: Numpydoc +# Files: doc/sphinxext/numpydoc/* +# -License: 2-clause BSD +# +License: BSD-2-Clause +# For details, see doc/sphinxext/LICENSE.txt +# +# Name: scipy-sphinx-theme +# Files: doc/scipy-sphinx-theme/* +# -License: 3-clause BSD, PSF and Apache 2.0 +# +License: BSD-3-Clause AND PSF-2.0 AND Apache-2.0 +# For details, see doc/scipy-sphinx-theme/LICENSE.txt +# +# Name: lapack-lite +# Files: numpy/linalg/lapack_lite/* +# -License: 3-clause BSD +# +License: BSD-3-Clause +# For details, see numpy/linalg/lapack_lite/LICENSE.txt +# +# Name: tempita +# Files: tools/npy_tempita/* +# -License: BSD derived +# +License: MIT +# For details, see tools/npy_tempita/license.txt +# +# Name: dragon4 +# +# + +inherit setuptools3 +require python-numpy.inc + -- 2.18.4