diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-09 15:49:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:26 +0700 |
commit | e42e86a8d3fc2ad8cf0423c9b51b14c0c71ce3f9 (patch) | |
tree | 5ee8aa674fa6c6c35d2879c32a2a79cbfc2ec003 /python/buildbot-worker | |
parent | 0c01ada21a561a8cde615ebd3ba5ec8764ad3f05 (diff) |
python/buildbot-worker: Updated for version 3.9.2.
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 4cc9b9fafa8e..fd4a2af88562 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.9.0} +VERSION=${VERSION:-3.9.2} 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 705a68b80ed8..d8fb5aa4cbb6 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.9.0" +VERSION="3.9.2" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.9.0.tar.gz" -MD5SUM="9f82504bb1da682637f690cd34be1d8c" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.9.2.tar.gz" +MD5SUM="55c3d3818cc4096f33d6098a3b9e88ba" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |