diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 01:09:45 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 01:09:47 -0500 |
commit | b26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (patch) | |
tree | 847b3799616ad2659897ed8bbc1358a2dad05d90 /meta-openstack/recipes-devtools/python | |
parent | 441977d076e5c0aeace44ba65d301b5c6c61d59f (diff) | |
download | meta-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.bb | 4 |
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" | |||
9 | SRCNAME = "oslo.i18n" | 9 | SRCNAME = "oslo.i18n" |
10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "24da570b208afd3cc569cbcdb169835b" | 12 | SRC_URI[md5sum] = "afd0a3394785b1b37959c1384129a554" |
13 | SRC_URI[sha256sum] = "008f86bc297ee05c63b1e2e4a85985802f086c81b16b0853e8e47df0592b23bc" | 13 | SRC_URI[sha256sum] = "a3d64e8d2b4235a457da2c6269d8c97e867a90ba7d938fe0ed3cfc792c8c87bb" |
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${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" | |||
9 | SRCNAME = "oslo.utils" | 9 | SRCNAME = "oslo.utils" |
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
11 | 11 | ||
12 | PV = "1.0.0" | 12 | PV = "1.3.0" |
13 | SRCREV = "f0cce3cd2635b06f8220a1ebe096495006d739bf" | 13 | SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit setuptools | 16 | inherit setuptools |