diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-28 15:18:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:10 +0700 |
commit | ee5032b5432fe76b3e5c2a19f26d91388ed034f7 (patch) | |
tree | 7cb6969080583ec4f62a78678ecaffcaa699d5f7 /python/python3-celery | |
parent | 4847fbfd4da18384aa5781b996a9d12b30ac3f3d (diff) | |
download | slackbuilds-ee5032b5432fe76b3e5c2a19f26d91388ed034f7.tar.gz |
python/python3-celery: updated for version 5.2.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery')
-rw-r--r-- | python/python3-celery/python3-celery.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-celery/python3-celery.info | 6 | ||||
-rw-r--r-- | python/python3-celery/versions.patch | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index 8e46883ad2..91d828b913 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.3} +VERSION=${VERSION:-5.2.6} 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 5e110383b7..a3a6709386 100644 --- a/python/python3-celery/python3-celery.info +++ b/python/python3-celery/python3-celery.info @@ -1,8 +1,8 @@ PRGNAM="python3-celery" -VERSION="5.2.3" +VERSION="5.2.6" HOMEPAGE="https://docs.celeryproject.org/" -DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.2.3.tar.gz" -MD5SUM="fe86cb01c4fe26c3b2b6cc9a83939af3" +DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.2.6.tar.gz" +MD5SUM="22f7704806c7cf9eab757da363706b27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit pytz click click-didyoumean click-plugins click-repl" diff --git a/python/python3-celery/versions.patch b/python/python3-celery/versions.patch index 40538f9a0d..0e02a79d85 100644 --- a/python/python3-celery/versions.patch +++ b/python/python3-celery/versions.patch @@ -10,7 +10,7 @@ diff -c a/requirements/default.txt b/requirements/default.txt click-didyoumean>=0.0.3 ! click-repl>=0.2.0 click-plugins>=1.1.1 -! setuptools>=59.1.1,<59.7.0 + importlib-metadata>=1.4.0; python_version < '3.8' --- 2,9 ---- billiard>=3.6.4.0,<4.0 kombu>=5.2.3,<6.0 @@ -19,4 +19,4 @@ diff -c a/requirements/default.txt b/requirements/default.txt click-didyoumean>=0.0.3 ! click-repl>=0.1.6 click-plugins>=1.1.1 -! setuptools<59.7.0 + importlib-metadata>=1.4.0; python_version < '3.8' |