diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-numpy_1.22.1.bb (renamed from meta/recipes-devtools/python/python3-numpy_1.22.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.0.bb b/meta/recipes-devtools/python/python3-numpy_1.22.1.bb index 556e2dd5c9..b79ce61fbf 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.22.0.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.22.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://numpy.org/" | |||
3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." | 3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT" | 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f" |
7 | 7 | ||
8 | SRCNAME = "numpy" | 8 | SRCNAME = "numpy" |
9 | 9 | ||
@@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | file://0001-numpy-core-setup.py-disable-svml-for-now.patch \ | 14 | file://0001-numpy-core-setup.py-disable-svml-for-now.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "f2be14ba396780a6f662b8ba1a24466c9cf18a6a386174f614668e58387a13d7" | 16 | SRC_URI[sha256sum] = "dd1968402ae20dfd59b34acd799b494be340c774f6295e9bf1c2b9842a5e416d" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" | 18 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" |
19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |