diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:57 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
commit | 0c5b092a24447e3acd105636b170b699eea3be53 (patch) | |
tree | 335cb49edfcd24e6dc1081943c21856d0223dbcc /meta-openstack | |
parent | 6ad13486568d953df483c01b0e000b00c62f28ed (diff) | |
download | meta-cloud-services-0c5b092a24447e3acd105636b170b699eea3be53.tar.gz |
python-waitress: upgrade to 0.8.9
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb (renamed from meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb b/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb index 6fc319f..548efd1 100644 --- a/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb +++ b/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb | |||
@@ -4,13 +4,12 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | SRCNAME = "waitress" | 7 | SRCNAME = "waitress" |
9 | 8 | ||
10 | SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | 10 | ||
12 | SRC_URI[md5sum] = "714f3d458d82a47f12fb168460de8366" | 11 | SRC_URI[md5sum] = "da3f2e62b3676be5dd630703a68e2a04" |
13 | SRC_URI[sha256sum] = "e161e27faa12837739294dd8c837541aa66a5b2764eed753f0bf851d8ac81a74" | 12 | SRC_URI[sha256sum] = "826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a" |
14 | 13 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 15 | ||