diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-30 11:54:27 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-06-03 16:02:55 -0400 |
| commit | 7d42013fa1d10a9bfda94a932abc8266657e1a6b (patch) | |
| tree | 870503e0d9263bb7fa9900b97e3d890be34729fa /meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb | |
| parent | 15cf0ab47a01c6f72164daf7a5dc4ee592b339dc (diff) | |
| download | meta-cloud-services-7d42013fa1d10a9bfda94a932abc8266657e1a6b.tar.gz | |
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 <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-waitress_1.3.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Waitress WSGI server" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/waitress/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "ZPL-2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "884dbea5d7348f7db1b8ab76ef3a3a71" | ||
| 8 | SRC_URI[sha256sum] = "4e2a6e6fca56d6d3c279f68a2b2cc9b4798d834ea3c3a9db3e2b76b6d66f4526" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
