diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | db34c7507359eef47e4f34ffd84686ebaaaaef7c (patch) | |
| tree | bb22d3505aaf3db82323b3fb72620b81f4007aaf /meta-openstack | |
| parent | a53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (diff) | |
| download | meta-cloud-services-db34c7507359eef47e4f34ffd84686ebaaaaef7c.tar.gz | |
python-kombu: uprev to v4.1.0
This version is required for python-oslo.messaging when moved to
stable/pike. We can drop the v3.0.37 version as it is no longer
required allowing us to only have one recipe.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
4 files changed, 16 insertions, 44 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index ceb489b..302b657 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -19,6 +19,5 @@ PREFERRED_VERSION_python-django = "1.8.6" | |||
| 19 | PREFERRED_VERSION_python-netaddr = "0.7.19" | 19 | PREFERRED_VERSION_python-netaddr = "0.7.19" |
| 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" | 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" |
| 21 | PREFERRED_VERSION_python-requests = "2.13.0" | 21 | PREFERRED_VERSION_python-requests = "2.13.0" |
| 22 | PREFERRED_VERSION_python-kombu = "3.0.%" | ||
| 23 | 22 | ||
| 24 | LICENSE_PATH += "${LAYERDIR}/licenses" | 23 | LICENSE_PATH += "${LAYERDIR}/licenses" |
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb deleted file mode 100644 index 16e3f0a..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ee3b641e9940ba25a4dd66b3942866cf" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "a1901036ba5e70e6b1733f7c2d5ee313" | ||
| 12 | SRC_URI[sha256sum] = "e064a00c66b4d1058cd2b0523fb8d98c82c18450244177b6c0f7913016642650" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = " \ | ||
| 21 | python-anyjson \ | ||
| 22 | python-amqp \ | ||
| 23 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb deleted file mode 100644 index 66fe763..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/c7/76/58c655a80bf08b703478ce673ed4e3029297105951863b73030d45b06b42/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1f24f3a8addf8f3eb0f463aad970f0fb" | ||
| 12 | SRC_URI[sha256sum] = "d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb new file mode 100644 index 0000000..8d44426 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "2fb2be9fec0e6514231bba23a3779439" | ||
| 8 | SRC_URI[sha256sum] = "4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | python-amqp \ | ||
| 16 | " | ||
