system/locust: Updated for version 2.31.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-09-28 06:25:57 +07:00
parent fb15357695
commit 05bfae8845
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=locust
VERSION=${VERSION:-2.31.6}
VERSION=${VERSION:-2.31.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="locust"
VERSION="2.31.6"
VERSION="2.31.7"
HOMEPAGE="https://github.com/locustio/locust"
DOWNLOAD="https://files.pythonhosted.org/packages/3e/ca/d09b4ffa73b5fee13dd6531ea255242b725391650e3abed6656117bcd5f2/locust-2.31.6.tar.gz"
MD5SUM="0cf8c34ea764dd4f01a5d78856e0fe93"
DOWNLOAD="https://files.pythonhosted.org/packages/3e/ca/d09b4ffa73b5fee13dd6531ea255242b725391650e3abed6656117bcd5f2/locust-2.31.7.tar.gz"
MD5SUM="cc9123e83effa226bfca0e7bca27dcc3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse python3-typing-extensions roundrobin python3-Flask-Cors python3-blinker python3-Flask-Login python3-poetry-dynamic-versioning python3-dunamai"