15
0
forked from pool/python-celery

Compare commits

18 Commits

Author SHA256 Message Date
a3bd75c083 Accepting request 1326865 from devel:languages:python
- Update to 5.6.2:
  * Fix recursive WorkController instantiation in DjangoWorkerFixup +
    AttributeError when pool_cls is a string
  * Bugfix: Revoked tasks now immediately update backend status to REVOKED
  * Fix Redis Sentinel ACL authentication support
  * Fix: Broker heartbeats not sent during graceful shutdown
  * close DB pools only in prefork mode
  * Fix: Avoid unnecessary Django database connection creation during cleanup
  * reliable prefork detection
  * Stop importing pytest_subtests
  * Only use exceptiongroup backport for Python < 3.11
  * Drop support for Python 3.8 (EOL).
  * Fixed a security issue where broker URLs containing passwords were
  * being logged in plaintext by the delayed delivery mechanism. Broker
  * credentials are now properly sanitized in all log output.
  * New configuration options allow specifying the queue type and exchange
  * type when Celery auto-creates missing queues.
  * asynpool: Don't return from inside a finally block
  * Add support for Django Connection pool
  * fix(worker): continue to attempt to bind other queues after a native
    delayed delivery binding failure has occurred
  * Handle UnpicklingError in persistent scheduler initialization
  * Bug Fix: Nested Chords Fail When Using django-celery-results with a Redis
    Backend
  * Add support pymongo 4.12
  * Feature: Add support credential_provider to Redis Backend
  * Celery.timezone: try tzlocal.get_localzone() before using LocalTimezone
  * Add documentation for task_id param for apply_async function
  * Support redis client name
  * fix: restrict disable-prefetch feature to Redis brokers only

OBS-URL: https://build.opensuse.org/request/show/1326865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=53
2026-01-13 20:30:28 +00:00
ad3163ef03 - Update to 5.6.2:
* Fix recursive WorkController instantiation in DjangoWorkerFixup +
    AttributeError when pool_cls is a string
  * Bugfix: Revoked tasks now immediately update backend status to REVOKED
  * Fix Redis Sentinel ACL authentication support
  * Fix: Broker heartbeats not sent during graceful shutdown
  * close DB pools only in prefork mode
  * Fix: Avoid unnecessary Django database connection creation during cleanup
  * reliable prefork detection
  * Stop importing pytest_subtests
  * Only use exceptiongroup backport for Python < 3.11
  * Drop support for Python 3.8 (EOL).
  * Fixed a security issue where broker URLs containing passwords were
  * being logged in plaintext by the delayed delivery mechanism. Broker
  * credentials are now properly sanitized in all log output.
  * New configuration options allow specifying the queue type and exchange
  * type when Celery auto-creates missing queues.
  * asynpool: Don't return from inside a finally block
  * Add support for Django Connection pool
  * fix(worker): continue to attempt to bind other queues after a native
    delayed delivery binding failure has occurred
  * Handle UnpicklingError in persistent scheduler initialization
  * Bug Fix: Nested Chords Fail When Using django-celery-results with a Redis
    Backend
  * Add support pymongo 4.12
  * Feature: Add support credential_provider to Redis Backend
  * Celery.timezone: try tzlocal.get_localzone() before using LocalTimezone
  * Add documentation for task_id param for apply_async function
  * Support redis client name
  * fix: restrict disable-prefetch feature to Redis brokers only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=174
2026-01-12 23:45:10 +00:00
5d5f178fe4 Accepting request 1321486 from devel:languages:python
- Only require pytest-subtests with pytest < 9.

OBS-URL: https://build.opensuse.org/request/show/1321486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=52
2025-12-09 11:46:55 +00:00
4b0ef763cb - Only require pytest-subtests with pytest < 9.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=172
2025-12-08 04:31:15 +00:00
31aeda0ac0 Accepting request 1296142 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1296142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=51
2025-07-30 09:42:48 +00:00
226b8c292c - Add dependency on google-cloud-core to fix broken import in tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=170
2025-07-28 13:10:25 +00:00
89ebed93ce Accepting request 1288522 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1288522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=50
2025-06-26 09:39:04 +00:00
9af16bb05f - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=168
2025-06-25 11:54:24 +00:00
db9b6440d8 Accepting request 1285951 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=49
2025-06-16 09:13:01 +00:00
8b43cc734e - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=166
2025-06-16 06:19:14 +00:00
81613daec6 Accepting request 1284512 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=48
2025-06-11 14:23:49 +00:00
175e3d34ed 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
2025-06-10 14:46:40 +00:00
181b2a5b58 Accepting request 1273195 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=47
2025-04-29 14:40:14 +00:00
fbcef3caac - Update to 5.5.2
* Fix calculating remaining time across DST changes
  * Remove setup_logger from COMPAT_MODULES
- Add missing runtime requirement python-dbm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=162
2025-04-28 15:43:18 +00:00
a7647c9c26 Accepting request 1269220 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1269220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=46
2025-04-14 14:08:23 +00:00
fef81d8387 - Update to 5.5.1
* Fixed "AttributeError: list object has no attribute strip" with
    quorum queues and failover brokers by @Nusnus in #9657
  * Prepare for release: v5.5.1 by @Nusnus in #9660
- Update to 5.5.0
  * Redis Broker Stability Improvements
  * pycurl replaced with urllib3
  * RabbitMQ Quorum Queues Support
  * Soft Shutdown Mechanism
  * Pydantic Support
  * Google Pub/Sub Transport
  * Python 3.13 Support
  * REMAP_SIGTERM Support
  * Database Backend Improvements
  * see full changelog: https://github.com/celery/celery/releases/tag/v5.5.0
