diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 20:02:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 07:49:17 +0700 |
commit | b19c61a813fcb72f34852120d59117363da974ac (patch) | |
tree | f0f878272b6890b22c95c392f21bb47d30455670 | |
parent | 7c93f676af3d948762c911626146f30c5869c6e0 (diff) |
python/python3-waitress: updated for version 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d1ed54ac5d..1b3da96d76 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:-3.0.0} +VERSION=${VERSION:-3.0.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 cee49d0120..0f16f03320 100644 --- a/python/python3-waitress/python3-waitress.info +++ b/python/python3-waitress/python3-waitress.info @@ -1,8 +1,8 @@ PRGNAM="python3-waitress" -VERSION="3.0.0" +VERSION="3.0.2" HOMEPAGE="https://github.com/Pylons/waitress" -DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-3.0.0.tar.gz" -MD5SUM="b8c671ed131b84a0099493f445c98014" +DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-3.0.2.tar.gz" +MD5SUM="da30daf4544fafe0f43e1ba4a1830bf5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |