From d708e699089a9c864641e2fed0d30c558e6bc0c85752d9b6cac814b547750be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 30 Sep 2020 05:58:38 +0000 Subject: [PATCH] Accepting request 838603 from home:frispete:python - Don't update to 5.0.0 because missing dependencies - Update to version 4.4.7 + Add task_received, task_rejected and task_unknown to signals module. + [ES backend] add 401 as safe for retry. + treat internal errors as failure. + Remove redis fanout caveats. + FIX: -A and --args should behave the same. (#6223) + Class-based tasks autoretry (#6233) + Preserve order of group results with Redis result backend (#6218) + Replace future with celery.five Fixes #6250, and reraise to include + Fix REMAP_SIGTERM=SIGQUIT not working + (Fixes#6258) MongoDB: fix for serialization issue (#6259) + Make use of ordered sets in Redis opt-in + Test, CI, Docker, style and minor doc impovements. OBS-URL: https://build.opensuse.org/request/show/838603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=134 --- celery-4.4.6.tar.gz | 3 --- celery-4.4.7.tar.gz | 3 +++ python-celery.changes | 21 +++++++++++++++++++++ python-celery.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 celery-4.4.6.tar.gz create mode 100644 celery-4.4.7.tar.gz diff --git a/celery-4.4.6.tar.gz b/celery-4.4.6.tar.gz deleted file mode 100644 index 7a97383..0000000 --- a/celery-4.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd77e4248bb1b7af5f7922dd8e81156f540306e3a5c4b1c24167c1f5f06025da -size 1464977 diff --git a/celery-4.4.7.tar.gz b/celery-4.4.7.tar.gz new file mode 100644 index 0000000..74dd6b5 --- /dev/null +++ b/celery-4.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f49c2e9777a215790c24bb5eb379309eb5dffd34fb0d5f062f6abe4f917563c +size 1485184 diff --git a/python-celery.changes b/python-celery.changes index 195ac9e..3edcbd2 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Sep 29 13:52:06 UTC 2020 - Hans-Peter Jansen + +- Don't update to 5.0.0 because missing dependencies +- Update to version 4.4.7 + + Add task_received, task_rejected and task_unknown to signals + module. + + [ES backend] add 401 as safe for retry. + + treat internal errors as failure. + + Remove redis fanout caveats. + + FIX: -A and --args should behave the same. (#6223) + + Class-based tasks autoretry (#6233) + + Preserve order of group results with Redis result backend + (#6218) + + Replace future with celery.five Fixes #6250, and reraise to + include + + Fix REMAP_SIGTERM=SIGQUIT not working + + (Fixes#6258) MongoDB: fix for serialization issue (#6259) + + Make use of ordered sets in Redis opt-in + + Test, CI, Docker, style and minor doc impovements. + ------------------------------------------------------------------- Fri Jul 10 18:47:27 UTC 2020 - Matthias Fehring diff --git a/python-celery.spec b/python-celery.spec index 14e9cc0..ad2ef49 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -28,7 +28,7 @@ %bcond_with ringdisabled %bcond_without python2 Name: python-celery%{psuffix} -Version: 4.4.6 +Version: 4.4.7 Release: 0 Summary: Distributed Task Queue module for Python License: BSD-3-Clause