From 97dc30a156f903c31efdfe74f1643e980226b6e4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Feb 2021 21:27:29 +0000 Subject: [PATCH] python3-numpy: upgrade 1.20.0 -> 1.20.1 --- ...umpy_1.20.0.bb => python3-numpy_1.20.1.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python-numpy/{python3-numpy_1.20.0.bb => python3-numpy_1.20.1.bb} (71%) diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb similarity index 71% rename from meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb rename to meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb index 8d348d85ca..282930baae 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb @@ -1,7 +1,26 @@ +# 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 +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2005-2020, NumPy Developers. +# +Copyright (c) 2005-2021, NumPy Developers. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + 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=474c7e8e97b80fb7500de2b0c4a4a8d4" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=aa1ecaef18152f75bfae546b29c49d3c" SRCNAME = "numpy" @@ -10,7 +29,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://0001-numpy-core-Define-RISCV-32-support.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "67b630745a71b541ff6517d6f3d62b00690dc8ba0684cad0d7b0ac55aec1de53" +SRC_URI[sha256sum] = "9bf51d69ebb4ca9239e55bedc2185fe2c0ec222da0adee7ece4125414676846d" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" -- 2.17.1