diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:38 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | 0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (patch) | |
| tree | c32601b9df12a2190ef451310d9a99b2eb0cd089 | |
| parent | d3d2bd09918f75cd22288795c169a54c4ee8cfaf (diff) | |
| download | meta-cloud-services-0a25cc15e836c4bdd8c59f18d690460d62de6cb9.tar.gz | |
python-oslo*: uprev to latest stable/pike
Uprev all of the existing 'oslo' packages to the latest commit on the
stable/pike branch. This will allow us to prepare for the uprev of the
main openstack components to stable/pike.
Dependencies are been validated and uprev'd/added as needed.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
19 files changed, 64 insertions, 69 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb index 5393bb7..e57abbb 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "1.21.1" | 7 | PV = "1.28.0" |
| 8 | SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" | 8 | SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081" |
| 9 | 9 | ||
| 10 | SRCNAME = "os-client-config" | 10 | SRCNAME = "os-client-config" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index a20dfd7..209728e 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "1.14.0+git${SRCPV}" | 7 | PV = "1.14.0+git${SRCPV}" |
| 8 | SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a" | 8 | SRCREV = "f5b6ddf7d18a7e06e19712ca7a2509d658a08c4d" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.cache" | 10 | SRCNAME = "oslo.cache" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb index 7b1fe68..16ebc89 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.14.0+git${SRCPV}" | 7 | PV = "3.21.1+git${SRCPV}" |
| 8 | SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316" | 8 | SRCREV = "8adf9b1f0d69dca7372b967ef4f894487f1a9d64" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.concurrency" | 10 | SRCNAME = "oslo.concurrency" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -25,11 +25,9 @@ DEPENDS += " \ | |||
| 25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 26 | python-pbr \ | 26 | python-pbr \ |
| 27 | python-fasteners \ | 27 | python-fasteners \ |
| 28 | python-iso8601 \ | ||
| 29 | python-oslo.config \ | 28 | python-oslo.config \ |
| 30 | python-oslo.i18n \ | 29 | python-oslo.i18n \ |
| 31 | python-oslo.utils \ | 30 | python-oslo.utils \ |
| 32 | python-six \ | 31 | python-six \ |
| 33 | python-retrying \ | ||
| 34 | python-enum34 \ | 32 | python-enum34 \ |
| 35 | " | 33 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb index ade23ba..0ccc66e 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | PV = "3.17.0+git${SRCPV}" | 7 | PV = "4.11.1+git${SRCPV}" |
| 8 | SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" | 8 | SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.config" | 10 | SRCNAME = "oslo.config" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -32,4 +32,6 @@ RDEPENDS_${PN} += " \ | |||
| 32 | python-debtcollector \ | 32 | python-debtcollector \ |
| 33 | python-oslo.i18n \ | 33 | python-oslo.i18n \ |
| 34 | python-rfc3986 \ | 34 | python-rfc3986 \ |
| 35 | python-pyyaml \ | ||
| 35 | " | 36 | " |
| 37 | \ No newline at end of file | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb index 571e1c2..bf1ae7a 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.context" | 7 | SRCNAME = "oslo.context" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "2.9.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
| 11 | SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" | 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -27,5 +27,6 @@ DEPENDS += " \ | |||
| 27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | bash \ | 28 | bash \ |
| 29 | python-pbr \ | 29 | python-pbr \ |
| 30 | python-debtcollector \ | ||
| 30 | python-positional \ | 31 | python-positional \ |
| 31 | " | 32 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb index ca48d78..53df106 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "4.13.5+git${SRCPV}" | 7 | PV = "4.25.0+git${SRCPV}" |
| 8 | SRCREV = "086be4ac91b17942370980a35d67d48d2e42567a" | 8 | SRCREV = "71607d59ec5c02d7beb5109c500aa9b6a0d9ee2c" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.db" | 10 | SRCNAME = "oslo.db" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -22,12 +22,8 @@ DEPENDS += " \ | |||
| 22 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${PN} += " \ |
| 23 | python-six \ | 23 | python-six \ |
| 24 | python-alembic \ | 24 | python-alembic \ |
| 25 | python-babel \ | ||
| 26 | python-iso8601 \ | ||
| 27 | python-lockfile \ | ||
| 28 | python-oslo.config \ | 25 | python-oslo.config \ |
| 29 | python-oslo.i18n \ | 26 | python-oslo.i18n \ |
| 30 | python-oslo.context \ | ||
| 31 | python-oslo.utils \ | 27 | python-oslo.utils \ |
| 32 | python-sqlalchemy \ | 28 | python-sqlalchemy \ |
| 33 | python-sqlalchemy-migrate \ | 29 | python-sqlalchemy-migrate \ |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb index 8b6db29..9f7ddc5 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.9.0+git${SRCPV}" | 7 | PV = "3.17.0+git${SRCPV}" |
| 8 | SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def" | 8 | SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.i18n" | 10 | SRCNAME = "oslo.i18n" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb index 9a819c6..d6ca0ee 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.log" | 7 | SRCNAME = "oslo.log" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "3.16.0+git${SRCPV}" | 10 | PV = "3.30.0+git${SRCPV}" |
| 11 | SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc" | 11 | SRCREV = "ad776e84b51223b85b7dfa85a7e77bb2f3848f4b" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -37,4 +37,5 @@ RDEPENDS_${PN} += " \ | |||
| 37 | python-pyinotify \ | 37 | python-pyinotify \ |
| 38 | python-debtcollector \ | 38 | python-debtcollector \ |
| 39 | python-dateutil \ | 39 | python-dateutil \ |
| 40 | python-monotonic \ | ||
| 40 | " | 41 | " |
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 a960771..6cd5d76 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.messaging" | 7 | SRCNAME = "oslo.messaging" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "5.10.1+git${SRCPV}" | 10 | PV = "5.30.1+git${SRCPV}" |
| 11 | SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a" | 11 | SRCREV = "a07d852b237d229a0f4dd55fd83379c0581e44e9" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -26,8 +26,6 @@ RDEPENDS_${PN} += " \ | |||
| 26 | python-pbr \ | 26 | python-pbr \ |
| 27 | python-cachetools \ | 27 | python-cachetools \ |
| 28 | python-futurist \ | 28 | python-futurist \ |
| 29 | python-oslo.config \ | ||
| 30 | python-oslo.context \ | ||
| 31 | python-oslo.log \ | 29 | python-oslo.log \ |
| 32 | python-oslo.utils \ | 30 | python-oslo.utils \ |
| 33 | python-oslo.serialization \ | 31 | python-oslo.serialization \ |
| @@ -38,8 +36,6 @@ RDEPENDS_${PN} += " \ | |||
| 38 | python-debtcollector \ | 36 | python-debtcollector \ |
| 39 | python-monotonic \ | 37 | python-monotonic \ |
| 40 | python-six \ | 38 | python-six \ |
| 41 | python-eventlet \ | ||
| 42 | python-greenlet \ | ||
| 43 | python-webob \ | 39 | python-webob \ |
| 44 | python-pyyaml \ | 40 | python-pyyaml \ |
| 45 | python-amqp \ | 41 | python-amqp \ |
| @@ -47,5 +43,5 @@ RDEPENDS_${PN} += " \ | |||
| 47 | python-pika \ | 43 | python-pika \ |
| 48 | python-pika-pool \ | 44 | python-pika-pool \ |
| 49 | python-futures \ | 45 | python-futures \ |
| 50 | python-retrying \ | 46 | python-tenacity \ |
| 51 | " | 47 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb index 811068a..b02d653 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.19.0+git${SRCPV}" | 7 | PV = "3.30.1+git${SRCPV}" |
| 8 | SRCREV = "e3e052a92e9eb3e40af3c653281c944d34f822b4" | 8 | SRCREV = "d9ad4bae1e0d6c43a009d393ac94f7ff50116171" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.middleware" | 10 | SRCNAME = "oslo.middleware" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \ | |||
| 33 | python-stevedore \ | 33 | python-stevedore \ |
| 34 | python-webob \ | 34 | python-webob \ |
| 35 | python-debtcollector \ | 35 | python-debtcollector \ |
| 36 | python-statsd \ | ||
| 36 | " | 37 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb index f586d28..82c3ae0 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | |||
| @@ -5,11 +5,11 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "Apache-2" | 5 | LICENSE = "Apache-2" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 7 | 7 | ||
| 8 | PV = "1.14.0+git${SRCPV}" | 8 | PV = "1.25.1+git${SRCPV}" |
| 9 | SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6" | 9 | SRCREV = "cb9ab34cd40a7cd9eff0e40ccc2df4ee88edae4e" |
| 10 | 10 | ||
| 11 | SRCNAME = "oslo.policy" | 11 | SRCNAME = "oslo.policy" |
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb index 39a1131..fd32326 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "1.14.0+git${SRCPV}" | 7 | PV = "1.22.0+git${SRCPV}" |
| 8 | SRCREV = "2a9e24502d0960010c00314218ae85a1a04e71b2" | 8 | SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.reports" | 10 | SRCNAME = "oslo.reports" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb index 4d62093..2dbbfe8 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | PV = "5.1.1+git${SRCPV}" | 7 | PV = "5.9.0+git${SRCPV}" |
| 8 | SRCREV = "36e9592359f70c720d93b460d33ea136d3945996" | 8 | SRCREV = "b7b63e2ecb50ba66a1f152ae6f71dd208326fbee" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.rootwrap" | 10 | SRCNAME = "oslo.rootwrap" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
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 6a747fa..b11957d 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.serialization" | 7 | SRCNAME = "oslo.serialization" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "2.13.0+git${SRCPV}" | 10 | PV = "2.20.0+git${SRCPV}" |
| 11 | SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d" | 11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb index f754444..0cea229 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "1.16.0" | 7 | PV = "1.25.0" |
| 8 | SRCREV = "e11a2880777249674664ec330004fda5e605ac73" | 8 | SRCREV = "0020bef6a503905aca5cdb70aee54e1c5f2ff472" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.service" | 10 | SRCNAME = "oslo.service" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -35,3 +35,4 @@ RDEPENDS_${PN} += " \ | |||
| 35 | python-paste \ | 35 | python-paste \ |
| 36 | python-routes \ | 36 | python-routes \ |
| 37 | " | 37 | " |
| 38 | \ No newline at end of file | ||
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 1ded267..e73bf53 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.utils" | 7 | SRCNAME = "oslo.utils" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "3.16.0+git${SRCPV}" | 10 | PV = "3.28.0+git${SRCPV}" |
| 11 | SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" | 11 | SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb index b622736..d62b451 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "1.17.0+git${SRCPV}" | 7 | PV = "1.26.0+git${SRCPV}" |
| 8 | SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531" | 8 | SRCREV = "78cd10662f20c4ae43e20a2dfa844cfd4e5cae26" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.versionedobjects" | 10 | SRCNAME = "oslo.versionedobjects" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb index 8e355d8..f6e7b5e 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "2.14.0+git${SRCPV}" | 7 | PV = "2.23.0+git${SRCPV}" |
| 8 | SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1" | 8 | SRCREV = "95a30dfa24d259fe16f0fd43eb1b67b9f3fc0397" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.vmware" | 10 | SRCNAME = "oslo.vmware" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb index d08e107..20c0b53 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb | |||
| @@ -6,11 +6,11 @@ SECTION = "devel/python" | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 8 | 8 | ||
| 9 | PV = "2.10.0+git${SRCPV}" | 9 | PV = "2.17.0+git${SRCPV}" |
| 10 | SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" | 10 | SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924" |
| 11 | 11 | ||
| 12 | SRCNAME = "oslotest" | 12 | SRCNAME = "oslotest" |
| 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| @@ -24,12 +24,11 @@ RDEPENDS_${PN} = "python-fixtures \ | |||
| 24 | python-subunit \ | 24 | python-subunit \ |
| 25 | python-six \ | 25 | python-six \ |
| 26 | python-testrepository \ | 26 | python-testrepository \ |
| 27 | python-testscenarios \ | ||
| 28 | python-testtools \ | 27 | python-testtools \ |
| 29 | python-mock \ | 28 | python-mock \ |
| 30 | python-mox3 \ | 29 | python-mox3 \ |
| 31 | python-os-client-config \ | 30 | python-os-client-config \ |
| 32 | python-debtcollector \ | 31 | python-debtcollector \ |
| 33 | python-pbr \ | ||
| 34 | bash \ | 32 | bash \ |
| 35 | " | 33 | " |
| 34 | \ No newline at end of file | ||
