[arch-commits] Commit in python-numexpr/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 17 08:26:03 UTC 2021


    Date: Saturday, April 17, 2021 @ 08:26:03
  Author: arojas
Revision: 919618

Update to 2.7.3

Modified:
  python-numexpr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 08:19:49 UTC (rev 919617)
+++ PKGBUILD	2021-04-17 08:26:03 UTC (rev 919618)
@@ -2,7 +2,7 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=python-numexpr
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas"
 url="https://github.com/pydata/numexpr"
@@ -11,7 +11,7 @@
 depends=('python-numpy')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-sha256sums=('7d1b3790103221feda07f4a93a4fa5c6654f46865197a677ca6f27eb5cb4e5ef')
+sha256sums=('00d6b1518605afe0ed10417e0ff07123e5d531c02496c6eed7dd4b9923238e1e')
 
 build() {
   cd "$srcdir"/numexpr-$pkgver



More information about the arch-commits mailing list