Date: Wednesday, October 24, 2018 @ 18:13:09
  Author: felixonmars
Revision: 398861

upgpkg: python-keystoneclient 3.18.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-24 18:10:54 UTC (rev 398860)
+++ PKGBUILD    2018-10-24 18:13:09 UTC (rev 398861)
@@ -2,8 +2,8 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.17.0
-pkgrel=2
+pkgver=3.18.0
+pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')
 url="https://docs.openstack.org/python-keystoneclient/latest/";
@@ -14,11 +14,11 @@
              'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-serialization'
              'python2-oslo-serialization' 'python-oslo-config' 
'python2-oslo-config'
              'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-              'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
-              'python2-pycodestyle' 'python-lxml' 'python2-lxml' 
'python-testrepository' 'python2-testrepository')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+              'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 
'python2-lxml'
+              'python-testresources' 'python2-testresources')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
-sha512sums=('8a8864fc83ebfc61b052367f587acf947715990507b388a09cb9b0524404e7770c3f7baf1f0c2b17fe8794cc3c068d89176c57e4b9de39d6b6a60094a950c76c')
+sha512sums=('87c317e8d7efd0462dcbb2253bb395f24467506c4e534b0a5bb3bc5431e2c84691fa46bbecf6906f8de68d897b930b40c2d2c75d1a8ef6e0ed49c88f42d9a5ce')
 
 export PBR_VERSION=$pkgver
 
@@ -36,10 +36,10 @@
 
 check() {
   cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py testr
+  stestr run
 
   cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
+  PYTHON=python2 stestr2 run
 }
 
 package_python-keystoneclient() {

Reply via email to