summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02023-08-20 08:33:50 +0200
committer Willy Sudiarto Raharjo2023-08-21 17:42:12 +0200
commit595add8bdc45b512c3cb6608082587a8b03e419c (patch)
treedb193165031cf973eea7edc74b8a7d5bb41f3861 /python
parent0a582ceb2314a2f4e6a9bc339158c16cd0ab4f32 (diff)
downloadslackbuilds-595add8bdc45b512c3cb6608082587a8b03e419c.tar.gz
python/buildbot-worker: updated for version 3.9.0
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 75f58841d0..4cc9b9fafa 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.8.0}
+VERSION=${VERSION:-3.9.0}
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 077246be51..705a68b80e 100644
--- a/python/buildbot-worker/buildbot-worker.info
+++ b/python/buildbot-worker/buildbot-worker.info
@@ -1,8 +1,8 @@
PRGNAM="buildbot-worker"
-VERSION="3.8.0"
+VERSION="3.9.0"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
-DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.8.0.tar.gz"
-MD5SUM="a4fb1c1f5a8c207cbb9f7e7f3811c629"
+DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.9.0.tar.gz"
+MD5SUM="9f82504bb1da682637f690cd34be1d8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn msgpack-python"