diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:21:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:52 +0700 |
commit | bda3d2d651af97150db6d909c82d01dd57893de0 (patch) | |
tree | 3a99cb3236705b671bec87662745b857e077816c /system | |
parent | a0fcc5302f6ba1123ba364bbc0c4f824a4476fea (diff) |
system/locust: Updated for version 2.29.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/locust/locust.SlackBuild | 4 | ||||
-rw-r--r-- | system/locust/locust.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild index 1c255a5c8fa65..d30635bf09010 100644 --- a/system/locust/locust.SlackBuild +++ b/system/locust/locust.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=locust -VERSION=${VERSION:-2.28.0} +VERSION=${VERSION:-2.29.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/locust/locust.info b/system/locust/locust.info index 18c57bd653e08..619d3aa12c924 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,8 +1,8 @@ PRGNAM="locust" -VERSION="2.28.0" +VERSION="2.29.0" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/be/74/65436b329675b94a9dea1b755751a1b88fa30fc39968c793dd8780a1d87a/locust-2.28.0.tar.gz" -MD5SUM="579ae9459ed6742b31da8dec94cab746" +DOWNLOAD="https://files.pythonhosted.org/packages/4a/02/7b50fbee3f55f561fd76e035624ced58f4692d62087cc03ccf95a6b939c2/locust-2.29.0.tar.gz" +MD5SUM="eb18b970d67c0651395a9a29dca82aa0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse typing-extensions roundrobin python3-Flask-Cors python3-blinker python3-Flask-Login" |