python/buildbot-worker: updated for version 3.5.0, updated dependencies
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3359eca005
commit
97e03ec2e1
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=buildbot-worker
|
||||
SRCNAM=${PRGNAM#python-*}
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="buildbot-worker"
|
||||
VERSION="3.4.1"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.4.1.tar.gz"
|
||||
MD5SUM="d90ed3b580eed91fa2179a63cccda356"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.5.0.tar.gz"
|
||||
MD5SUM="1bd246f46957cb3ca0d961940e00a89c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-twisted"
|
||||
REQUIRES="python3-twisted python3-autobahn msgpack-python"
|
||||
MAINTAINER="Yth - Arnaud"
|
||||
EMAIL="yth@ythogtha.org"
|
||||
|
|
Loading…
Reference in New Issue