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

Felix Yan felixonmars at archlinux.org
Sat Jul 1 08:15:03 UTC 2017


    Date: Saturday, July 1, 2017 @ 08:15:01
  Author: felixonmars
Revision: 241966

upgpkg: python-webob 1.7.3-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-01 08:08:00 UTC (rev 241965)
+++ PKGBUILD	2017-07-01 08:15:01 UTC (rev 241966)
@@ -5,7 +5,7 @@
 
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="WSGI request and response object"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 optdepends=('python-webob-docs: documentation')
 source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz")
-md5sums=('ab54739f9f716c3cdf66ad3dc4816113')
+sha512sums=('23a51f184754c525dc293b8b71855d40f52445c0df5434af7ec091219e0ea81be162623157b6ec67214cd151b25014bf86991246785816ebcb5a0d1eec9479a1')
 
 prepare() {
   cp -a WebOb-$pkgver{,-py2}
@@ -35,10 +35,10 @@
 
 check() {
   cd "$srcdir"/WebOb-$pkgver
-  python setup.py ptr --addopts "--ignore=docs"
+  python setup.py pytest --addopts "--ignore=docs"
 
   cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py ptr --addopts "--ignore=docs"
+  python2 setup.py pytest --addopts "--ignore=docs"
 }
 
 package_python-webob() {



More information about the arch-commits mailing list