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

Felix Yan felixonmars at archlinux.org
Sun Nov 15 10:15:30 UTC 2020


    Date: Sunday, November 15, 2020 @ 10:15:30
  Author: felixonmars
Revision: 754343

upgpkg: python-asteval 0.9.20-1

Modified:
  python-asteval/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 08:26:02 UTC (rev 754342)
+++ PKGBUILD	2020-11-15 10:15:30 UTC (rev 754343)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-asteval
-pkgver=0.9.19
-pkgrel=3
+pkgver=0.9.20
+pkgrel=1
 pkgdesc="Minimalistic evaluator of python expression using ast module"
 url="https://github.com/newville/asteval"
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-numpy')
 source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5d5bd7cca7503f48c433b46996c5d23a7d13164bab8e26d3eb4bd721e7720fd43905dbe9a5eb19cb38fc8296aacf3fc7fa508ff80977ace2ed2eef16e5bbb977')
+sha512sums=('a37d6eb5e1a952b11118fafea9c7f8bbf659a71bff2dfe6126ccc79116039e6ede94ed2b1e46ee152a3e3975c98e144960c5daedc59d82cef5dec56c51c4e258')
 
 build() {
   cd asteval-$pkgver
@@ -20,8 +20,7 @@
 
 check() {
   cd asteval-$pkgver
-  # https://github.com/newville/asteval/issues/78
-  python -m pytest --deselect tests/test_asteval.py::TestEval::test_ndarrayslice
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list