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

Felix Yan felixonmars at archlinux.org
Sun Oct 1 14:13:44 UTC 2017


    Date: Sunday, October 1, 2017 @ 14:13:43
  Author: felixonmars
Revision: 261162

upgpkg: python-tqdm 4.19.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-01 13:59:28 UTC (rev 261161)
+++ PKGBUILD	2017-10-01 14:13:43 UTC (rev 261162)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.17.1
+pkgver=4.19.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage' 'flake8'
               'python2-flake8')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
-sha512sums=('b98c335bca045548262893ae78583063f99101bbde7f8ee812ab5b52918f78a39f55e1a13c5c9ee73e447e80feeefbf91095c7a19bf650f1054f464e63cb7081')
+sha512sums=('ef59571a1ead329a3ad74e5b8d04e25eab35a1967b14cfc364513af5c82ed4618b352c1b2746cfce3bbdd29868a5d82e267ff8c270d5673097b91e4d116e7b45')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests
+  python setup.py nosetests --ignore-files="tests_perf\.py"
 
   cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
 }
 
 package_python-tqdm() {



More information about the arch-commits mailing list