summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-01-20 16:06:58 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 08:59:23 -0500
commit5350b84ba50ec2880e83ea9feffd6607b5ed258d (patch)
treea2882378c7c009a2cb66b9b8875aebbee51e5433
parentd24d35c6a01cae665e0901a0b849f91025558895 (diff)
downloadmeta-cloud-services-5350b84ba50ec2880e83ea9feffd6607b5ed258d.tar.gz
ipython-waitress: 0.8.9 -> 1.0.1
Upgrade python-waitress from 0.8.9 to 1.0.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb (renamed from meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
index 548efd1..42c9b9f 100644
--- a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb
+++ b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
6 6
7SRCNAME = "waitress" 7SRCNAME = "waitress"
8 8
9SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "da3f2e62b3676be5dd630703a68e2a04" 11SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c"
12SRC_URI[sha256sum] = "826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a" 12SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15