diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 10:35:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:18 +0700 |
commit | 1afc26387c5659d1aa3f401e3a920f4c833cf03d (patch) | |
tree | 743279883f39a06ac21b8a1dc779ff91f0024394 /python/buildbot-worker | |
parent | 6461b977a828af2bb4831487b4a824684df8d99e (diff) |
python/buildbot-worker: updated for version 3.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot-worker')
-rw-r--r-- | python/buildbot-worker/buildbot-worker.SlackBuild | 2 | ||||
-rw-r--r-- | python/buildbot-worker/buildbot-worker.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/buildbot-worker/buildbot-worker.SlackBuild b/python/buildbot-worker/buildbot-worker.SlackBuild index 6fbf3c533098..94234ab62ca7 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.5.0} +VERSION=${VERSION:-3.6.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 0540e83ae1b5..25a1bf67e9cd 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.5.0" +VERSION="3.6.0" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.5.0.tar.gz" -MD5SUM="1bd246f46957cb3ca0d961940e00a89c" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.6.0.tar.gz" +MD5SUM="4d7a77bc38b99dc2e3337eaa8f34ecee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |