summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2018-08-15 21:24:52 +1000
committerAndy Botting2018-08-15 21:24:52 +1000
commitc0453e9093778f75b7082299cc68ed51451536cb (patch)
tree5206e2e6920edfb8124358c9c61ff2edf0854f65
parent5491c6b55478257dcaa694e83fee95b7be9dd2cb (diff)
downloadaur-c0453e9093778f75b7082299cc68ed51451536cb.tar.gz
Update to v1.1.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c31c7a065e5..4ab45f1dfcd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-muranoclient
pkgdesc = Python client library for Murano
- pkgver = 1.0.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://docs.openstack.org/developer/python-muranoclient/
arch = any
@@ -50,7 +50,7 @@ pkgbase = python-muranoclient
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-muranoclient#tag=1.0.1
+ source = git+https://git.openstack.org/openstack/python-muranoclient#tag=1.1.1
sha256sums = SKIP
pkgname = python-muranoclient
diff --git a/PKGBUILD b/PKGBUILD
index 4a3918e1a278..77d8f9e75121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-muranoclient' 'python2-muranoclient')
-pkgver='1.0.1'
+pkgver='1.1.1'
pkgrel='1'
pkgdesc='Python client library for Murano'
arch=('any')
@@ -48,10 +48,10 @@ check() {
cd "${srcdir}/${pkgname}"
# Fix test function name for Python 3
sed -i 's/assertItemsEqual/assertCountEqual/g' muranoclient/tests/unit/osc/v1/*.py
- python setup.py testr
+ stestr run
cd "${srcdir}/${pkgname}-py2"
- PYTHON=python2 python2 setup.py testr
+ PYTHON=python2 stestr2 run
}
package_python-muranoclient() {