Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numexpr
Commits:
c8ccd895 by Antonio Rojas at 2024-06-22T20:22:07+02:00
upgpkg: 2.10.1-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numexpr
pkgdesc = Fast numerical array expression evaluator for Python, NumPy,
PyTables, pandas
- pkgver = 2.9.0
- pkgrel = 3
+ pkgver = 2.10.1
+ pkgrel = 1
url = https://github.com/pydata/numexpr
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-numexpr
makedepends = python-setuptools
makedepends = python-wheel
depends = python-numpy
- source =
https://github.com/pydata/numexpr/archive/v2.9.0/python-numexpr-2.9.0.tar.gz
- sha256sums =
4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e
+ source =
https://github.com/pydata/numexpr/archive/v2.10.1/python-numexpr-2.10.1.tar.gz
+ sha256sums =
e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
pkgname = python-numexpr
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python-numexpr
-pkgver=2.9.0
-pkgrel=3
+pkgver=2.10.1
+pkgrel=1
pkgdesc="Fast numerical array expression evaluator for Python, NumPy,
PyTables, pandas"
url="https://github.com/pydata/numexpr"
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(
python-wheel
)
source=(https://github.com/pydata/numexpr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e')
+sha256sums=('e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793')
prepare() {
sed -i 's/, "oldest-supported-numpy"//' numexpr-$pkgver/pyproject.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numexpr/-/commit/c8ccd895cecda0878b94b06993da96b7a3864616
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numexpr/-/commit/c8ccd895cecda0878b94b06993da96b7a3864616
You're receiving this email because of your account on gitlab.archlinux.org.