From 0c5b092a24447e3acd105636b170b699eea3be53 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:57 +0800 Subject: python-waitress: upgrade to 0.8.9 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-waitress_0.8.7.bb | 17 ----------------- .../recipes-devtools/python/python-waitress_0.8.9.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb create mode 100644 meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb b/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb deleted file mode 100644 index 6fc319f..0000000 --- a/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Waitress WSGI server" -HOMEPAGE = "https://pypi.python.org/pypi/waitress/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" - -PR = "r0" -SRCNAME = "waitress" - -SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "714f3d458d82a47f12fb168460de8366" -SRC_URI[sha256sum] = "e161e27faa12837739294dd8c837541aa66a5b2764eed753f0bf851d8ac81a74" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb b/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb new file mode 100644 index 0000000..548efd1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Waitress WSGI server" +HOMEPAGE = "https://pypi.python.org/pypi/waitress/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" + +SRCNAME = "waitress" + +SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "da3f2e62b3676be5dd630703a68e2a04" +SRC_URI[sha256sum] = "826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf