summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-09-18 17:36:31 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-19 03:58:45 -0400
commit7463196b6e8b9b37a17545275de1da2dacccd62b (patch)
tree4c592c9e430cd4f64c5de99b75879636dc3a715e
parent0251e2c1734ae38ecb4cc5ed267a1d94d050dee3 (diff)
downloadmeta-cloud-services-7463196b6e8b9b37a17545275de1da2dacccd62b.tar.gz
python-swiftclient:3.5.0->3.6.0
Upgrade python-swiftclient from 3.5.0 to 3.6.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index f668155..0ee9680 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "swiftclient"
9 9
10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
11 11
12PV = "3.5.0+git${SRCPV}" 12PV = "3.6.0+git${SRCPV}"
13SRCREV = "b91651eba09ed43903c55f24e3a1a52aefeea75f" 13SRCREV = "1cf074f4da62b7a42f88aef3c8571e7b6e850823"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir