From 5350b84ba50ec2880e83ea9feffd6607b5ed258d Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Fri, 20 Jan 2017 16:06:58 +0800 Subject: ipython-waitress: 0.8.9 -> 1.0.1 Upgrade python-waitress from 0.8.9 to 1.0.1. Signed-off-by: Huang Qiyu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-waitress_0.8.9.bb | 16 ---------------- .../recipes-devtools/python/python-waitress_1.0.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb create mode 100644 meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb (limited to 'meta-openstack/recipes-devtools/python') 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 deleted file mode 100644 index 548efd1..0000000 --- a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb +++ /dev/null @@ -1,16 +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" - -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 diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb new file mode 100644 index 0000000..42c9b9f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.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/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c" +SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf