From 2ab223c95e55e830fb7564605da6b5101f14423b25d6d62847bb6cff79c2a257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Cal=C3=A1bkov=C3=A1?= Date: Tue, 24 Sep 2024 14:18:17 +0200 Subject: [PATCH] update --- celery-batches-0.8.1.tar.gz | 3 --- celery-batches-0.9.tar.gz | 3 +++ celery-fixtures.patch | 14 ++++---------- python-celery-batches.changes | 10 ++++++++++ python-celery-batches.spec | 6 +++--- 5 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 celery-batches-0.8.1.tar.gz create mode 100644 celery-batches-0.9.tar.gz diff --git a/celery-batches-0.8.1.tar.gz b/celery-batches-0.8.1.tar.gz deleted file mode 100644 index 6ebb89d..0000000 --- a/celery-batches-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d044e57d4c9521dcd0cad62e827838788db5a1c3d6b16c5e3a0e20708a8824 -size 18446 diff --git a/celery-batches-0.9.tar.gz b/celery-batches-0.9.tar.gz new file mode 100644 index 0000000..f34b12f --- /dev/null +++ b/celery-batches-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19d20beb2995170658bba62617b0454f079ecb370669f42b04050451d73d803 +size 18786 diff --git a/celery-fixtures.patch b/celery-fixtures.patch index 70bd699..429dfad 100644 --- a/celery-fixtures.patch +++ b/celery-fixtures.patch @@ -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.7/t/integration/test_batches.py -@@ -6,11 +6,13 @@ from celery_batches import Batches, Simp +--- celery-batches-0.9.orig/t/integration/test_batches.py ++++ celery-batches-0.9/t/integration/test_batches.py +@@ -6,6 +6,7 @@ from celery_batches import Batches, Simp from celery import Celery, signals, states 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.worker import TestWorkController from celery.result import allow_join_result - from celery.worker.request import Request - -+ - import pytest - - from .tasks import add, cumadd diff --git a/python-celery-batches.changes b/python-celery-batches.changes index ce429f3..4b11f61 100644 --- a/python-celery-batches.changes +++ b/python-celery-batches.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 24 12:16:13 UTC 2024 - Markéta Machová + +- 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 diff --git a/python-celery-batches.spec b/python-celery-batches.spec index eb1c69e..4aabdac 100644 --- a/python-celery-batches.spec +++ b/python-celery-batches.spec @@ -20,13 +20,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _pkgname celery-batches Name: python-%{_pkgname} -Version: 0.8.1 +Version: 0.9 Release: 0 Summary: Django module to process multiple Celery task requests together License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/percipient/celery-batches -Source: https://github.com/percipient/%{_pkgname}/archive/v%{version}.tar.gz#/%{_pkgname}-%{version}.tar.gz +URL: https://github.com/clokep/celery-batches +Source: https://github.com/clokep/%{_pkgname}/archive/v%{version}.tar.gz#/%{_pkgname}-%{version}.tar.gz Patch0: celery-fixtures.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module celery >= 5.0}