summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-07-26 09:06:04 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-25 22:41:22 -0400
commit2374dd13c5ebba120c84c093530d4a781d7b58ae (patch)
treecb25f382760b3b9ffec785e518cb8eb3e47d8b64 /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
parenta3db9feb7d2558779186adcea27c3c9a73b134eb (diff)
downloadmeta-cloud-services-2374dd13c5ebba120c84c093530d4a781d7b58ae.tar.gz
python-swiftclient: upgrade 3.7.0 -> 3.8.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/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 f00fab5..15449e4 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.7.0+git${SRCPV}" 12PV = "3.8.0+git${SRCPV}"
13SRCREV = "991a6cebb900f9ece5279f1c3c2bf33bcbb74086" 13SRCREV = "47d5f44c3dbb5b9172a6ac7e894bf2b940ad5707"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir