aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-01-10 21:15:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-11 07:46:26 +0700
commit7d986eae392584624e1ef3f6141e80d92128aa07 (patch)
tree91e5be2ea1848445faf893c62f51a0e7f62986f9 /python
parentdf3ee4bc44366806a1caddebaf93a6a8d48bca7e (diff)
downloadslackbuilds-7d986eae392584624e1ef3f6141e80d92128aa07.tar.xz
python/buildbot-worker: updated for version 3.10.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 204522a6bafc..097e4e1763f8 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.10.0}
+VERSION=${VERSION:-3.10.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 21dfe7d1c60d..5b28e5187c04 100644
--- a/python/buildbot-worker/buildbot-worker.info
+++ b/python/buildbot-worker/buildbot-worker.info
@@ -1,8 +1,8 @@
PRGNAM="buildbot-worker"
-VERSION="3.10.0"
+VERSION="3.10.1"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
-DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.10.0.tar.gz"
-MD5SUM="baca98dc83f35c419818453bb4c6cdf7"
+DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.10.1.tar.gz"
+MD5SUM="6b91f858f2efb71392d610b6287ca096"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn msgpack-python"