diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 11:39:21 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 11:39:21 -0500 |
| commit | a6c018a7467f48293ddb67dbd58edd8d80db10ad (patch) | |
| tree | e478f590f4a1ec8060d45db70605aaf1e3b899bb /meta-openstack/recipes-devtools | |
| parent | b26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (diff) | |
| download | meta-cloud-services-a6c018a7467f48293ddb67dbd58edd8d80db10ad.tar.gz | |
oslo: update to latest versions
To get the clients functional, we need to update to the latest oslo release
(and git trees).
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb) | 6 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.middleware_0.4.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb) | 0 |
8 files changed, 15 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb index f0eee63..50136ae 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.concurrency" | 9 | SRCNAME = "oslo.concurrency" |
| 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] = "dac550b3d2ae1102f686e76788668f06" | 12 | SRC_URI[md5sum] = "83baf51766c3acf9929223762689ebfd" |
| 13 | SRC_URI[sha256sum] = "acebe17ad0509be62bcb26d33676336c3e622651fc47feb38753882b39a7efb4" | 13 | SRC_URI[sha256sum] = "89b62c029f0ecfcc92da22277e93fbe74363d459208bf62d2c9e7a3da0019e83" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb index 75c12cd..6cc72f6 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb | |||
| @@ -9,8 +9,8 @@ SRCNAME = "oslo.config" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "55bc1515401b92252685c94d556a7257" | 12 | SRC_URI[md5sum] = "d51fd561300f46945dd24977c429280c" |
| 13 | SRC_URI[sha256sum] = "739e76e0a83ec585a3c0415140d9e6ba1b14c7f207e33643e8af7eb4346ffe07" | 13 | SRC_URI[sha256sum] = "4709df3a8ba05e6a47300770f1c90ade77b3d095f28e8f75191df8745268bb20" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| @@ -21,4 +21,4 @@ DEPENDS += " \ | |||
| 21 | python-pip \ | 21 | python-pip \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "python-pbr" \ No newline at end of file | 24 | RDEPENDS_${PN} += "python-pbr" |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb index c026c92..8428333 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.db" | 9 | SRCNAME = "oslo.db" |
| 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] = "6c87294ce18252bef17e2552bc19a40c" | 12 | SRC_URI[md5sum] = "d49f8b663128698f2e094095f997519a" |
| 13 | SRC_URI[sha256sum] = "7092525eab0352748fc0c58a7facd3d6ae967d9130589b4afc12bfa171bee837" | 13 | SRC_URI[sha256sum] = "e1fc76e17db9552c42ddca7b95ef8dce9a2049c68b90c0130ed2e27c7a9d82fb" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index 57a573e..5c11505 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.messaging" | 9 | SRCNAME = "oslo.messaging" |
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 11 | 11 | ||
| 12 | PV = "1.4.1" | 12 | PV = "1.6.0" |
| 13 | SRCREV = "a87aa3ef00907d5d9222a816df2298d2fc7c3683" | 13 | SRCREV = "68cd8cfecc12a40b61a7b8557aad7b5a4e1f1c6d" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.4.0.bb index f42e498..7f18179 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.4.0.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.middleware" | 9 | SRCNAME = "oslo.middleware" |
| 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] = "52fe009ad08c4ee9f9a3d26843ff41f0" | 12 | SRC_URI[md5sum] = "bca65b0372bd1f13eefa4c7205c9df99" |
| 13 | SRC_URI[sha256sum] = "539d401f4496606ac36795e1238a66c40b6aa4d4df21fd0fecec3a27ec0b2340" | 13 | SRC_URI[sha256sum] = "d300f8342b5faaf712890d58da111789740aebb4b46874e41b45110b704719cb" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb index 1391dcd..3a2477b 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.rootwrap" | 9 | SRCNAME = "oslo.rootwrap" |
| 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] = "b867d1670d7e744790e9c6b503ec8838" | 12 | SRC_URI[md5sum] = "3a988feffa7a0fb022857db9287bf8b9" |
| 13 | SRC_URI[sha256sum] = "42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629" | 13 | SRC_URI[sha256sum] = "d2842359c08d7ecc5e5255f9c97aa9c42300eaed556d8f46fc18537e5d00b97e" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb index 7f538c7..451c6b9 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | SRCNAME = "oslo.serialization" | 9 | SRCNAME = "oslo.serialization" |
| 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 = "ddde5a5a5ac4ff2ebaed7297bf35536b51aeabda" | 13 | SRCREV = "c89b3f80393b224e4c93f546bc00a4a36c5fb279" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb index edb37d8..edb37d8 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb | |||
