From 7d42013fa1d10a9bfda94a932abc8266657e1a6b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 30 May 2019 11:54:27 +0800 Subject: python-waitress: upgrade 1.2.0 -> 1.3.0 -Upgrade from python-waitress_1.2.0.bb to python-waitress_1.3.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-waitress_1.2.0.bb | 10 ---------- .../recipes-devtools/python/python-waitress_1.3.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb (limited to 'meta-openstack') 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 deleted file mode 100644 index e516d2b..0000000 --- a/meta-openstack/recipes-devtools/python/python-waitress_1.2.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] = "8c5492d3c1a2e0cd80780175686dbb0f" -SRC_URI[sha256sum] = "e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9" - -inherit setuptools pypi diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb new file mode 100644 index 0000000..fc227d6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.3.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] = "884dbea5d7348f7db1b8ab76ef3a3a71" +SRC_URI[sha256sum] = "4e2a6e6fca56d6d3c279f68a2b2cc9b4798d834ea3c3a9db3e2b76b6d66f4526" + +inherit setuptools pypi -- cgit v1.2.3-54-g00ecf