summaryrefslogtreecommitdiffstats
path: root/python/python3-celery
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-11-10 14:31:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-11 08:07:56 +0700
commit00c2f719f6be6f1946c7fdfdb33d36f7192e3afe (patch)
tree2e738904474fd4cc9f578231f03cde872e57875e /python/python3-celery
parentab9867e2d62aeb92674ceb6b95ca9253693dcdb1 (diff)
downloadslackbuilds-00c2f719f6be6f1946c7fdfdb33d36f7192e3afe.tar.gz
slackbuilds-00c2f719f6be6f1946c7fdfdb33d36f7192e3afe.tar.xz
python/python3-celery: updated for version 5.3.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery')
-rw-r--r--python/python3-celery/python3-celery.SlackBuild2
-rw-r--r--python/python3-celery/python3-celery.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild
index fa8fb429a1..53860ace80 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.4}
+VERSION=${VERSION:-5.3.5}
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 1b2ae2188d..64c4032bb5 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.4"
+VERSION="5.3.5"
HOMEPAGE="https://docs.celeryproject.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.4.tar.gz"
-MD5SUM="0d6e821f11b7433968a4c7f17a24f977"
+DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.5.tar.gz"
+MD5SUM="1b3a2245ab7874abd16b8317741f5d05"
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"