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

Felix Yan fyan at archlinux.org
Wed May 18 14:50:23 UTC 2016


    Date: Wednesday, May 18, 2016 @ 16:50:23
  Author: fyan
Revision: 268300

upgpkg: twisted 16.2.0-1

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-18 14:29:35 UTC (rev 268299)
+++ PKGBUILD	2016-05-18 14:50:23 UTC (rev 268300)
@@ -6,7 +6,7 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=16.1.1
+pkgver=16.2.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('i686' 'x86_64')
@@ -40,10 +40,10 @@
 
 check() {
   cd "$srcdir"/twisted
-  LC_CTYPE=en_US.utf8 xvfb-run python admin/run-python3-tests || warning "Tests failed"
+  LC_CTYPE=en_US.utf8 xvfb-run python admin/run-python3-tests
 
   cd "$srcdir"/twisted-py2
-  LC_CTYPE=en_US.utf8 xvfb-run python2 bin/trial twisted || warning "Tests failed"
+  LC_CTYPE=en_US.utf8 xvfb-run python2 bin/trial twisted
 }
 
 package_python-twisted() {



More information about the arch-commits mailing list