From dbaf266b7b74aa30a35de09796d38c3583fca4c76a6deb3880de0f197d09c8a3 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 10 Jun 2025 14:46:40 +0000 Subject: [PATCH] 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 --- celery-5.5.2.tar.gz | 3 --- celery-5.5.3.tar.gz | 3 +++ python-celery.changes | 28 ++++++++++++++++++++++++++++ python-celery.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 celery-5.5.2.tar.gz create mode 100644 celery-5.5.3.tar.gz diff --git a/celery-5.5.2.tar.gz b/celery-5.5.2.tar.gz deleted file mode 100644 index 408cb21..0000000 --- a/celery-5.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e -size 1666892 diff --git a/celery-5.5.3.tar.gz b/celery-5.5.3.tar.gz new file mode 100644 index 0000000..1b66f52 --- /dev/null +++ b/celery-5.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c972ae7968c2b5281227f01c3a3f984037d21c5129d07bf3550cc2afc6b10a5 +size 1667144 diff --git a/python-celery.changes b/python-celery.changes index 7b264e4..a1d5850 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jun 10 13:06:55 UTC 2025 - John Paul Adrian Glaubitz + +- 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á diff --git a/python-celery.spec b/python-celery.spec index 5daf5d3..8a9d517 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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