Browse Source
system/locust: Updated for version 2.32.5.
This reverts commit 23dc4b2d96
.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/277/head
Willy Sudiarto Raharjo
9 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
system/locust/locust.SlackBuild
-
system/locust/locust.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=locust |
|
|
|
VERSION=${VERSION:-2.32.6} |
|
|
|
VERSION=${VERSION:-2.32.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="locust" |
|
|
|
VERSION="2.32.6" |
|
|
|
VERSION="2.32.5" |
|
|
|
HOMEPAGE="https://github.com/locustio/locust" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/6c/73/2c247571513b5abc7f842163814c15e431f9273bdb4e4fbd0d5cebe42c80/locust-2.32.6.tar.gz" |
|
|
|
MD5SUM="c08a7af5dd3b3aded2e1e1eeb8c6ef0c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/db/b5/1e651ad5328e9314bb7661b5fbe3156ce86dfb526d919a841b4e7738aa2b/locust-2.32.5.tar.gz" |
|
|
|
MD5SUM="f6b911c85ff67293629997f5fbc9dcf2" |
|
|
|
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" |
|
|
|