From: Mark Asselstine <[email protected]> This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies.
Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-oslo.context_git.bb | 7 +++--- .../recipes-devtools/python/python-oslo.log_git.bb | 12 ++++++---- .../python/python-oslo.messaging_git.bb | 27 ++++++++++++++++++---- .../python/python-oslo.serialization_git.bb | 12 ++++++---- .../python/python-oslo.utils_git.bb | 15 ++++++++---- 5 files changed, 52 insertions(+), 21 deletions(-) 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 ec2651e..3543cae 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -PR = "r0" - SRCNAME = "oslo.context" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "0.1.0" -SRCREV = "205479f254e2bc90c0c142f1f75df500ae94f916" +PV = "0.8.0+git${SRCPV}" +SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" S = "${WORKDIR}/git" inherit setuptools @@ -25,4 +23,5 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ + python-babel \ " 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 bfcbe31..d4f7fe0 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PR = "r0" - SRCNAME = "oslo.log" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "0.3.0" -SRCREV = "5139941a0c8d63ae33421a2082e35fae0f800b67" +PV = "1.13.0+git${SRCPV}" +SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5" S = "${WORKDIR}/git" inherit setuptools @@ -25,10 +23,14 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ + python-six \ + python-babel \ python-iso8601 \ python-oslo.config \ python-oslo.context \ python-oslo.i18n \ python-oslo.utils \ - python-oslo.serialization\ + python-oslo.serialization \ + python-pyinotify \ + python-debtcollector \ " 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 8841ec0..e6c8bf4 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" -PR = "r0" - SRCNAME = "oslo.messaging" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "1.6.0" -SRCREV = "68cd8cfecc12a40b61a7b8557aad7b5a4e1f1c6d" +PV = "2.7.0+git${SRCPV}" +SRCREV = "4f49b7e25373d624ae9146dd46d92b90022c979f" S = "${WORKDIR}/git" inherit setuptools @@ -26,4 +24,25 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ bash \ python-pbr \ + python-cachetools \ + python-trollius \ + python-aioeventlet \ + python-futurist \ + python-oslo.config \ + python-oslo.context \ + python-oslo.log \ + python-oslo.utils \ + python-oslo.serialization \ + python-oslo.middleware \ + python-oslo.service \ + python-oslo.i18n \ + python-stevedore \ + python-six \ + python-eventlet \ + python-greenlet \ + python-webob \ + python-pyyaml \ + python-amqp \ + python-kombu \ + python-aioeventlet \ " 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 db2869c..32b1cc3 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PR = "r0" - SRCNAME = "oslo.serialization" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "1.3.0" -SRCREV = "c89b3f80393b224e4c93f546bc00a4a36c5fb279" +PV = "1.11.0+git${SRCPV}" +SRCREV = "a8626ea9f9e37bf4129096cc2295f63516fb768e" S = "${WORKDIR}/git" inherit setuptools @@ -25,4 +23,10 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ + python-six \ + python-babel \ + python-iso8601 \ + python-oslo.utils \ + python-pytz \ + python-msgpack \ " 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 33c7e53..a833f6c 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PR = "r0" - SRCNAME = "oslo.utils" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" -PV = "1.3.0" -SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241" +PV = "2.7.0+git${SRCPV}" +SRCREV = "6aa24675e890e0bb61967a3e4c5e6aa8cf3dedcf" S = "${WORKDIR}/git" inherit setuptools @@ -25,4 +23,13 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ + python-babel \ + python-six \ + python-iso8601 \ + python-oslo.i18n \ + python-monotonic \ + python-pytz \ + python-netaddr \ + python-netifaces \ + python-debtcollector \ " -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
