python-numexpr: update to 2.13.0

This commit is contained in:
Dirk Stolle
2025-09-25 11:39:08 +02:00
parent 8a9d1a43c6
commit 45cdab3ce2

View File

@@ -3,13 +3,13 @@
_realname=numexpr
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-$_realname")
pkgver=2.12.1
pkgver=2.13.0
pkgrel=1
pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/pydata/numexpr"
msys2_changelog_ulr='https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst'
msys2_changelog_url='https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst'
msys2_references=(
'archlinux: python-numexpr'
'gentoo: dev-python/numexpr'
@@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"001-fix-building-on-mingw.patch")
sha256sums=('e239faed0af001d1f1ea02934f7b3bb2bb6711ddb98e7a7bef61be5f45ff54ab'
sha256sums=('3363d804f202437586447a49b5c83b01322e8be72279d49e0bf524720edc01b6'
'cb2df265e38b79cfc386695c9e74a128662ba5901939d400c591d45cc1cabe63')
prepare() {