diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 10:14:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:10 +0700 |
commit | 9f1b94886a761724522c702e86f792b6dc7fe426 (patch) | |
tree | 56e2eec74e62fef0030c55458fba7082a80d4c0a /python/python3-waitress | |
parent | 715b3709908897bf3d3ae0d93a0391f44d21ebf2 (diff) |
python/python3-waitress: Updated for version 2.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 9e262ce0a0f13..965bb9d350dca 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.1.1} +VERSION=${VERSION:-2.1.2} 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 099afa19bc130..539520e90838d 100644 --- a/python/python3-waitress/python3-waitress.info +++ b/python/python3-waitress/python3-waitress.info @@ -1,8 +1,8 @@ PRGNAM="python3-waitress" -VERSION="2.1.1" +VERSION="2.1.2" HOMEPAGE="https://github.com/Pylons/waitress" -DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-2.1.1.tar.gz" -MD5SUM="69e509aa163bf8db3567aca8e677d9b1" +DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-2.1.2.tar.gz" +MD5SUM="284a18ff50bd68ccfd11bc5b51f88f6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |