pkgsrc/net/py-celery/PLIST
adam 29295f3cae py-celery: updated to 5.0.5
5.0.5
=====
- Ensure keys are strings when deleting results from S3
- Fix a regression breaking `celery --help` and `celery events`

5.0.4
=====
-  DummyClient of cache+memory:// backend now shares state between threads

   This fixes a problem when using our pytest integration with the in memory
   result backend.
   Because the state wasn't shared between threads, 6416 results in test suites
   hanging on `result.get()`.

5.0.3
=====
- Make `--workdir` eager for early handling
- When using the MongoDB backend, don't cleanup if result_expires is 0 or None
- Fix passing queues into purge command
- Restore `app.start()` and `app.worker_main()`
- Detaching no longer creates an extra log file
- Result backend instances are now thread local to ensure thread safety
- Don't upgrade click to 8.x since click-repl doesn't support it yet.
- Restore preload options

5.0.2
=====
- Fix _autodiscover_tasks_from_fixups
- Flush worker prints, notably the banner
- **Breaking Change**: Remove `ha_policy` from queue definition.

    This argument has no effect since RabbitMQ 3.0.
    Therefore, We feel comfortable dropping it in a patch release.

- Python 3.9 support
- **Regression**: When using the prefork pool, pick the fair scheduling strategy by default
- Preserve callbacks when replacing a task with a chain
- Fix max_retries override on `self.retry()`
- Raise proper error when replacing with an empty chain

5.0.1
=====
- Specify UTF-8 as the encoding for log files
- Custom headers now propagate when using the protocol 1 hybrid messages
- Retry creating the database schema for the database results backend
  in case of a race condition
- When using the Redis results backend, awaiting for a chord no longer hangs
  when setting :setting:`result_expires` to 0
- When a user tries to specify the app as an option for the subcommand,
  a custom error message is displayed
- Fix the `--without-gossip`, `--without-mingle`, and `--without-heartbeat`
  options which now work as expected.
- Provide a clearer error message when the application cannot be loaded.
- Avoid printing deprecation warnings for settings when they are loaded from
  Django settings
- Allow lowercase log levels for the `--loglevel` option
- Detaching now works as expected
- Restore broadcasting messages from `celery control`
- Pass back real result for single task chains
- Ensure group tasks a deeply serialized
- Fix chord element counting
- Restore the `celery shell` command

5.0.0
=====
- **Breaking Change** Remove AMQP result backend
- Warn when deprecated settings are used
- Expose retry_policy for Redis result backend
- Prepare Celery to support the yet to be released Python 3.9

5.0.0rc3
========
- More cleanups of leftover Python 2 support

5.0.0rc2
========
- 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.

5.0.0rc1
========
- Allow to opt out of ordered group results when using the Redis result backend
- **Breaking Change** Remove the deprecated celery.utils.encoding module.

5.0.0b1
=======
- **Breaking Change** Drop support for the Riak result backend
- **Breaking Change** pytest plugin is no longer enabled by default
  Install pytest-celery to enable it.
- **Breaking Change** Brand new CLI based on Click

5.0.0a2
=======
- Bump Kombu version to 5.0

5.0.0a1
=======
- Removed most of the compatibility code that supports Python 2
- Modernized code to work on Python 3.6 and above
2021-05-07 18:02:57 +00:00

475 lines
18 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2021/05/07 18:02:57 adam Exp $
bin/celery-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/celery/__init__.py
${PYSITELIB}/celery/__init__.pyc
${PYSITELIB}/celery/__init__.pyo
${PYSITELIB}/celery/__main__.py
${PYSITELIB}/celery/__main__.pyc
${PYSITELIB}/celery/__main__.pyo
${PYSITELIB}/celery/_state.py
${PYSITELIB}/celery/_state.pyc
${PYSITELIB}/celery/_state.pyo
${PYSITELIB}/celery/app/__init__.py
${PYSITELIB}/celery/app/__init__.pyc
${PYSITELIB}/celery/app/__init__.pyo
${PYSITELIB}/celery/app/amqp.py
${PYSITELIB}/celery/app/amqp.pyc
${PYSITELIB}/celery/app/amqp.pyo
${PYSITELIB}/celery/app/annotations.py
${PYSITELIB}/celery/app/annotations.pyc
${PYSITELIB}/celery/app/annotations.pyo
${PYSITELIB}/celery/app/autoretry.py
${PYSITELIB}/celery/app/autoretry.pyc
${PYSITELIB}/celery/app/autoretry.pyo
${PYSITELIB}/celery/app/backends.py
${PYSITELIB}/celery/app/backends.pyc
${PYSITELIB}/celery/app/backends.pyo
${PYSITELIB}/celery/app/base.py
${PYSITELIB}/celery/app/base.pyc
${PYSITELIB}/celery/app/base.pyo
${PYSITELIB}/celery/app/builtins.py
${PYSITELIB}/celery/app/builtins.pyc
${PYSITELIB}/celery/app/builtins.pyo
${PYSITELIB}/celery/app/control.py
${PYSITELIB}/celery/app/control.pyc
${PYSITELIB}/celery/app/control.pyo
${PYSITELIB}/celery/app/defaults.py
${PYSITELIB}/celery/app/defaults.pyc
${PYSITELIB}/celery/app/defaults.pyo
${PYSITELIB}/celery/app/events.py
${PYSITELIB}/celery/app/events.pyc
${PYSITELIB}/celery/app/events.pyo
${PYSITELIB}/celery/app/log.py
${PYSITELIB}/celery/app/log.pyc
${PYSITELIB}/celery/app/log.pyo
${PYSITELIB}/celery/app/registry.py
${PYSITELIB}/celery/app/registry.pyc
${PYSITELIB}/celery/app/registry.pyo
${PYSITELIB}/celery/app/routes.py
${PYSITELIB}/celery/app/routes.pyc
${PYSITELIB}/celery/app/routes.pyo
${PYSITELIB}/celery/app/task.py
${PYSITELIB}/celery/app/task.pyc
${PYSITELIB}/celery/app/task.pyo
${PYSITELIB}/celery/app/trace.py
${PYSITELIB}/celery/app/trace.pyc
${PYSITELIB}/celery/app/trace.pyo
${PYSITELIB}/celery/app/utils.py
${PYSITELIB}/celery/app/utils.pyc
${PYSITELIB}/celery/app/utils.pyo
${PYSITELIB}/celery/apps/__init__.py
${PYSITELIB}/celery/apps/__init__.pyc
${PYSITELIB}/celery/apps/__init__.pyo
${PYSITELIB}/celery/apps/beat.py
${PYSITELIB}/celery/apps/beat.pyc
${PYSITELIB}/celery/apps/beat.pyo
${PYSITELIB}/celery/apps/multi.py
${PYSITELIB}/celery/apps/multi.pyc
${PYSITELIB}/celery/apps/multi.pyo
${PYSITELIB}/celery/apps/worker.py
${PYSITELIB}/celery/apps/worker.pyc
${PYSITELIB}/celery/apps/worker.pyo
${PYSITELIB}/celery/backends/__init__.py
${PYSITELIB}/celery/backends/__init__.pyc
${PYSITELIB}/celery/backends/__init__.pyo
${PYSITELIB}/celery/backends/arangodb.py
${PYSITELIB}/celery/backends/arangodb.pyc
${PYSITELIB}/celery/backends/arangodb.pyo
${PYSITELIB}/celery/backends/asynchronous.py
${PYSITELIB}/celery/backends/asynchronous.pyc
${PYSITELIB}/celery/backends/asynchronous.pyo
${PYSITELIB}/celery/backends/azureblockblob.py
${PYSITELIB}/celery/backends/azureblockblob.pyc
${PYSITELIB}/celery/backends/azureblockblob.pyo
${PYSITELIB}/celery/backends/base.py
${PYSITELIB}/celery/backends/base.pyc
${PYSITELIB}/celery/backends/base.pyo
${PYSITELIB}/celery/backends/cache.py
${PYSITELIB}/celery/backends/cache.pyc
${PYSITELIB}/celery/backends/cache.pyo
${PYSITELIB}/celery/backends/cassandra.py
${PYSITELIB}/celery/backends/cassandra.pyc
${PYSITELIB}/celery/backends/cassandra.pyo
${PYSITELIB}/celery/backends/consul.py
${PYSITELIB}/celery/backends/consul.pyc
${PYSITELIB}/celery/backends/consul.pyo
${PYSITELIB}/celery/backends/cosmosdbsql.py
${PYSITELIB}/celery/backends/cosmosdbsql.pyc
${PYSITELIB}/celery/backends/cosmosdbsql.pyo
${PYSITELIB}/celery/backends/couchbase.py
${PYSITELIB}/celery/backends/couchbase.pyc
${PYSITELIB}/celery/backends/couchbase.pyo
${PYSITELIB}/celery/backends/couchdb.py
${PYSITELIB}/celery/backends/couchdb.pyc
${PYSITELIB}/celery/backends/couchdb.pyo
${PYSITELIB}/celery/backends/database/__init__.py
${PYSITELIB}/celery/backends/database/__init__.pyc
${PYSITELIB}/celery/backends/database/__init__.pyo
${PYSITELIB}/celery/backends/database/models.py
${PYSITELIB}/celery/backends/database/models.pyc
${PYSITELIB}/celery/backends/database/models.pyo
${PYSITELIB}/celery/backends/database/session.py
${PYSITELIB}/celery/backends/database/session.pyc
${PYSITELIB}/celery/backends/database/session.pyo
${PYSITELIB}/celery/backends/dynamodb.py
${PYSITELIB}/celery/backends/dynamodb.pyc
${PYSITELIB}/celery/backends/dynamodb.pyo
${PYSITELIB}/celery/backends/elasticsearch.py
${PYSITELIB}/celery/backends/elasticsearch.pyc
${PYSITELIB}/celery/backends/elasticsearch.pyo
${PYSITELIB}/celery/backends/filesystem.py
${PYSITELIB}/celery/backends/filesystem.pyc
${PYSITELIB}/celery/backends/filesystem.pyo
${PYSITELIB}/celery/backends/mongodb.py
${PYSITELIB}/celery/backends/mongodb.pyc
${PYSITELIB}/celery/backends/mongodb.pyo
${PYSITELIB}/celery/backends/redis.py
${PYSITELIB}/celery/backends/redis.pyc
${PYSITELIB}/celery/backends/redis.pyo
${PYSITELIB}/celery/backends/rpc.py
${PYSITELIB}/celery/backends/rpc.pyc
${PYSITELIB}/celery/backends/rpc.pyo
${PYSITELIB}/celery/backends/s3.py
${PYSITELIB}/celery/backends/s3.pyc
${PYSITELIB}/celery/backends/s3.pyo
${PYSITELIB}/celery/beat.py
${PYSITELIB}/celery/beat.pyc
${PYSITELIB}/celery/beat.pyo
${PYSITELIB}/celery/bin/__init__.py
${PYSITELIB}/celery/bin/__init__.pyc
${PYSITELIB}/celery/bin/__init__.pyo
${PYSITELIB}/celery/bin/amqp.py
${PYSITELIB}/celery/bin/amqp.pyc
${PYSITELIB}/celery/bin/amqp.pyo
${PYSITELIB}/celery/bin/base.py
${PYSITELIB}/celery/bin/base.pyc
${PYSITELIB}/celery/bin/base.pyo
${PYSITELIB}/celery/bin/beat.py
${PYSITELIB}/celery/bin/beat.pyc
${PYSITELIB}/celery/bin/beat.pyo
${PYSITELIB}/celery/bin/call.py
${PYSITELIB}/celery/bin/call.pyc
${PYSITELIB}/celery/bin/call.pyo
${PYSITELIB}/celery/bin/celery.py
${PYSITELIB}/celery/bin/celery.pyc
${PYSITELIB}/celery/bin/celery.pyo
${PYSITELIB}/celery/bin/control.py
${PYSITELIB}/celery/bin/control.pyc
${PYSITELIB}/celery/bin/control.pyo
${PYSITELIB}/celery/bin/events.py
${PYSITELIB}/celery/bin/events.pyc
${PYSITELIB}/celery/bin/events.pyo
${PYSITELIB}/celery/bin/graph.py
${PYSITELIB}/celery/bin/graph.pyc
${PYSITELIB}/celery/bin/graph.pyo
${PYSITELIB}/celery/bin/list.py
${PYSITELIB}/celery/bin/list.pyc
${PYSITELIB}/celery/bin/list.pyo
${PYSITELIB}/celery/bin/logtool.py
${PYSITELIB}/celery/bin/logtool.pyc
${PYSITELIB}/celery/bin/logtool.pyo
${PYSITELIB}/celery/bin/migrate.py
${PYSITELIB}/celery/bin/migrate.pyc
${PYSITELIB}/celery/bin/migrate.pyo
${PYSITELIB}/celery/bin/multi.py
${PYSITELIB}/celery/bin/multi.pyc
${PYSITELIB}/celery/bin/multi.pyo
${PYSITELIB}/celery/bin/purge.py
${PYSITELIB}/celery/bin/purge.pyc
${PYSITELIB}/celery/bin/purge.pyo
${PYSITELIB}/celery/bin/result.py
${PYSITELIB}/celery/bin/result.pyc
${PYSITELIB}/celery/bin/result.pyo
${PYSITELIB}/celery/bin/shell.py
${PYSITELIB}/celery/bin/shell.pyc
${PYSITELIB}/celery/bin/shell.pyo
${PYSITELIB}/celery/bin/upgrade.py
${PYSITELIB}/celery/bin/upgrade.pyc
${PYSITELIB}/celery/bin/upgrade.pyo
${PYSITELIB}/celery/bin/worker.py
${PYSITELIB}/celery/bin/worker.pyc
${PYSITELIB}/celery/bin/worker.pyo
${PYSITELIB}/celery/bootsteps.py
${PYSITELIB}/celery/bootsteps.pyc
${PYSITELIB}/celery/bootsteps.pyo
${PYSITELIB}/celery/canvas.py
${PYSITELIB}/celery/canvas.pyc
${PYSITELIB}/celery/canvas.pyo
${PYSITELIB}/celery/concurrency/__init__.py
${PYSITELIB}/celery/concurrency/__init__.pyc
${PYSITELIB}/celery/concurrency/__init__.pyo
${PYSITELIB}/celery/concurrency/asynpool.py
${PYSITELIB}/celery/concurrency/asynpool.pyc
${PYSITELIB}/celery/concurrency/asynpool.pyo
${PYSITELIB}/celery/concurrency/base.py
${PYSITELIB}/celery/concurrency/base.pyc
${PYSITELIB}/celery/concurrency/base.pyo
${PYSITELIB}/celery/concurrency/eventlet.py
${PYSITELIB}/celery/concurrency/eventlet.pyc
${PYSITELIB}/celery/concurrency/eventlet.pyo
${PYSITELIB}/celery/concurrency/gevent.py
${PYSITELIB}/celery/concurrency/gevent.pyc
${PYSITELIB}/celery/concurrency/gevent.pyo
${PYSITELIB}/celery/concurrency/prefork.py
${PYSITELIB}/celery/concurrency/prefork.pyc
${PYSITELIB}/celery/concurrency/prefork.pyo
${PYSITELIB}/celery/concurrency/solo.py
${PYSITELIB}/celery/concurrency/solo.pyc
${PYSITELIB}/celery/concurrency/solo.pyo
${PYSITELIB}/celery/concurrency/thread.py
${PYSITELIB}/celery/concurrency/thread.pyc
${PYSITELIB}/celery/concurrency/thread.pyo
${PYSITELIB}/celery/contrib/__init__.py
${PYSITELIB}/celery/contrib/__init__.pyc
${PYSITELIB}/celery/contrib/__init__.pyo
${PYSITELIB}/celery/contrib/abortable.py
${PYSITELIB}/celery/contrib/abortable.pyc
${PYSITELIB}/celery/contrib/abortable.pyo
${PYSITELIB}/celery/contrib/migrate.py
${PYSITELIB}/celery/contrib/migrate.pyc
${PYSITELIB}/celery/contrib/migrate.pyo
${PYSITELIB}/celery/contrib/pytest.py
${PYSITELIB}/celery/contrib/pytest.pyc
${PYSITELIB}/celery/contrib/pytest.pyo
${PYSITELIB}/celery/contrib/rdb.py
${PYSITELIB}/celery/contrib/rdb.pyc
${PYSITELIB}/celery/contrib/rdb.pyo
${PYSITELIB}/celery/contrib/sphinx.py
${PYSITELIB}/celery/contrib/sphinx.pyc
${PYSITELIB}/celery/contrib/sphinx.pyo
${PYSITELIB}/celery/contrib/testing/__init__.py
${PYSITELIB}/celery/contrib/testing/__init__.pyc
${PYSITELIB}/celery/contrib/testing/__init__.pyo
${PYSITELIB}/celery/contrib/testing/app.py
${PYSITELIB}/celery/contrib/testing/app.pyc
${PYSITELIB}/celery/contrib/testing/app.pyo
${PYSITELIB}/celery/contrib/testing/manager.py
${PYSITELIB}/celery/contrib/testing/manager.pyc
${PYSITELIB}/celery/contrib/testing/manager.pyo
${PYSITELIB}/celery/contrib/testing/mocks.py
${PYSITELIB}/celery/contrib/testing/mocks.pyc
${PYSITELIB}/celery/contrib/testing/mocks.pyo
${PYSITELIB}/celery/contrib/testing/tasks.py
${PYSITELIB}/celery/contrib/testing/tasks.pyc
${PYSITELIB}/celery/contrib/testing/tasks.pyo
${PYSITELIB}/celery/contrib/testing/worker.py
${PYSITELIB}/celery/contrib/testing/worker.pyc
${PYSITELIB}/celery/contrib/testing/worker.pyo
${PYSITELIB}/celery/events/__init__.py
${PYSITELIB}/celery/events/__init__.pyc
${PYSITELIB}/celery/events/__init__.pyo
${PYSITELIB}/celery/events/cursesmon.py
${PYSITELIB}/celery/events/cursesmon.pyc
${PYSITELIB}/celery/events/cursesmon.pyo
${PYSITELIB}/celery/events/dispatcher.py
${PYSITELIB}/celery/events/dispatcher.pyc
${PYSITELIB}/celery/events/dispatcher.pyo
${PYSITELIB}/celery/events/dumper.py
${PYSITELIB}/celery/events/dumper.pyc
${PYSITELIB}/celery/events/dumper.pyo
${PYSITELIB}/celery/events/event.py
${PYSITELIB}/celery/events/event.pyc
${PYSITELIB}/celery/events/event.pyo
${PYSITELIB}/celery/events/receiver.py
${PYSITELIB}/celery/events/receiver.pyc
${PYSITELIB}/celery/events/receiver.pyo
${PYSITELIB}/celery/events/snapshot.py
${PYSITELIB}/celery/events/snapshot.pyc
${PYSITELIB}/celery/events/snapshot.pyo
${PYSITELIB}/celery/events/state.py
${PYSITELIB}/celery/events/state.pyc
${PYSITELIB}/celery/events/state.pyo
${PYSITELIB}/celery/exceptions.py
${PYSITELIB}/celery/exceptions.pyc
${PYSITELIB}/celery/exceptions.pyo
${PYSITELIB}/celery/fixups/__init__.py
${PYSITELIB}/celery/fixups/__init__.pyc
${PYSITELIB}/celery/fixups/__init__.pyo
${PYSITELIB}/celery/fixups/django.py
${PYSITELIB}/celery/fixups/django.pyc
${PYSITELIB}/celery/fixups/django.pyo
${PYSITELIB}/celery/loaders/__init__.py
${PYSITELIB}/celery/loaders/__init__.pyc
${PYSITELIB}/celery/loaders/__init__.pyo
${PYSITELIB}/celery/loaders/app.py
${PYSITELIB}/celery/loaders/app.pyc
${PYSITELIB}/celery/loaders/app.pyo
${PYSITELIB}/celery/loaders/base.py
${PYSITELIB}/celery/loaders/base.pyc
${PYSITELIB}/celery/loaders/base.pyo
${PYSITELIB}/celery/loaders/default.py
${PYSITELIB}/celery/loaders/default.pyc
${PYSITELIB}/celery/loaders/default.pyo
${PYSITELIB}/celery/local.py
${PYSITELIB}/celery/local.pyc
${PYSITELIB}/celery/local.pyo
${PYSITELIB}/celery/platforms.py
${PYSITELIB}/celery/platforms.pyc
${PYSITELIB}/celery/platforms.pyo
${PYSITELIB}/celery/result.py
${PYSITELIB}/celery/result.pyc
${PYSITELIB}/celery/result.pyo
${PYSITELIB}/celery/schedules.py
${PYSITELIB}/celery/schedules.pyc
${PYSITELIB}/celery/schedules.pyo
${PYSITELIB}/celery/security/__init__.py
${PYSITELIB}/celery/security/__init__.pyc
${PYSITELIB}/celery/security/__init__.pyo
${PYSITELIB}/celery/security/certificate.py
${PYSITELIB}/celery/security/certificate.pyc
${PYSITELIB}/celery/security/certificate.pyo
${PYSITELIB}/celery/security/key.py
${PYSITELIB}/celery/security/key.pyc
${PYSITELIB}/celery/security/key.pyo
${PYSITELIB}/celery/security/serialization.py
${PYSITELIB}/celery/security/serialization.pyc
${PYSITELIB}/celery/security/serialization.pyo
${PYSITELIB}/celery/security/utils.py
${PYSITELIB}/celery/security/utils.pyc
${PYSITELIB}/celery/security/utils.pyo
${PYSITELIB}/celery/signals.py
${PYSITELIB}/celery/signals.pyc
${PYSITELIB}/celery/signals.pyo
${PYSITELIB}/celery/states.py
${PYSITELIB}/celery/states.pyc
${PYSITELIB}/celery/states.pyo
${PYSITELIB}/celery/utils/__init__.py
${PYSITELIB}/celery/utils/__init__.pyc
${PYSITELIB}/celery/utils/__init__.pyo
${PYSITELIB}/celery/utils/abstract.py
${PYSITELIB}/celery/utils/abstract.pyc
${PYSITELIB}/celery/utils/abstract.pyo
${PYSITELIB}/celery/utils/collections.py
${PYSITELIB}/celery/utils/collections.pyc
${PYSITELIB}/celery/utils/collections.pyo
${PYSITELIB}/celery/utils/debug.py
${PYSITELIB}/celery/utils/debug.pyc
${PYSITELIB}/celery/utils/debug.pyo
${PYSITELIB}/celery/utils/deprecated.py
${PYSITELIB}/celery/utils/deprecated.pyc
${PYSITELIB}/celery/utils/deprecated.pyo
${PYSITELIB}/celery/utils/dispatch/__init__.py
${PYSITELIB}/celery/utils/dispatch/__init__.pyc
${PYSITELIB}/celery/utils/dispatch/__init__.pyo
${PYSITELIB}/celery/utils/dispatch/signal.py
${PYSITELIB}/celery/utils/dispatch/signal.pyc
${PYSITELIB}/celery/utils/dispatch/signal.pyo
${PYSITELIB}/celery/utils/functional.py
${PYSITELIB}/celery/utils/functional.pyc
${PYSITELIB}/celery/utils/functional.pyo
${PYSITELIB}/celery/utils/graph.py
${PYSITELIB}/celery/utils/graph.pyc
${PYSITELIB}/celery/utils/graph.pyo
${PYSITELIB}/celery/utils/imports.py
${PYSITELIB}/celery/utils/imports.pyc
${PYSITELIB}/celery/utils/imports.pyo
${PYSITELIB}/celery/utils/iso8601.py
${PYSITELIB}/celery/utils/iso8601.pyc
${PYSITELIB}/celery/utils/iso8601.pyo
${PYSITELIB}/celery/utils/log.py
${PYSITELIB}/celery/utils/log.pyc
${PYSITELIB}/celery/utils/log.pyo
${PYSITELIB}/celery/utils/nodenames.py
${PYSITELIB}/celery/utils/nodenames.pyc
${PYSITELIB}/celery/utils/nodenames.pyo
${PYSITELIB}/celery/utils/objects.py
${PYSITELIB}/celery/utils/objects.pyc
${PYSITELIB}/celery/utils/objects.pyo
${PYSITELIB}/celery/utils/saferepr.py
${PYSITELIB}/celery/utils/saferepr.pyc
${PYSITELIB}/celery/utils/saferepr.pyo
${PYSITELIB}/celery/utils/serialization.py
${PYSITELIB}/celery/utils/serialization.pyc
${PYSITELIB}/celery/utils/serialization.pyo
${PYSITELIB}/celery/utils/static/__init__.py
${PYSITELIB}/celery/utils/static/__init__.pyc
${PYSITELIB}/celery/utils/static/__init__.pyo
${PYSITELIB}/celery/utils/static/celery_128.png
${PYSITELIB}/celery/utils/sysinfo.py
${PYSITELIB}/celery/utils/sysinfo.pyc
${PYSITELIB}/celery/utils/sysinfo.pyo
${PYSITELIB}/celery/utils/term.py
${PYSITELIB}/celery/utils/term.pyc
${PYSITELIB}/celery/utils/term.pyo
${PYSITELIB}/celery/utils/text.py
${PYSITELIB}/celery/utils/text.pyc
${PYSITELIB}/celery/utils/text.pyo
${PYSITELIB}/celery/utils/threads.py
${PYSITELIB}/celery/utils/threads.pyc
${PYSITELIB}/celery/utils/threads.pyo
${PYSITELIB}/celery/utils/time.py
${PYSITELIB}/celery/utils/time.pyc
${PYSITELIB}/celery/utils/time.pyo
${PYSITELIB}/celery/utils/timer2.py
${PYSITELIB}/celery/utils/timer2.pyc
${PYSITELIB}/celery/utils/timer2.pyo
${PYSITELIB}/celery/worker/__init__.py
${PYSITELIB}/celery/worker/__init__.pyc
${PYSITELIB}/celery/worker/__init__.pyo
${PYSITELIB}/celery/worker/autoscale.py
${PYSITELIB}/celery/worker/autoscale.pyc
${PYSITELIB}/celery/worker/autoscale.pyo
${PYSITELIB}/celery/worker/components.py
${PYSITELIB}/celery/worker/components.pyc
${PYSITELIB}/celery/worker/components.pyo
${PYSITELIB}/celery/worker/consumer/__init__.py
${PYSITELIB}/celery/worker/consumer/__init__.pyc
${PYSITELIB}/celery/worker/consumer/__init__.pyo
${PYSITELIB}/celery/worker/consumer/agent.py
${PYSITELIB}/celery/worker/consumer/agent.pyc
${PYSITELIB}/celery/worker/consumer/agent.pyo
${PYSITELIB}/celery/worker/consumer/connection.py
${PYSITELIB}/celery/worker/consumer/connection.pyc
${PYSITELIB}/celery/worker/consumer/connection.pyo
${PYSITELIB}/celery/worker/consumer/consumer.py
${PYSITELIB}/celery/worker/consumer/consumer.pyc
${PYSITELIB}/celery/worker/consumer/consumer.pyo
${PYSITELIB}/celery/worker/consumer/control.py
${PYSITELIB}/celery/worker/consumer/control.pyc
${PYSITELIB}/celery/worker/consumer/control.pyo
${PYSITELIB}/celery/worker/consumer/events.py
${PYSITELIB}/celery/worker/consumer/events.pyc
${PYSITELIB}/celery/worker/consumer/events.pyo
${PYSITELIB}/celery/worker/consumer/gossip.py
${PYSITELIB}/celery/worker/consumer/gossip.pyc
${PYSITELIB}/celery/worker/consumer/gossip.pyo
${PYSITELIB}/celery/worker/consumer/heart.py
${PYSITELIB}/celery/worker/consumer/heart.pyc
${PYSITELIB}/celery/worker/consumer/heart.pyo
${PYSITELIB}/celery/worker/consumer/mingle.py
${PYSITELIB}/celery/worker/consumer/mingle.pyc
${PYSITELIB}/celery/worker/consumer/mingle.pyo
${PYSITELIB}/celery/worker/consumer/tasks.py
${PYSITELIB}/celery/worker/consumer/tasks.pyc
${PYSITELIB}/celery/worker/consumer/tasks.pyo
${PYSITELIB}/celery/worker/control.py
${PYSITELIB}/celery/worker/control.pyc
${PYSITELIB}/celery/worker/control.pyo
${PYSITELIB}/celery/worker/heartbeat.py
${PYSITELIB}/celery/worker/heartbeat.pyc
${PYSITELIB}/celery/worker/heartbeat.pyo
${PYSITELIB}/celery/worker/loops.py
${PYSITELIB}/celery/worker/loops.pyc
${PYSITELIB}/celery/worker/loops.pyo
${PYSITELIB}/celery/worker/pidbox.py
${PYSITELIB}/celery/worker/pidbox.pyc
${PYSITELIB}/celery/worker/pidbox.pyo
${PYSITELIB}/celery/worker/request.py
${PYSITELIB}/celery/worker/request.pyc
${PYSITELIB}/celery/worker/request.pyo
${PYSITELIB}/celery/worker/state.py
${PYSITELIB}/celery/worker/state.pyc
${PYSITELIB}/celery/worker/state.pyo
${PYSITELIB}/celery/worker/strategy.py
${PYSITELIB}/celery/worker/strategy.pyc
${PYSITELIB}/celery/worker/strategy.pyo
${PYSITELIB}/celery/worker/worker.py
${PYSITELIB}/celery/worker/worker.pyc
${PYSITELIB}/celery/worker/worker.pyo