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

Felix Yan felixonmars at archlinux.org
Fri Aug 10 05:04:51 UTC 2018


    Date: Friday, August 10, 2018 @ 05:04:50
  Author: felixonmars
Revision: 370697

upgpkg: python-stestr 2.1.1-1

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-10 05:01:31 UTC (rev 370696)
+++ PKGBUILD	2018-08-10 05:04:50 UTC (rev 370697)
@@ -5,8 +5,8 @@
 
 pkgbase=python-stestr
 pkgname=(python-stestr python2-stestr)
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="http://stestr.readthedocs.io/en/latest/"
 license=('Apache')
@@ -19,7 +19,7 @@
               'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 'python-coverage'
               'python2-coverage' 'python-ddt' 'python2-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
-sha512sums=('a99d0659da0ca2b86703529df9ef6d135578bd8374a2afcbd10bd96f24f5e6dd1dacd5929d96a083881f1db2a930b039d9045348a0298d84d2480c6c9a75d1f7')
+sha512sums=('02299027c006c04f0b3047ac8543ab3a10fd857b048d1c0d9ee18d3a69eb2ee9c275db166e115fd54b58ac30ff742b8fd82650c1ab8b94b9376b86717adfea2b')
 
 prepare() {
   cp -a stestr-$pkgver{,-py2}
@@ -37,7 +37,7 @@
   cd "$srcdir"/stestr-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
-    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages"
+    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
     export PATH="$PWD/tmp_install/usr/bin:$PATH"
     stestr run || warning "Tests failed"
   )



More information about the arch-commits mailing list