diff options
| author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2019-01-30 08:42:48 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-02-03 03:42:06 +0000 |
| commit | 8facf455626fbaed33caaf71f9698d97b9d8f1cf (patch) | |
| tree | ba1d19a1be2ed750c6d7500f417ecc0dd029c5ff /meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb | |
| parent | f77a4e94a5e2f59b74ad989206dcbf97a3bfbcb4 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-waitress_1.2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 new file mode 100644 index 0000000..e516d2b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.2.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] = "8c5492d3c1a2e0cd80780175686dbb0f" | ||
| 8 | SRC_URI[sha256sum] = "e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
