diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 14:36:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:17:05 +0700 |
commit | 4ccd074d6690a916b07428a25c507ce88352ad69 (patch) | |
tree | 81f9cc3c351c67adbd70506e2d8130b9059ac6dd /python/python3-kombu | |
parent | 5787c9b1636dee73621a1204b90704b826080114 (diff) |
python/python3-kombu: updated for version 5.3.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-kombu')
-rw-r--r-- | python/python3-kombu/python3-kombu.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-kombu/python3-kombu.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-kombu/python3-kombu.SlackBuild b/python/python3-kombu/python3-kombu.SlackBuild index 309fbfa392828..d30c164e69677 100644 --- a/python/python3-kombu/python3-kombu.SlackBuild +++ b/python/python3-kombu/python3-kombu.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-kombu SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.3.4} +VERSION=${VERSION:-5.3.5} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-kombu/python3-kombu.info b/python/python3-kombu/python3-kombu.info index 43512d4e681a0..01b5a1e7aa721 100644 --- a/python/python3-kombu/python3-kombu.info +++ b/python/python3-kombu/python3-kombu.info @@ -1,8 +1,8 @@ PRGNAM="python3-kombu" -VERSION="5.3.4" +VERSION="5.3.5" HOMEPAGE="https://kombu.readthedocs.io/" -DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-5.3.4.tar.gz" -MD5SUM="3dcdc61caac30c03aef0bdce1b22e7c7" +DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-5.3.5.tar.gz" +MD5SUM="2547bfaf28b0b9fce55e19cffc8d957c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-amqp python3-vine" |