- Add new test dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=160
2025-04-14 10:09:47 +00:00
57b9998637 Accepting request 1185292 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1185292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=45
2024-07-04 14:27:10 +00:00
a754a0e3cb Accepting request 1185136 from home:mcalabkova:branches:devel:languages:python
- Update to 5.4.0
  * Add a Task class specialised for Django
  * Add Google Cloud Storage (GCS) backend
  * Added documentation to the smoke tests infra
  * Bugfix: Missing id on chain
  * Bugfix: Worker not consuming tasks after Redis broker restart
  * Catch UnicodeDecodeError when opening corrupt beat-schedule.db
  * chore(ci): Enhance CI with workflow_dispatch for targeted debugging
  * Enable efficient chord when using dynamicdb as backend store
  * feat(daemon): allows daemonization options to be fetched from app 
    settings
  * Fix DeprecationWarning: datetime.datetime.utcnow()
  * Fix recursive result parents on group in middle of chain
  * Hotfix: Smoke tests didn’t allow customizing the worker’s command 
    arguments, now it does
  * Make custom remote control commands available in CLI
  * Print safe_say() to stdout for non-error flows
  * Support moto 5.0
- Drop support-moto-5.patch

OBS-URL: https://build.opensuse.org/request/show/1185136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=158
2024-07-04 07:06:05 +00:00
4 changed files with 60 additions and 15 deletions

View File

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

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

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

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Jan 12 23:44:50 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.6.2:
* Fix recursive WorkController instantiation in DjangoWorkerFixup +
AttributeError when pool_cls is a string
* Bugfix: Revoked tasks now immediately update backend status to REVOKED
* Fix Redis Sentinel ACL authentication support
* Fix: Broker heartbeats not sent during graceful shutdown
* close DB pools only in prefork mode
* Fix: Avoid unnecessary Django database connection creation during cleanup
* reliable prefork detection
* Stop importing pytest_subtests
* Only use exceptiongroup backport for Python < 3.11
* Drop support for Python 3.8 (EOL).
* Fixed a security issue where broker URLs containing passwords were
* being logged in plaintext by the delayed delivery mechanism. Broker
* credentials are now properly sanitized in all log output.
* New configuration options allow specifying the queue type and exchange
* type when Celery auto-creates missing queues.
* asynpool: Don't return from inside a finally block
* Add support for Django Connection pool
* fix(worker): continue to attempt to bind other queues after a native
delayed delivery binding failure has occurred
* Handle UnpicklingError in persistent scheduler initialization
* Bug Fix: Nested Chords Fail When Using django-celery-results with a Redis
Backend
* Add support pymongo 4.12
* Feature: Add support credential_provider to Redis Backend
* Celery.timezone: try tzlocal.get_localzone() before using LocalTimezone
* Add documentation for task_id param for apply_async function
* Support redis client name
* fix: restrict disable-prefetch feature to Redis brokers only
* fix(): preserve group order in replaced signature
* Fix #9794: Pydantic integration fails with __future__.annotations.
* Choose queue type and exchange type when creating missing queues
-------------------------------------------------------------------
Mon Dec 8 04:29:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Only require pytest-subtests with pytest < 9.
-------------------------------------------------------------------
Mon Jul 28 12:28:45 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-celery
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%define skip_python2 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -29,13 +28,14 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-celery%{psuffix}
Version: 5.5.3
Version: 5.6.2
Release: 0
Summary: Distributed Task Queue module for Python
License: BSD-3-Clause
URL: https://celeryproject.org
Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
Patch0: move-pytest-configuration-to-conftest.patch
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -44,16 +44,16 @@ BuildRequires: fdupes
BuildRequires: netcfg
BuildRequires: python-rpm-macros
Requires: alts
Requires: python-billiard >= 4.1.0
Requires: python-click >= 8.0.3
Requires: python-click-didyoumean >= 0.0.3
Requires: python-billiard >= 4.2.1
Requires: python-click >= 8.1.2
Requires: python-click-didyoumean >= 0.3.0
Requires: python-click-plugins >= 1.1.1
Requires: python-click-repl >= 0.2.0
Requires: python-dbm
Requires: python-kombu >= 5.5
Requires: python-python-dateutil
Requires: python-tzdata
Requires: python-vine >= 5.0.0
Requires: python-kombu >= 5.6.0
Requires: python-python-dateutil >= 2.8.2
Requires: python-tzlocal
Requires: python-vine >= 5.1.0
Recommends: python-cryptography
Recommends: python-curses
Suggests: python-eventlet
@@ -81,7 +81,7 @@ BuildRequires: %{python_module pydantic}
BuildRequires: %{python_module pymongo >= 4.0.2}
BuildRequires: %{python_module pytest >= 4.5.0}
BuildRequires: %{python_module pytest-click}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
BuildRequires: %{python_module redis}
%if %{with ringdisabled}
ExclusiveArch: do-not-build
@@ -118,7 +118,10 @@ scheduling as well.
# test_aaa_eventlet_patch::test_aaa_blockdetecet - AssertionError: expected call not found.
# test_AsynPool::test_gen_not_started
%pytest -k "not test_check_privileges_no_fchown and not test_aaa_blockdetecet and not test_gen_not_started and not test_init_mongodb_dnspython2_pymongo4_seedlist"
# Fails if the system timezone is UTC
# test_uses_utc_timezone
%pytest -k "not test_check_privileges_no_fchown and not test_aaa_blockdetecet and not test_gen_not_started and not test_init_mongodb_dnspython2_pymongo4_seedlist and not test_uses_utc_timezone"
%endif