summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-30 17:28:38 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-03 23:24:54 -0400
commit741ac89ba769bba01cbc0b769b908a568ab30c4d (patch)
tree210cfdaa388cb8631ee4bd38c3826612bf81f673 /meta-openstack
parentbb468fcf3c51edc00c5bd71eb926fa8dd4d9adee (diff)
downloadmeta-cloud-services-741ac89ba769bba01cbc0b769b908a568ab30c4d.tar.gz
python-waitress: 1.0.1 -> 1.1.0
Upgrade python-waitress from 1.0.1 to 1.1.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
index 49c637b..f85f3a4 100644
--- a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
6 6
7SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c" 7SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c"
8SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc" 8SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9"
9 9
10inherit setuptools pypi 10inherit setuptools pypi