mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-celery: Updated for version 5.2.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f1b94886a
commit
5e31ad6406
3 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-celery
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.2.6}
|
||||
VERSION=${VERSION:-5.2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-celery"
|
||||
VERSION="5.2.6"
|
||||
VERSION="5.2.7"
|
||||
HOMEPAGE="https://docs.celeryproject.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.2.6.tar.gz"
|
||||
MD5SUM="22f7704806c7cf9eab757da363706b27"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/celery/celery-5.2.7.tar.gz"
|
||||
MD5SUM="d684a4f20069c3c4c2f79e17fec42c52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit pytz click-legacy7 click-didyoumean click-plugins click-repl"
|
||||
REQUIRES="python3-kombu python3-billiard python3-prompt_toolkit pytz click click-didyoumean click-plugins click-repl"
|
||||
MAINTAINER="Yth - Arnaud"
|
||||
EMAIL="yth@ythogtha.org"
|
||||
|
|
|
@ -3,7 +3,7 @@ diff -c a/requirements/default.txt b/requirements/default.txt
|
|||
--- b/requirements/default.txt 2022-03-04 23:38:51.109040631 +0100
|
||||
***************
|
||||
*** 2,9 ****
|
||||
billiard>=3.6.4.0,<4.0
|
||||
! billiard>=3.6.4.0,<4.0
|
||||
kombu>=5.2.3,<6.0
|
||||
vine>=5.0.0,<6.0
|
||||
! click>=8.0.3,<9.0
|
||||
|
@ -12,7 +12,7 @@ diff -c a/requirements/default.txt b/requirements/default.txt
|
|||
click-plugins>=1.1.1
|
||||
importlib-metadata>=1.4.0; python_version < '3.8'
|
||||
--- 2,9 ----
|
||||
billiard>=3.6.4.0,<4.0
|
||||
! billiard>=3.6.4.0
|
||||
kombu>=5.2.3,<6.0
|
||||
vine>=5.0.0,<6.0
|
||||
! click<9.0
|
||||
|
|
Loading…
Reference in a new issue