python/python3-waitress: Updated for version 3.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-02-08 11:26:56 +01:00 committed by Willy Sudiarto Raharjo
parent b1dc035f71
commit 8f2e386711
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-waitress
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.1.2}
VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-waitress"
VERSION="2.1.2"
VERSION="3.0.0"
HOMEPAGE="https://github.com/Pylons/waitress"
DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-2.1.2.tar.gz"
MD5SUM="284a18ff50bd68ccfd11bc5b51f88f6a"
DOWNLOAD="https://pypi.python.org/packages/source/w/waitress/waitress-3.0.0.tar.gz"
MD5SUM="b8c671ed131b84a0099493f445c98014"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""