summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-26 10:11:34 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-03-29 08:02:19 -0400
commit8ee05d95b70da7e7b62eb03aae05068947c298a1 (patch)
tree59c11c94861005a23f019f2c9b7900f1cd2c505e /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
parent52ed2d1fe1ee56f649e11c6a81621f4de46e9480 (diff)
downloadmeta-cloud-services-8ee05d95b70da7e7b62eb03aae05068947c298a1.tar.gz
python-swiftclient: 3.2.0 -> 3.5.0
Upgrade python-swiftclient from 3.2.0 to 3.5.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
-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 2d5f83b..f668155 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.2.0+git${SRCPV}" 12PV = "3.5.0+git${SRCPV}"
13SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" 13SRCREV = "b91651eba09ed43903c55f24e3a1a52aefeea75f"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir