python/python3-kombu: updated for version 5.3.6

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-03-28 10:39:01 +01:00 committed by Willy Sudiarto Raharjo
parent d91c379419
commit 2461ea3f1e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-kombu
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.3.5}
VERSION=${VERSION:-5.3.6}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-kombu"
VERSION="5.3.5"
VERSION="5.3.6"
HOMEPAGE="https://kombu.readthedocs.io/"
DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-5.3.5.tar.gz"
MD5SUM="2547bfaf28b0b9fce55e19cffc8d957c"
DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-5.3.6.tar.gz"
MD5SUM="478a7dda9ec7802e45222fdf0d5b63bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-amqp python3-vine"