1
0
This commit is contained in:
Markéta Calábková 2024-09-24 14:18:17 +02:00
parent cfc76dfff7
commit 2ab223c95e
5 changed files with 20 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80d044e57d4c9521dcd0cad62e827838788db5a1c3d6b16c5e3a0e20708a8824
size 18446

BIN
celery-batches-0.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Index: celery-batches-0.7/t/integration/test_batches.py Index: celery-batches-0.9/t/integration/test_batches.py
=================================================================== ===================================================================
--- celery-batches-0.7.orig/t/integration/test_batches.py --- celery-batches-0.9.orig/t/integration/test_batches.py
+++ celery-batches-0.7/t/integration/test_batches.py +++ celery-batches-0.9/t/integration/test_batches.py
@@ -6,11 +6,13 @@ from celery_batches import Batches, Simp @@ -6,6 +6,7 @@ from celery_batches import Batches, Simp
from celery import Celery, signals, states from celery import Celery, signals, states
from celery.app.task import Task from celery.app.task import Task
@ -10,9 +10,3 @@ Index: celery-batches-0.7/t/integration/test_batches.py
from celery.contrib.testing.tasks import ping from celery.contrib.testing.tasks import ping
from celery.contrib.testing.worker import TestWorkController from celery.contrib.testing.worker import TestWorkController
from celery.result import allow_join_result from celery.result import allow_join_result
from celery.worker.request import Request
+
import pytest
from .tasks import add, cumadd

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 24 12:16:13 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to 0.9
* Call the task received signal for Batches task.
* Support Celery 5.4.
* Support Python 3.12.
- Refreshed celery-fixtures.patch
- Refreshed sources
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 9 07:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Aug 9 07:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -20,13 +20,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define _pkgname celery-batches %define _pkgname celery-batches
Name: python-%{_pkgname} Name: python-%{_pkgname}
Version: 0.8.1 Version: 0.9
Release: 0 Release: 0
Summary: Django module to process multiple Celery task requests together Summary: Django module to process multiple Celery task requests together
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/percipient/celery-batches URL: https://github.com/clokep/celery-batches
Source: https://github.com/percipient/%{_pkgname}/archive/v%{version}.tar.gz#/%{_pkgname}-%{version}.tar.gz Source: https://github.com/clokep/%{_pkgname}/archive/v%{version}.tar.gz#/%{_pkgname}-%{version}.tar.gz
Patch0: celery-fixtures.patch Patch0: celery-fixtures.patch
BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module celery >= 5.0} BuildRequires: %{python_module celery >= 5.0}