python-numpy: update to 2.3.3

This commit is contained in:
Dirk Stolle 2025-09-10 04:56:31 +02:00
parent 77258923bc
commit ca66d0b5c3

View File

@ -5,7 +5,7 @@
_realname=numpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.3.2
pkgver=2.3.3
pkgrel=1
pkgdesc="Fundamental package for array computing in Python. (mingw-w64)"
arch=('any')
@ -15,6 +15,8 @@ msys2_repository_url="https://github.com/numpy/numpy"
msys2_references=(
"archlinux: python-numpy"
"cpe: cpe:/a:numpy:numpy"
"cygwin: python-numpy"
"gentoo: dev-python/numpy"
"purl: pkg:pypi/numpy"
)
license=('spdx:BSD-3-Clause')
@ -33,7 +35,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest: testsuite")
options=(!strip)
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz
0007-disable-64bit-experimental-warning.patch)
sha256sums=('e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48'
sha256sums=('ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029'
'3506a9c877541045ba06e118ebd37c010b5e165f90264675c04a0f935b294ea4')
# Helper macros to help make tasks easier #