Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-numexpr
Commits: 5a5ccd62 by Antonio Rojas at 2023-11-03T09:38:27+01:00 upgpkg: 2.8.7-1: Update to 2.8.7 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = python-numexpr + pkgdesc = Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas + pkgver = 2.8.7 + pkgrel = 1 + url = https://github.com/pydata/numexpr + arch = x86_64 + license = MIT + makedepends = python-setuptools + depends = python-numpy + source = https://github.com/pydata/numexpr/archive/v2.8.7/python-numexpr-2.8.7.tar.gz + sha256sums = df5131349ec1e4b080a3e2df7abbb7bce20d023adff633d259e1ce1549a60ed1 + +pkgname = python-numexpr ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Sebastien Binet <binet@lblbox> pkgname=python-numexpr -pkgver=2.8.4 -pkgrel=2 +pkgver=2.8.7 +pkgrel=1 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas" url="https://github.com/pydata/numexpr" arch=(x86_64) @@ -12,7 +12,7 @@ license=(MIT) depends=(python-numpy) makedepends=(python-setuptools) source=(https://github.com/pydata/numexpr/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('0e21addd25db5f62d60d97e4380339d9c1fb2de72c88b070c279776ee6455d10') +sha256sums=('df5131349ec1e4b080a3e2df7abbb7bce20d023adff633d259e1ce1549a60ed1') build() { cd numexpr-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numexpr/-/commit/5a5ccd62b45aea40d3ebc06446aef9580696b66a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numexpr/-/commit/5a5ccd62b45aea40d3ebc06446aef9580696b66a You're receiving this email because of your account on gitlab.archlinux.org.
