python/buildbot-worker: updated for version 3.11.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-05-31 13:59:01 +02:00 committed by Willy Sudiarto Raharjo
parent 74b4ef47e2
commit 60fc349baa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=buildbot-worker PRGNAM=buildbot-worker
SRCNAM=${PRGNAM#python-*} SRCNAM=${PRGNAM//-/_}
VERSION=${VERSION:-3.11.1} VERSION=${VERSION:-3.11.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="buildbot-worker" PRGNAM="buildbot-worker"
VERSION="3.11.1" VERSION="3.11.3"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" 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" DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot_worker/buildbot_worker-3.11.3.tar.gz"
MD5SUM="96f1a5187842dd6f2491921b4ba5654d" MD5SUM="78ed8e19ff4caa734487e2880f98408b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn msgpack-python" REQUIRES="python3-twisted python3-autobahn msgpack-python"