summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02022-03-15 11:30:06 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:06 +0100
commit97e03ec2e1e48715d969adae5eee043e95f5108e (patch)
treecb12196559550a60b8cb53adcb75165d70168f46
parent3359eca005e471457ce69508f196856cb46ad6e1 (diff)
downloadslackbuilds-97e03ec2e1e48715d969adae5eee043e95f5108e.tar.gz
python/buildbot-worker: updated for version 3.5.0, updated dependencies
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/buildbot-worker/buildbot-worker.SlackBuild2
-rw-r--r--python/buildbot-worker/buildbot-worker.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/buildbot-worker/buildbot-worker.SlackBuild b/python/buildbot-worker/buildbot-worker.SlackBuild
index ca796423f6..6fbf3c5330 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.4.1}
+VERSION=${VERSION:-3.5.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 aa694093cb..0540e83ae1 100644
--- a/python/buildbot-worker/buildbot-worker.info
+++ b/python/buildbot-worker/buildbot-worker.info
@@ -1,10 +1,10 @@
PRGNAM="buildbot-worker"
-VERSION="3.4.1"
+VERSION="3.5.0"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
-DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.4.1.tar.gz"
-MD5SUM="d90ed3b580eed91fa2179a63cccda356"
+DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.5.0.tar.gz"
+MD5SUM="1bd246f46957cb3ca0d961940e00a89c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-twisted"
+REQUIRES="python3-twisted python3-autobahn msgpack-python"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"