Browse Source
python/python3-celery: updated for version 5.5.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Arn0
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-celery/python3-celery.SlackBuild
-
python/python3-celery/python3-celery.info
|
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-celery |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-5.5.2} |
|
|
|
VERSION=${VERSION:-5.5.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-celery" |
|
|
|
VERSION="5.5.2" |
|
|
|
VERSION="5.5.3" |
|
|
|
HOMEPAGE="https://docs.celeryproject.org/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.5.2.tar.gz" |
|
|
|
MD5SUM="1b23383f3b1f941ce9c19ab382a8b95f" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.5.3.tar.gz" |
|
|
|
MD5SUM="d8e419cdec579b033282d8117b5dfa6c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit python3-click-didyoumean click-plugins python3-click-repl python3-dateutil python3-typing-extensions tzdata" |
|
|
|