mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-celery: updated for version 5.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba4d09cb1c
commit
56727da476
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-celery
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.3.6}
|
||||
VERSION=${VERSION:-5.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-celery"
|
||||
VERSION="5.3.6"
|
||||
VERSION="5.4.0"
|
||||
HOMEPAGE="https://docs.celeryproject.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.6.tar.gz"
|
||||
MD5SUM="022a40420f56adb9ebba05362f5cc553"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.4.0.tar.gz"
|
||||
MD5SUM="77397577d4de615e3abcabe1ea8bc461"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit python3-click-didyoumean click-plugins python3-click-repl python3-dateutil typing-extensions tzdata"
|
||||
|
|
Loading…
Reference in a new issue