15
0
forked from pool/python-celery

Accepting request 1284472 from home:glaubitz:branches:devel:languages:python

- Update to 5.5.3
  * Make the tests run on python 3.13 for gcs backend (#9677)
  * Added DeepWiki to README (#9683)
  * Limit redis to <=v5.2.1 to match Kombu (#9693)
  * Use EX_OK instead of literal zero (#9684)
  * Make wheel metadata reproducible (#9687)
  * Let celery install from kombu dependencies for better align (#9696)
  * Fix stamping documentation to clarify stamped_headers key is optional
    in visitor methods (#9697)
  * Support apply_async without queue argument on quorum queues (#9686)
  * Updated rabbitmq doc about using quorum queues with task routes (#9707)
  * Add: Dumper Unit Test (#9711)
  * Add unit test for event.group_from (#9709)
  * Refactor: add beat_cron_starting_deadline documentation warning (#9712)
  * Fix: Resolve issue #9569 by supporting distinct broker transport
    options for workers (#9695)
  * Fixes issue with retry callback arguments in DelayedDelivery (#9708)
  * get_exchange-unit-test (#9710)
  * ISSUE-9704: Update documentation of result_expires, filesystem backend
    is supported (#9716)
  * Update to blacksmith ubuntu 24.04 (#9717)
  * Added unit tests for celery.utils.iso8601 (#9725)
  * Update introduction.rst docs (#9728)
  * Prepare for release: v5.5.3 (#9732)

OBS-URL: https://build.opensuse.org/request/show/1284472
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=164
This commit is contained in:
2025-06-10 14:46:40 +00:00
committed by Git OBS Bridge
parent 497b981d2a
commit dbaf266b7b
4 changed files with 32 additions and 4 deletions

View File

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

3
celery-5.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jun 10 13:06:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.5.3
* Make the tests run on python 3.13 for gcs backend (#9677)
* Added DeepWiki to README (#9683)
* Limit redis to <=v5.2.1 to match Kombu (#9693)
* Use EX_OK instead of literal zero (#9684)
* Make wheel metadata reproducible (#9687)
* Let celery install from kombu dependencies for better align (#9696)
* Fix stamping documentation to clarify stamped_headers key is optional
in visitor methods (#9697)
* Support apply_async without queue argument on quorum queues (#9686)
* Updated rabbitmq doc about using quorum queues with task routes (#9707)
* Add: Dumper Unit Test (#9711)
* Add unit test for event.group_from (#9709)
* Refactor: add beat_cron_starting_deadline documentation warning (#9712)
* Fix: Resolve issue #9569 by supporting distinct broker transport
options for workers (#9695)
* Fixes issue with retry callback arguments in DelayedDelivery (#9708)
* get_exchange-unit-test (#9710)
* ISSUE-9704: Update documentation of result_expires, filesystem backend
is supported (#9716)
* Update to blacksmith ubuntu 24.04 (#9717)
* Added unit tests for celery.utils.iso8601 (#9725)
* Update introduction.rst docs (#9728)
* Prepare for release: v5.5.3 (#9732)
-------------------------------------------------------------------
Mon Apr 28 14:36:22 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -28,7 +28,7 @@
%bcond_with ringdisabled
%{?sle15_python_module_pythons}
Name: python-celery%{psuffix}
Version: 5.5.2
Version: 5.5.3
Release: 0
Summary: Distributed Task Queue module for Python
License: BSD-3-Clause