summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2019-01-30 08:42:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-03 03:42:06 +0000
commit8facf455626fbaed33caaf71f9698d97b9d8f1cf (patch)
treeba1d19a1be2ed750c6d7500f417ecc0dd029c5ff
parentf77a4e94a5e2f59b74ad989206dcbf97a3bfbcb4 (diff)
downloadmeta-cloud-services-8facf455626fbaed33caaf71f9698d97b9d8f1cf.tar.gz
python-waitress:upgrade to 1.2.0
1.Upgrade python-waitress from 1.1.0 to 1.2.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb (renamed from meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb
index 5636420..e516d2b 100644
--- a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "ZPL-2.1" 4LICENSE = "ZPL-2.1"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
6 6
7SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c" 7SRC_URI[md5sum] = "8c5492d3c1a2e0cd80780175686dbb0f"
8SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9" 8SRC_URI[sha256sum] = "e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9"
9 9
10inherit setuptools pypi 10inherit setuptools pypi