summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-10 09:59:11 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-15 00:03:03 -0400
commit1ce16e4e226e5d86cbf8262b7088308bd3efaa66 (patch)
tree586c9559208bac31c7898d205d49284fc24a04d8 /meta-openstack
parent71ab5d05308acf1430f58807265930c2e78d9920 (diff)
downloadmeta-cloud-services-1ce16e4e226e5d86cbf8262b7088308bd3efaa66.tar.gz
python-zaqarclient: upgrade 1.11.0 -> 1.12.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
index e6f92f7..699d380 100644
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
@@ -30,8 +30,8 @@ RDEPENDS_${PN} +=" \
30SRCNAME = "zaqarclient" 30SRCNAME = "zaqarclient"
31SRC_URI = "git://github.com/openstack/${BPN}.git" 31SRC_URI = "git://github.com/openstack/${BPN}.git"
32 32
33PV = "1.11.0+git${SRCPV}" 33PV = "1.12.0+git${SRCPV}"
34SRCREV = "13e90a0ab5e296fb8cf21d09c666c06ed47a84c0" 34SRCREV = "9038bf6ba93c24c9a61447dfcb14e436f1267066"
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36
37inherit setuptools 37inherit setuptools