diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:25 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
commit | 387c4ff5431b2f6f7a8c20450c5fc0e575ddcee1 (patch) | |
tree | aa263f7e5285019db821b431b5fc04cbc3f8d5b9 /meta-openstack/recipes-devtools/python | |
parent | ff334f8d56618ff9d6610f9d604c3f1f0b650567 (diff) | |
download | meta-cloud-services-387c4ff5431b2f6f7a8c20450c5fc0e575ddcee1.tar.gz |
python-kombu: upgrade to 3.0.26
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
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-kombu_3.0.26.bb (renamed from meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb index d0bf7fd..d3cc17d 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | |||
@@ -2,15 +2,14 @@ DESCRIPTION = "A messaging framework for Python" | |||
2 | HOMEPAGE = "http://kombu.readthedocs.org" | 2 | HOMEPAGE = "http://kombu.readthedocs.org" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34442d8097d82121c4a8c1ab10e7d471" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a25a2e176842f3a9934f9d7ee8e0edae" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | SRCNAME = "kombu" | 7 | SRCNAME = "kombu" |
9 | 8 | ||
10 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | 10 | ||
12 | SRC_URI[md5sum] = "8f33b7e9c4b5757e151b455f51a3a4be" | 11 | SRC_URI[md5sum] = "dda05763cd4b72a131fe1ef9ba93d542" |
13 | SRC_URI[sha256sum] = "7da5e90cde3f8c9aea7210345ee15e66da4438bee56087cb0f00e8c7f03dd66a" | 12 | SRC_URI[sha256sum] = "1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09" |
14 | 13 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 15 | ||