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

Felix Yan felixonmars at archlinux.org
Sat Apr 21 04:31:54 UTC 2018


    Date: Saturday, April 21, 2018 @ 04:31:53
  Author: felixonmars
Revision: 317241

upgpkg: python-keystoneauth1 3.5.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-21 04:29:30 UTC (rev 317240)
+++ PKGBUILD	2018-04-21 04:31:53 UTC (rev 317241)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -21,11 +21,11 @@
               'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 'python-stestr'
               'python2-stestr')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
-sha512sums=('ee44402a915f35e6475984766d97669d764d8ff2a794836ed798344a476fd84bed68619d403c13df3e2965060ec8339ea9a62506f6d5c396994e9f384d28b955')
+sha512sums=('0808e3d4cad28ab8eae2ce7c8a1b503179b1ad4dfb69d6134daf09f2ea2c5f992f539c594b5426b7dc904422200f8fc1889217515e5705ff70c6cadda7a57d45')
 
 prepare() {
-  # Use pycodestyle
   sed -i 's/pep8/pycodestyle/g' keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
+  sed -i 's/assertItemsEqual/assertCountEqual/' keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
 
   cp -a keystoneauth-$pkgver{,-py2}
 
@@ -42,7 +42,7 @@
 
 check() {
   cd "$srcdir"/keystoneauth-$pkgver
-  stestr run || warning "Tests failed"
+  stestr run
 
   cd "$srcdir"/keystoneauth-$pkgver-py2
   stestr2 run



More information about the arch-commits mailing list