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

Felix Yan felixonmars at archlinux.org
Fri Jul 20 05:45:08 UTC 2018


    Date: Friday, July 20, 2018 @ 05:45:08
  Author: felixonmars
Revision: 362529

upgpkg: python-keystoneauth1 3.10.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 05:32:47 UTC (rev 362528)
+++ PKGBUILD	2018-07-20 05:45:08 UTC (rev 362529)
@@ -4,8 +4,8 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.9.0
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
 url="http://docs.openstack.org/developer/keystoneauth"
@@ -21,14 +21,15 @@
               '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=('3bacada2c84a4629b948f24eb18161227713ae0ef0c8ed98f378031692159b0a97d7f7e3b3dabdbc88bdb1ae87b7c64a032f1a1e964f558f455d058acb1e360e')
+sha512sums=('f59f07c7579528dc98a178787517c0b52b570537b495fae458d80e86de496433525e899817c338a1f04c5259bd0f35321279cea59fb6fd6e8c38bbc870c6417d')
 
 prepare() {
   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}
 
+  sed -i 's/assertItemsEqual/assertCountEqual/' keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
+
   export PBR_VERSION=$pkgver
 }
 



More information about the arch-commits mailing list