* [OE-core] [PATCH] python3-numpy: upgrade 1.25.2 -> 1.26.0
@ 2023-09-26 8:24 wangmy
2023-09-26 21:18 ` Alexandre Belloni
0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2023-09-26 8:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: split license file in standard BSD 3-clause and bundled.
Changelog:
==========
Python 3.12.0 support.
Cython 3.0.0 compatibility.
Use of the Meson build system
Updated SIMD support
f2py fixes, meson and bind(x) support
Support for the updated Accelerate BLAS/LAPACK library
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-numpy_1.25.2.bb => python3-numpy_1.26.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-numpy_1.25.2.bb => python3-numpy_1.26.0.bb} (94%)
diff --git a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-numpy_1.25.2.bb
rename to meta/recipes-devtools/python/python3-numpy_1.26.0.bb
index 4793b23a38..e94e431209 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.26.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=7614a5b0073688df53773ec6ec7fe81d"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a752eb20459cf74a9d84ee4825e8317c"
SRCNAME = "numpy"
@@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
file://disable_blas.patch \
file://run-ptest \
"
-SRC_URI[sha256sum] = "fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"
+SRC_URI[sha256sum] = "f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf"
GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [OE-core] [PATCH] python3-numpy: upgrade 1.25.2 -> 1.26.0
2023-09-26 8:24 [OE-core] [PATCH] python3-numpy: upgrade 1.25.2 -> 1.26.0 wangmy
@ 2023-09-26 21:18 ` Alexandre Belloni
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2023-09-26 21:18 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
On 26/09/2023 16:24:48+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: split license file in standard BSD 3-clause and bundled.
>
> Changelog:
> ==========
> Python 3.12.0 support.
> Cython 3.0.0 compatibility.
> Use of the Meson build system
I'm a bit surprised you didn't need to add an "inherit meson", could you
check?
> Updated SIMD support
> f2py fixes, meson and bind(x) support
> Support for the updated Accelerate BLAS/LAPACK library
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../{python3-numpy_1.25.2.bb => python3-numpy_1.26.0.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-devtools/python/{python3-numpy_1.25.2.bb => python3-numpy_1.26.0.bb} (94%)
>
> diff --git a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-numpy_1.25.2.bb
> rename to meta/recipes-devtools/python/python3-numpy_1.26.0.bb
> index 4793b23a38..e94e431209 100644
> --- a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb
> +++ b/meta/recipes-devtools/python/python3-numpy_1.26.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=7614a5b0073688df53773ec6ec7fe81d"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a752eb20459cf74a9d84ee4825e8317c"
>
> SRCNAME = "numpy"
>
> @@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
> file://disable_blas.patch \
> file://run-ptest \
> "
> -SRC_URI[sha256sum] = "fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"
> +SRC_URI[sha256sum] = "f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf"
>
> GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
> UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#188229): https://lists.openembedded.org/g/openembedded-core/message/188229
> Mute This Topic: https://lists.openembedded.org/mt/101591676/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-26 21:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 8:24 [OE-core] [PATCH] python3-numpy: upgrade 1.25.2 -> 1.26.0 wangmy
2023-09-26 21:18 ` Alexandre Belloni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.