python/buildbot-worker: updated for version 3.10.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-12-08 16:12:23 +01:00 committed by Willy Sudiarto Raharjo
parent f1d1d81de2
commit 5ba7d3b1d7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=buildbot-worker
SRCNAM=${PRGNAM#python-*}
VERSION=${VERSION:-3.9.2}
VERSION=${VERSION:-3.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View file

@ -1,8 +1,8 @@
PRGNAM="buildbot-worker"
VERSION="3.9.2"
VERSION="3.10.0"
HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker"
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.9.2.tar.gz"
MD5SUM="55c3d3818cc4096f33d6098a3b9e88ba"
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.10.0.tar.gz"
MD5SUM="baca98dc83f35c419818453bb4c6cdf7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn msgpack-python"