summaryrefslogtreecommitdiffstats
path: root/python/python3-celery
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-06-19 13:59:58 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-20 17:34:38 +0700
commit0f7aab2bb94ce0e2777ced0e38878bfb79da25f4 (patch)
tree90745faba443169d7ca18ca7b832e25804354022 /python/python3-celery
parenteabb30d8b9fc2f8e4270f1602b7beb0411354471 (diff)
downloadslackbuilds-0f7aab2bb94ce0e2777ced0e38878bfb79da25f4.tar.gz
slackbuilds-0f7aab2bb94ce0e2777ced0e38878bfb79da25f4.tar.xz
python/python3-celery: updated for version 5.3.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 007e76bf85..6c4ceb2869 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.0}
+VERSION=${VERSION:-5.3.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 786fc7d700..2997dae73e 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.0"
+VERSION="5.3.1"
HOMEPAGE="https://docs.celeryproject.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.0.tar.gz"
-MD5SUM="4f2134b1e541c8301d0343ae9312a0ac"
+DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.1.tar.gz"
+MD5SUM="3a722c24c56734dbfd04dcb46f9e1a83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit click python3-click-didyoumean click-plugins click-repl python3-dateutil typing-extensions tzdata"