diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-17 12:05:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:19 +0700 |
commit | 9b304fe2cc8d9f3e8ce4dd743c053254f62e03f5 (patch) | |
tree | 86e599b591ade8d28c96bb59e5348daeaa0c6c6b /python/buildbot-worker | |
parent | 88b1fc9f3516065fd03b146b6dfcb120a1bf9cfd (diff) |
python/buildbot-worker: Updated for version 3.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 963c4496ca78..75f58841d0ec 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.7.0} +VERSION=${VERSION:-3.8.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 297298004679..077246be5190 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.7.0" +VERSION="3.8.0" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.7.0.tar.gz" -MD5SUM="b20ca4227f72e94417c016f0531379e0" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.8.0.tar.gz" +MD5SUM="a4fb1c1f5a8c207cbb9f7e7f3811c629" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |