diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-19 13:59:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 17:34:38 +0700 |
commit | 0f7aab2bb94ce0e2777ced0e38878bfb79da25f4 (patch) | |
tree | 90745faba443169d7ca18ca7b832e25804354022 /python/python3-celery | |
parent | eabb30d8b9fc2f8e4270f1602b7beb0411354471 (diff) |
python/python3-celery: updated for version 5.3.1
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 007e76bf85ec6..6c4ceb28690d7 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.0} +VERSION=${VERSION:-5.3.1} 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 786fc7d7001e7..2997dae73ee85 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.0" +VERSION="5.3.1" HOMEPAGE="https://docs.celeryproject.org/" -DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.0.tar.gz" -MD5SUM="4f2134b1e541c8301d0343ae9312a0ac" +DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.1.tar.gz" +MD5SUM="3a722c24c56734dbfd04dcb46f9e1a83" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit click python3-click-didyoumean click-plugins click-repl python3-dateutil typing-extensions tzdata" |