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

Felix Yan fyan at nymeria.archlinux.org
Wed Apr 30 00:57:18 UTC 2014


    Date: Wednesday, April 30, 2014 @ 02:57:18
  Author: fyan
Revision: 110443

upgpkg: python-bottle 0.12.7-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-30 00:52:28 UTC (rev 110442)
+++ PKGBUILD	2014-04-30 00:57:18 UTC (rev 110443)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
@@ -26,10 +26,10 @@
 
 check() {
   cd bottle
-  python test/testall.py || true # Tests failed, 0.12.6
+  python test/testall.py
 
   cd ../python2-bottle
-  python2 test/testall.py
+  python2 test/testall.py || true # Tests failed for 0.12.7
 }
 
 package_python-bottle() {




More information about the arch-commits mailing list