diff mbox series

python3-numpy: upgrade 1.24.3 -> 1.25.0

Message ID 1687850250-20040-17-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit bf7f1dbb504c57c756f8c48411aa5ac13ac5a1c3
Headers show
Series python3-numpy: upgrade 1.24.3 -> 1.25.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 27, 2023, 7:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

Changelog:
===========
    Support for MUSL, there are now MUSL wheels.
    Support the Fujitsu C/C++ compiler.
    Object arrays are now supported in einsum
    Support for inplace matrix multiplication (@=).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-numpy_1.24.3.bb => python3-numpy_1.25.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-numpy_1.24.3.bb => python3-numpy_1.25.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_1.24.3.bb b/meta/recipes-devtools/python/python3-numpy_1.25.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-numpy_1.24.3.bb
rename to meta/recipes-devtools/python/python3-numpy_1.25.0.bb
index 710af5fe8f..d9d37dbf36 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.24.3.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.25.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://numpy.org/"
 DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7614a5b0073688df53773ec6ec7fe81d"
 
 SRCNAME = "numpy"
 
@@ -12,7 +12,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://0001-numpy-core-Define-RISCV-32-support.patch \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155"
+SRC_URI[sha256sum] = "f1accae9a28dc3cda46a91de86acf69de0d1b5f4edd44a9b0c3ceb8036dfff19"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"