summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 01:09:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 01:09:47 -0500
commitb26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (patch)
tree847b3799616ad2659897ed8bbc1358a2dad05d90 /meta-openstack/recipes-devtools/python
parent441977d076e5c0aeace44ba65d301b5c6c61d59f (diff)
downloadmeta-cloud-services-b26228953c1d0d8fa5b3f987bc6d6ccd7a753850.tar.gz
oslo: update utils and i18n
The openstack clients need updated oslo libraries, so we bump the versions here. 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-oslo.i18n_1.4.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb)4
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.4.0.bb
index 12c2428..fa710d0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.4.0.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.i18n" 9SRCNAME = "oslo.i18n"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "24da570b208afd3cc569cbcdb169835b" 12SRC_URI[md5sum] = "afd0a3394785b1b37959c1384129a554"
13SRC_URI[sha256sum] = "008f86bc297ee05c63b1e2e4a85985802f086c81b16b0853e8e47df0592b23bc" 13SRC_URI[sha256sum] = "a3d64e8d2b4235a457da2c6269d8c97e867a90ba7d938fe0ed3cfc792c8c87bb"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 18c1504..27a80b6 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.utils" 9SRCNAME = "oslo.utils"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 11
12PV = "1.0.0" 12PV = "1.3.0"
13SRCREV = "f0cce3cd2635b06f8220a1ebe096495006d739bf" 13SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools