Compare commits

...

2 Commits

Author SHA256 Message Date
Markéta Calábková
da370b8add fix python-sitelib-glob-in-files 2024-09-24 14:37:59 +02:00
Markéta Calábková
2ab223c95e update 2024-09-24 14:18:17 +02:00
5 changed files with 22 additions and 18 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.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

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>

View File

@ -17,16 +17,15 @@
#
%{?!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}
@ -63,6 +62,7 @@ with any other form application.
%files %{python_files}
%doc README.rst CHANGELOG.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/celery_batches
%{python_sitelib}/celery_batches-%{version}*info
%changelog