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

Felix Yan felixonmars at archlinux.org
Fri Feb 22 16:59:40 UTC 2019


    Date: Friday, February 22, 2019 @ 16:59:39
  Author: felixonmars
Revision: 346673

upgpkg: python-beaker 1.10.1-1

Modified:
  python-beaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 16:17:21 UTC (rev 346672)
+++ PKGBUILD	2019-02-22 16:59:39 UTC (rev 346673)
@@ -4,8 +4,8 @@
 
 pkgbase=python-beaker
 pkgname=('python-beaker' 'python2-beaker')
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
@@ -18,7 +18,7 @@
               'python-cryptography' 'python2-cryptography' 'python-memcached' 'python2-memcached'
               'memcached' 'pifpaf' 'python-mongomock' 'python2-mongomock')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/bbangert/beaker/archive/$pkgver.tar.gz")
-sha512sums=('2a8a6e10f771aaa33190598a52bf1110f1ae1116828c1e9cd42aeceb3dc7a9af896f20c809f165c50940de44d48628d6cacb6f2b480a128bae05f902898ed2b5')
+sha512sums=('4905345ee95aa474d2156465c6203a79c18f12efcf5bb57c4cbfa560c8157be574b199c702d5a61cb2bb1f1032bb45fa80b57f73228634c8103a5906e060451d')
 
 prepare() {
   # Use a fake MongoDB for tests
@@ -42,7 +42,7 @@
 
 check() {
   cd "$srcdir"/beaker-$pkgver
-  pifpaf run memcached --port 11211 -- pifpaf run redis python setup.py nosetests || warning "Tests failed"
+  pifpaf run memcached --port 11211 -- pifpaf run redis python setup.py nosetests
 
   cd "$srcdir"/beaker-$pkgver-py2
   pifpaf run memcached --port 11211 -- pifpaf run redis python2 setup.py nosetests



More information about the arch-commits mailing list