summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-29 11:08:30 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-29 12:29:41 -0400
commit3cc1ec1434561eea852b1a68e8c654af8086ced0 (patch)
tree21a15897d76687b4ea5813cf82f68be9bbace1cf /meta-openstack/recipes-devtools/python
parentea41c634c2c6bfa6294ec8e1aff3ca86dbdc9f63 (diff)
downloadmeta-cloud-services-3cc1ec1434561eea852b1a68e8c654af8086ced0.tar.gz
python-openstackclient: upgrade to 1.1.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
index ae8e82c..3fd26d3 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
@@ -8,8 +8,8 @@ SRCNAME = "python-openstackclient"
8 8
9SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "595c9be3ae2f967f7dd5f33753137377" 11SRC_URI[md5sum] = "c965b343b0fdf97d01e28d5460c7c175"
12SRC_URI[sha256sum] = "d39a2e6cf98d409f8545b9d3a207eb8cbf3b2fc5ea17b0f8d9bed52326ca9f49" 12SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2fa91ba"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15