From dbc565b5fbb0c443fcbc88a65e361ec24c30f481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Sat, 22 Jun 2024 14:23:55 +0100 Subject: [PATCH] python-numexpr: update to 2.10.1 --- mingw-w64-python-numexpr/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-numexpr/PKGBUILD b/mingw-w64-python-numexpr/PKGBUILD index 6e873bb0e1..2f478eccbb 100644 --- a/mingw-w64-python-numexpr/PKGBUILD +++ b/mingw-w64-python-numexpr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-$_realname") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.9.0 +pkgver=2.10.1 pkgrel=1 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas (mingw-w64)" arch=('any') @@ -23,12 +23,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" - "${MINGW_PACKAGE_PREFIX}-python-oldest-supported-numpy" "${MINGW_PACKAGE_PREFIX}-python-wheel" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz" "001-fix-building-on-mingw.patch") -sha256sums=('f21d12f6c432ce349089eb95342babf6629aebb3fddf187a4492d3aadaadaaf0' +sha256sums=('9bba99d354a65f1a008ab8b87f07d84404c668e66bab624df5b6b5373403cf81' 'cb2df265e38b79cfc386695c9e74a128662ba5901939d400c591d45cc1cabe63') prepare() {