Accepting request 789802 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=3
This commit is contained in:
commit
f00cdddd74
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db26b18f3322d950f7ba325a92f9d6efba68e3b1d49d3f5cb903e20ff84f5fd5
|
||||
size 10718
|
3
celery-batches-0.3.tar.gz
Normal file
3
celery-batches-0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5638a599e0b3675413b03966c2203d9df932dc264898361ab8e846c6a75b40da
|
||||
size 12295
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-celery-batches
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define _pkgname celery-batches
|
||||
Name: python-%{_pkgname}
|
||||
Version: 0.2
|
||||
Version: 0.3
|
||||
Release: 0
|
||||
Summary: Django module to process multiple Celery task requests together
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user