python/buildbot-worker: updated for version 3.6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-09-14 10:35:14 +02:00 committed by Willy Sudiarto Raharjo
parent 6461b977a8
commit 1afc26387c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"