summaryrefslogtreecommitdiffstats
path: root/python/python3-celery
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-09-09 16:32:59 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:27 +0700
commit69886025f6690014d049778375009febe30b820c (patch)
tree51d5b012183d21c1e3a05a79945a8bc4027649c5 /python/python3-celery
parent3cbd6e056ee118e1e49bc057fbe76a88a51a48a8 (diff)
downloadslackbuilds-69886025f6690014d049778375009febe30b820c.tar.gz
slackbuilds-69886025f6690014d049778375009febe30b820c.tar.xz
python/python3-celery: Updated for version 5.3.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 6c4ceb2869..fa8fb429a1 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.1}
+VERSION=${VERSION:-5.3.4}
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 e3adcd1061..1b2ae2188d 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.1"
+VERSION="5.3.4"
HOMEPAGE="https://docs.celeryproject.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.1.tar.gz"
-MD5SUM="3a722c24c56734dbfd04dcb46f9e1a83"
+DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.4.tar.gz"
+MD5SUM="0d6e821f11b7433968a4c7f17a24f977"
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"