diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-28 16:30:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:55 +0700 |
commit | 72723f9a018244184b9881b21c1e32fc79ddf961 (patch) | |
tree | e05b485363c70a6390cb57218a4e0085f5f92fbb /python/python3-waitress | |
parent | 8c829f0c958f4db1497bc78e2ef6e63a3d56968a (diff) |
python/python3-waitress: updated for version 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-waitress')
-rw-r--r-- | python/python3-waitress/python3-waitress.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-waitress/python3-waitress.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-waitress/python3-waitress.SlackBuild b/python/python3-waitress/python3-waitress.SlackBuild index f2d6d27a6aea..9e262ce0a0f1 100644 --- a/python/python3-waitress/python3-waitress.SlackBuild +++ b/python/python3-waitress/python3-waitress.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-waitress SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-waitress/python3-waitress.info b/python/python3-waitress/python3-waitress.info index 09dd7bb5d7b2..099afa19bc13 100644 --- a/python/python3-waitress/python3-waitress.info +++ b/python/python3-waitress/python3-waitress.info @@ -1,8 +1,8 @@ PRGNAM="python3-waitress" -VERSION="2.0.0" +VERSION="2.1.1" HOMEPAGE="https://github.com/Pylons/waitress" -DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-2.0.0.tar.gz" -MD5SUM="4db5160280b7bb1d168fe4108521cb45" +DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-2.1.1.tar.gz" +MD5SUM="69e509aa163bf8db3567aca8e677d9b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |