diff options
author | Arn0 <yth@ythogtha.org> | 2024-05-31 13:59:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-31 23:52:43 +0700 |
commit | 60fc349baaa2a90d84a4a87260a6e9864c75bb90 (patch) | |
tree | 48182f00a9616056709ad08b70a8b0e7a3526be7 | |
parent | 74b4ef47e2dcf8943d84a801c244f6db60d3b814 (diff) |
python/buildbot-worker: updated for version 3.11.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/buildbot-worker/buildbot-worker.SlackBuild | 4 | ||||
-rw-r--r-- | python/buildbot-worker/buildbot-worker.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/buildbot-worker/buildbot-worker.SlackBuild b/python/buildbot-worker/buildbot-worker.SlackBuild index 7d53e0cdd450..beda1c958f61 100644 --- a/python/buildbot-worker/buildbot-worker.SlackBuild +++ b/python/buildbot-worker/buildbot-worker.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buildbot-worker -SRCNAM=${PRGNAM#python-*} -VERSION=${VERSION:-3.11.1} +SRCNAM=${PRGNAM//-/_} +VERSION=${VERSION:-3.11.3} 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 a6a04646f374..8f3be6f99331 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.11.1" +VERSION="3.11.3" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.11.1.tar.gz" -MD5SUM="96f1a5187842dd6f2491921b4ba5654d" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot_worker/buildbot_worker-3.11.3.tar.gz" +MD5SUM="78ed8e19ff4caa734487e2880f98408b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |