SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-celery-5.2.7-133.1.noarch.rpm :

* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon May 29 2023 Daniel Garcia - Add sqlalchemy-2.0.patch to support latest version of sqlalchemy. gh#celery/celery#8271
* Tue Mar 28 2023 Dirk Müller - add 879af6341974c3778077d8212d78f093b2d77a4f.patch b260860988469ef8ad74f2d4225839c2fa91d590.patch: better compatibility with newer billiard
* Mon May 02 2022 Markéta Machová - Update to version 5.2.7
* Depend on the maintained python-consul2 library. (#6544).
* Use result_chord_join_timeout instead of hardcoded default value.
* Upgrade AzureBlockBlob storage backend to use Azure blob storage library v12 (#6580).
* Exit celery with non zero exit value if failing (#6602).
* Raise BackendStoreError when set value is too large for Redis.
* Trace task optimizations are now set via Celery app instance.
* Add store_eager_result setting so eager tasks can store result on the result backend (#6614).
* Allow heartbeats to be sent in tests (#6632).
* Simulate more exhaustive delivery info in apply().
* Start chord header tasks as soon as possible (#6576).
* --quiet flag now actually makes celery avoid producing logs (#6599).
* Update platforms.py \"superuser privileges\" check (#6600).
* fnmatch.translate() already translates globs for us. (#6668).
* Upgrade some syntax to Python 3.6+.
* Fix checking expiration of X.509 certificates (#6678).
* Fix JSON decoding errors when using MongoDB as backend (#6675).
* Allow configuration of RedisBackend\'s health_check_interval (#6666).
* Tasks can now have required kwargs at any order (#6699).
* Initial support of python 3.9 added.
* Add Python 3.10 support (#6807).
* Fix docstring for Signal.send to match code (#6835).
* Chords get body_type independently to handle cases where body.type does not exist (#6847).
* Fix multithreaded backend usage (#6851).
* Fix Open Collective donate button (#6848).
* Make ResultSet.on_ready promise hold a weakref to self (#6784).
* Amend IRC network link to Libera (#6837).
* The Consul backend must correctly associate requests and responses (#6823).- Drop upstreamed relax-click.patch- Add upstream tests.patch
* Fri Aug 20 2021 Markéta Machová - Add relax-click.patch to fix requirements (boo#1189286)
* Fri Jul 02 2021 Markéta Machová - Add PyYAML dependency for tests
* Tue Feb 02 2021 Dirk Müller - consistently use >= in requires
* Tue Jan 26 2021 Markéta Machová - Update to 5.0.5
* Make –workdir eager for early handling
* When using the MongoDB backend, don’t cleanup if result_expires is 0 or None
* Detaching no longer creates an extra log file
* DummyClient of cache+memory:// backend now shares state between threads
* Ensure keys are strings when deleting results from S3- Require celery package when running tests to automatically pull dependencies
* Tue Nov 17 2020 Steve Kowalik - Update to 5.02:
* Fix _autodiscover_tasks_from_fixups (#6424).
* Flush worker prints, notably the banner (#6432).
* Breaking Change: Remove ha_policy from queue definition. (#6440)
* This argument has no effect since RabbitMQ 3.0. Therefore, We feel comfortable dropping it in a patch release.
* Python 3.9 support (#6418).
* Regression: When using the prefork pool, pick the fair scheduling strategy by default (#6447).
* Preserve callbacks when replacing a task with a chain (#6189).
* Fix max_retries override on self.retry() (#6436).
* Raise proper error when replacing with an empty chain (#6452)
* Specify UTF-8 as the encoding for log files (#6357).
* Custom headers now propagate when using the protocol 1 hybrid messages (#6374).
* Retry creating the database schema for the database results backend in case of a race condition (#6298).
* When using the Redis results backend, awaiting for a chord no longer hangs when setting :setting:`result_expires` to 0 (#6373).
* When a user tries to specify the app as an option for the subcommand, a custom error message is displayed (#6363).
* Fix the --without-gossip, --without-mingle, and --without-heartbeat options which now work as expected. (#6365)
* Provide a clearer error message when the application cannot be loaded.
* Avoid printing deprecation warnings for settings when they are loaded from Django settings (#6385).
* Allow lowercase log levels for the --loglevel option (#6388).
* Detaching now works as expected (#6401).
* Restore broadcasting messages from celery control (#6400).
* Pass back real result for single task chains (#6411).
* Ensure group tasks a deeply serialized (#6342).
* Fix chord element counting (#6354).
* Restore the celery shell command (#6421).
* Breaking Change Remove AMQP result backend (#6360).
* Warn when deprecated settings are used (#6353).
* Expose retry_policy for Redis result backend (#6330).
* Prepare Celery to support the yet to be released Python 3.9 (#6328).
* More cleanups of leftover Python 2 support (#6338).
* Bump minimum required eventlet version to 0.26.1.
* Update Couchbase Result backend to use SDK V3.
* Restore monkeypatching when gevent or eventlet are used.
* Allow to opt out of ordered group results when using the Redis result backend (#6290).
* Breaking Change Remove the deprecated celery.utils.encoding module.
* Breaking Change Drop support for the Riak result backend (#5686).
* Breaking Change pytest plugin is no longer enabled by default (#6288). Install pytest-celery to enable it.
* Breaking Change Brand new CLI based on Click (#5718).
* Bump Kombu version to 5.0 (#5686).
* Removed most of the compatibility code that supports Python 2 (#5686).
* Modernized code to work on Python 3.6 and above (#5686).- Update BuildRequires/Requires.- Add patch move-pytest-configuration-to-conftest.patch to fix testsuite.
* Wed Sep 30 2020 Tomáš Chvátal - Use really the upstream tarball
* Tue Sep 29 2020 Hans-Peter Jansen - Don\'t update to 5.0.0 because missing dependencies- Update to version 4.4.7 + Add task_received, task_rejected and task_unknown to signals module. + [ES backend] add 401 as safe for retry. + treat internal errors as failure. + Remove redis fanout caveats. + FIX: -A and --args should behave the same. (#6223) + Class-based tasks autoretry (#6233) + Preserve order of group results with Redis result backend (#6218) + Replace future with celery.five Fixes #6250, and reraise to include + Fix REMAP_SIGTERM=SIGQUIT not working + (Fixes#6258) MongoDB: fix for serialization issue (#6259) + Make use of ordered sets in Redis opt-in + Test, CI, Docker, style and minor doc impovements.
* Fri Jul 10 2020 Matthias Fehring - since version 4.3 celery depends on cryptography instead of PyOpenSSL
* Fri Jul 10 2020 Matthias Fehring - disable failing minor test test_pytest_celery_marker_registration for now
* Thu Jul 09 2020 Matthias Fehring - Update to 4.4.6:
* Remove autoscale force_scale methods (#6085).
* Fix autoscale test
* Pass ping destination to request
* chord: merge init options with run options
* Put back KeyValueStoreBackend.set method without state
* Added --range-prefix option to celery multi (#6180)
* Added as_list function to AsyncResult class (#6179)
* Fix CassandraBackend error in threads or gevent pool (#6147)
* Kombu 4.6.11- Additional changes from 4.4.5:
* Add missing dependency on future (#6146).
* ElasticSearch: Retry index if document was deleted between index
* fix windows build
* Customize the retry interval of chord_unlock tasks
* fix multi tests in local- Additional changes from 4.4.4:
* Fix autoretry_for with explicit retry (#6138).
* Kombu 4.6.10
* Use Django DB max age connection setting (fixes #4116).
* Add retry on recoverable exception for the backend (#6122).
* Fix random distribution of jitter for exponential backoff.
* ElasticSearch: add setting to save meta as json.
* fix #6136. celery 4.4.3 always trying create /var/run/celery directory.
* Add task_internal_error signal (#6049).- Additional changes from 4.4.3:
* Fix backend utf-8 encoding in s3 backend .
* Kombu 4.6.9
* Task class definitions can have retry attributes (#5869)
* Upgraded pycurl to the latest version that supports wheel.
* Add uptime to the stats inspect command
* Fixing issue #6019: unable to use mysql SSL parameters when getting
* Clean TraceBack to reduce memory leaks for exception task (#6024)
* exceptions: NotRegistered: fix up language
* Give up sending a worker-offline message if transport is not connected
* Add Task to __all__ in celery.__init__.py
* Ensure a single chain object in a chain does not raise MaximumRecursion
* Fix autoscale when prefetch_multiplier is 1
* Allow start_worker to function without ping task
* Update celeryd.conf
* Fix correctly handle configuring the serializer for always_eager mode.
* Remove doubling of prefetch_count increase when prefetch_multiplier
* Fix eager function not returning result after retries
* return retry result if not throw and is_eager
* Always requeue while worker lost regardless of the redelivered flag
* Allow relative paths in the filesystem backend (#6070)
* [Fixed Issue #6017]
* Avoid race condition due to task duplication.
* Exceptions must be old-style classes or derived from BaseException
* Fix windows build (#6104)
* Add encode to meta task in base.py (#5894)
* Update time.py to solve the microsecond issues (#5199)
* Change backend _ensure_not_eager error to warning
* Add priority support for \'celery.chord_unlock\' task (#5766)
* Change eager retry behaviour
* Avoid race condition in elasticsearch backend
* backends base get_many pass READY_STATES arg
* Add integration tests for Elasticsearch and fix _update
* feat(backend): Adds cleanup to ArangoDB backend
* remove jython check
* fix filesystem backend cannot not be serialized by picked
* Wed May 27 2020 Petr Gajdos - %python3_only -> %python_alternative
* Thu May 14 2020 Tomáš Chvátal - Update to 4.4.2:
* Various fixes for the 4.4 series- Remove no longer needed unpin-pytest.patch
* Fri Jan 24 2020 Marketa Calabkova - update to 4.4.0
* Python 3.4 drop
* Replace deprecated PyMongo methods usage
* Avoid serializing datetime
* fixed call for null args
* Fix termination of asyncloop
* Python 3.8
* Fix a race condition when publishing a very large chord header- Drop unneeded patch pytest5.patch- Reapplied unpin-pytest.patch
 
ICM