summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02023-06-15 22:19:03 +0200
committer Willy Sudiarto Raharjo2023-06-16 14:07:06 +0200
commit08b9b5b2927f64980762460ab7be3d91b0c0a577 (patch)
tree35b2b8fe225f0cd50cbbf094cd469b0b69d783e3
parent50193d1a5691d9f246a094211dd6aee36188fa8a (diff)
downloadslackbuilds-08b9b5b2927f64980762460ab7be3d91b0c0a577.tar.gz
python/python3-celery: updated for version 5.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-celery/python3-celery.SlackBuild4
-rw-r--r--python/python3-celery/python3-celery.info8
2 files changed, 5 insertions, 7 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild
index d92f1b0642..007e76bf85 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.2.7}
+VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,8 +64,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-cat $CWD/versions.patch | patch -p1 || exit 1
-
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/python3-celery/python3-celery.info b/python/python3-celery/python3-celery.info
index 00b7d950da..786fc7d700 100644
--- a/python/python3-celery/python3-celery.info
+++ b/python/python3-celery/python3-celery.info
@@ -1,10 +1,10 @@
PRGNAM="python3-celery"
-VERSION="5.2.7"
+VERSION="5.3.0"
HOMEPAGE="https://docs.celeryproject.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.2.7.tar.gz"
-MD5SUM="d684a4f20069c3c4c2f79e17fec42c52"
+DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.3.0.tar.gz"
+MD5SUM="4f2134b1e541c8301d0343ae9312a0ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit pytz click click-didyoumean click-plugins click-repl"
+REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit click python3-click-didyoumean click-plugins click-repl python3-dateutil typing-extensions tzdata"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"