diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 20:19:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:36:27 +0700 |
commit | 9a9964d19d161cf72df17316790e821f55056884 (patch) | |
tree | 1ddc1fe54fd85562934b459f2f291d33c5ba0b67 /python/python3-celery/versions.patch | |
parent | 9ce37db212d37691272b60a77554e8d7e9a97a18 (diff) |
python/python3-celery: renamed from celery for python3, updated for version 5.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery/versions.patch')
-rw-r--r-- | python/python3-celery/versions.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/python/python3-celery/versions.patch b/python/python3-celery/versions.patch new file mode 100644 index 0000000000000..40538f9a0dda5 --- /dev/null +++ b/python/python3-celery/versions.patch @@ -0,0 +1,22 @@ +diff -c a/requirements/default.txt b/requirements/default.txt +*** a/requirements/default.txt 2022-03-04 23:38:27.302040098 +0100 +--- b/requirements/default.txt 2022-03-04 23:38:51.109040631 +0100 +*************** +*** 2,9 **** + 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 + click-didyoumean>=0.0.3 +! click-repl>=0.2.0 + click-plugins>=1.1.1 +! setuptools>=59.1.1,<59.7.0 +--- 2,9 ---- + billiard>=3.6.4.0,<4.0 + kombu>=5.2.3,<6.0 + vine>=5.0.0,<6.0 +! click<9.0 + click-didyoumean>=0.0.3 +! click-repl>=0.1.6 + click-plugins>=1.1.1 +! setuptools<59.7.0 |