aboutsummaryrefslogtreecommitdiff
path: root/python/python3-celery
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-04-25 15:00:48 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-25 21:49:56 +0700
commitd69a6bd16004509a9659a2cb492cdb414aa92361 (patch)
tree5eccf81ada11ca200cccab6ff6ecea9e9a106a9b /python/python3-celery
parentac7fd85c0e29207580931a44d8c2431a4e8c3da9 (diff)
python/python3-celery: updated for version 5.5.1
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 66c83bbe9f..4747ac5150 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.4.0}
+VERSION=${VERSION:-5.5.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 f71ad0e8b2..243c8eddd8 100644
--- a/python/python3-celery/python3-celery.info
+++ b/python/python3-celery/python3-celery.info
@@ -1,8 +1,8 @@
PRGNAM="python3-celery"
-VERSION="5.4.0"
+VERSION="5.5.1"
HOMEPAGE="https://docs.celeryproject.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.4.0.tar.gz"
-MD5SUM="77397577d4de615e3abcabe1ea8bc461"
+DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.5.1.tar.gz"
+MD5SUM="7916ad56bcfce13d65a29a5be91ba6bb"
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"