diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-30 10:20:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 20:34:18 +0700 |
commit | 1c7584196b7acc23fd232c3f38620022e3c18f4d (patch) | |
tree | 5639e820c001b04af33194bb36da21eb6bd04ce8 /python/python3-celery | |
parent | ac90aacda92e87471816e3d9a24a9531d7a7fc12 (diff) |
python/python3-celery: updated for version 5.3.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery')
-rw-r--r-- | python/python3-celery/python3-celery.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-celery/python3-celery.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index 53860ace80..06a8c0114f 100644 --- a/python/python3-celery/python3-celery.SlackBuild +++ b/python/python3-celery/python3-celery.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-celery SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.3.5} +VERSION=${VERSION:-5.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-celery/python3-celery.info b/python/python3-celery/python3-celery.info index 64c4032bb5..501805393e 100644 --- a/python/python3-celery/python3-celery.info +++ b/python/python3-celery/python3-celery.info @@ -1,8 +1,8 @@ PRGNAM="python3-celery" -VERSION="5.3.5" +VERSION="5.3.6" HOMEPAGE="https://docs.celeryproject.org/" -DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.5.tar.gz" -MD5SUM="1b3a2245ab7874abd16b8317741f5d05" +DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.6.tar.gz" +MD5SUM="022a40420f56adb9ebba05362f5cc553" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit click python3-click-didyoumean click-plugins python3-click-repl python3-dateutil typing-extensions tzdata" |