python3-waitress: update to 2.1.0.
This commit is contained in:
parent
73a1a7d5ab
commit
3227683351
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-waitress'
|
||||
pkgname=python3-waitress
|
||||
version=2.0.0
|
||||
version=2.1.0
|
||||
revision=1
|
||||
wrksrc="waitress-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -11,5 +11,5 @@ short_desc="Pure-Python WSGI server"
|
|||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="ZPL-2.1"
|
||||
homepage="https://github.com/Pylons/waitress"
|
||||
distfiles="${PYPI_SITE}/w/waitress/waitress-2.0.0.tar.gz"
|
||||
checksum=69e1f242c7f80273490d3403c3976f3ac3b26e289856936d1f620ed48f321897
|
||||
distfiles="${PYPI_SITE}/w/waitress/waitress-${version}.tar.gz"
|
||||
checksum=ec8a8d9b6b15f3bb2c1a82b8f3929a029c333c35fcafb08c185a9e562d8cc9c2
|
||||
|
|
Loading…
Reference in a new issue