summaryrefslogtreecommitdiffstats
path: root/python/buildbot-worker
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-03-07 16:00:15 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 06:18:07 +0700
commit2ddf682181978fcbe2f5fd7bf18e4cf5c0d66c43 (patch)
tree4c4fc759f0c16fd322f495b775e230aa3581fc52 /python/buildbot-worker
parent8ada70e4aaeea8e15144a5f6263647691d02e249 (diff)
downloadslackbuilds-2ddf682181978fcbe2f5fd7bf18e4cf5c0d66c43.tar.gz
slackbuilds-2ddf682181978fcbe2f5fd7bf18e4cf5c0d66c43.tar.xz
python/buildbot-worker: updated for version 3.11.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot-worker')
-rw-r--r--python/buildbot-worker/buildbot-worker.SlackBuild2
-rw-r--r--python/buildbot-worker/buildbot-worker.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/buildbot-worker/buildbot-worker.SlackBuild b/python/buildbot-worker/buildbot-worker.SlackBuild
index 78ac04e61c..7d53e0cdd4 100644
--- a/python/buildbot-worker/buildbot-worker.SlackBuild
+++ b/python/buildbot-worker/buildbot-worker.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=buildbot-worker
SRCNAM=${PRGNAM#python-*}
-VERSION=${VERSION:-3.11.0}
+VERSION=${VERSION:-3.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/buildbot-worker/buildbot-worker.info b/python/buildbot-worker/buildbot-worker.info
index 20f8446c5d..a6a04646f3 100644
--- a/python/buildbot-worker/buildbot-worker.info
+++ b/python/buildbot-worker/buildbot-worker.info
@@ -1,8 +1,8 @@
PRGNAM="buildbot-worker"
-VERSION="3.11.0"
+VERSION="3.11.1"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
-DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.11.0.tar.gz"
-MD5SUM="5b3978b7d6d60126174834f2c46b1e92"
+DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.11.1.tar.gz"
+MD5SUM="96f1a5187842dd6f2491921b4ba5654d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn msgpack-python"