1
0

Accepting request 789787 from home:mcalabkova:branches:devel:languages:python

- Update to version 0.3
  * Properly set the ``current_task`` when running Batch tasks.
  * Call the success signal after a successful run of the Batch task.
  * Support running tasks eagerly via the ``Task.apply()`` method. This causes
    the task to execute with a batch of a single item.
  * Officially support Python 3.7 and 3.8. Drop support for Python 3.4.
  * Officially support Celery 4.3 and 4.4.

OBS-URL: https://build.opensuse.org/request/show/789787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-30 14:55:11 +00:00
committed by Git OBS Bridge
parent 3d92433a44
commit 381ff27f6b
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 30 13:47:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 0.3
* Properly set the ``current_task`` when running Batch tasks.
* Call the success signal after a successful run of the Batch task.
* Support running tasks eagerly via the ``Task.apply()`` method. This causes
the task to execute with a batch of a single item.
* Officially support Python 3.7 and 3.8. Drop support for Python 3.4.
* Officially support Celery 4.3 and 4.4.
-------------------------------------------------------------------
Thu Dec 5 10:38:35 UTC 2019 - John Vandenberg <jayvdb@gmail.com>