diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 11:00:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:12 +0700 |
commit | 43546a4a9d0fcf005b34304c7491e1264d484ad0 (patch) | |
tree | f14a4ac05c102dc29375baad643fde37b86007d1 /python | |
parent | 8a31c1c8ed0e35d4cef2088e5ea7dbcd784fe3d7 (diff) |
python/buildbot-worker: Updated for version 3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 b3c562cc8def..963c4496ca78 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.6.1} +VERSION=${VERSION:-3.7.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 99c11d5e5c73..297298004679 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.6.1" +VERSION="3.7.0" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.6.1.tar.gz" -MD5SUM="c0003cf1408037bbd54af9d4dc57085e" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.7.0.tar.gz" +MD5SUM="b20ca4227f72e94417c016f0531379e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |