1
0

Accepting request 1104141 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-08-17 17:43:00 +00:00 committed by Git OBS Bridge
commit cfc76dfff7
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 9 07:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* Fix installing celery-batches with Celery 5.3.
* Support passing through the `request_dict` from the original
Celery request.
* Support Celery 5.3.
* Drop support for Celery < 5.0.
* Support Python 3.11.
* Drop support for Python 3.7.
-------------------------------------------------------------------
Thu Mar 30 08:18:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define _pkgname celery-batches
Name: python-%{_pkgname}
Version: 0.7
Version: 0.8.1
Release: 0
Summary: Django module to process multiple Celery task requests together
License: BSD-3-Clause
@ -28,8 +28,8 @@ 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
Patch0: celery-fixtures.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module celery >= 4.4}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module celery >= 5.0}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}