From 8facf455626fbaed33caaf71f9698d97b9d8f1cf Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Wed, 30 Jan 2019 08:42:48 +0800 Subject: python-waitress:upgrade to 1.2.0 1.Upgrade python-waitress from 1.1.0 to 1.2.0. Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-waitress_1.1.0.bb | 10 ---------- .../recipes-devtools/python/python-waitress_1.2.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb deleted file mode 100644 index 5636420..0000000 --- a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Waitress WSGI server" -HOMEPAGE = "https://pypi.python.org/pypi/waitress/" -SECTION = "devel/python" -LICENSE = "ZPL-2.1" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" - -SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c" -SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9" - -inherit setuptools pypi diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb new file mode 100644 index 0000000..e516d2b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Waitress WSGI server" +HOMEPAGE = "https://pypi.python.org/pypi/waitress/" +SECTION = "devel/python" +LICENSE = "ZPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" + +SRC_URI[md5sum] = "8c5492d3c1a2e0cd80780175686dbb0f" +SRC_URI[sha256sum] = "e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9" + +inherit setuptools pypi -- cgit v1.2.3-54-g00ecf