Browse Source
system/locust: Updated for version 2.32.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/256/head
Willy Sudiarto Raharjo
11 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.1} |
|
|
|
VERSION=${VERSION:-2.32.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="locust" |
|
|
|
VERSION="2.32.1" |
|
|
|
VERSION="2.32.2" |
|
|
|
HOMEPAGE="https://github.com/locustio/locust" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/14/a4/8e1f6dda017ea2dc92f6f3561215b0d7baf275fe0f8112e559d92084d970/locust-2.32.1.tar.gz" |
|
|
|
MD5SUM="2b0cb668a5e6a318e3d09f518c292464" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/fa/e0/4edfb0d7481854b0f9333dc2a217754f8f7d748e85eaa7024b791c5fa920/locust-2.32.2.tar.gz" |
|
|
|
MD5SUM="b36c862e7dd7e74932b6d3cf0ba8769e" |
|
|
|
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" |
|
|
|