ea41396feb
- **MongoDB**: Now endures a connection failover (Issue #123). - **MongoDB**: Fixed ``KeyError`` when a replica set member is removed. Also fixes celery#971 and celery/#898. - **MongoDB**: Fixed MongoDB broadcast cursor re-initialization bug. - **Async**: Fixed bug in lax semaphore implementation where in some usage patterns the limit was not honored correctly. - **Redis**: Fixed problem with fanout when using Python 3 (Issue #324). - **Redis**: Fixed ``AttributeError`` from attempting to close a non-existing connection (Issue #320). - Redis: Fixed serious race condition that could lead to data loss. The delivery tags were accidentally set to be an incremental number local to the channel, but the delivery tags need to be globally unique so that a message can not overwrite an older message in the backup store. This change is not backwards incompatible and you are encouraged to update all your system using a previous version as soon as possible. - Now depends on :mod:`amqp` 1.4.4. - Pidbox: Now makes sure message encoding errors are handled by default, so that a custom error handler does not need to be specified. - Redis: The fanout exchange can now use AMQP patterns to route and filter messages. This change is backwards incompatible and must be enabled with the ``fanout_patterns`` transport option:: >>> conn = kombu.Connection('redis://', transport_options={ ... 'fanout_patterns': True, ... }) When enabled the exchange will work like an amqp topic exchange if the binding key is a pattern. This is planned to be default behavior in the future. - Redis: Fixed ``cycle`` no such attribute error.
322 lines
13 KiB
Text
322 lines
13 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2014/04/07 03:46:37 rodent Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/kombu/__init__.py
|
|
${PYSITELIB}/kombu/__init__.pyc
|
|
${PYSITELIB}/kombu/__init__.pyo
|
|
${PYSITELIB}/kombu/abstract.py
|
|
${PYSITELIB}/kombu/abstract.pyc
|
|
${PYSITELIB}/kombu/abstract.pyo
|
|
${PYSITELIB}/kombu/async/__init__.py
|
|
${PYSITELIB}/kombu/async/__init__.pyc
|
|
${PYSITELIB}/kombu/async/__init__.pyo
|
|
${PYSITELIB}/kombu/async/debug.py
|
|
${PYSITELIB}/kombu/async/debug.pyc
|
|
${PYSITELIB}/kombu/async/debug.pyo
|
|
${PYSITELIB}/kombu/async/hub.py
|
|
${PYSITELIB}/kombu/async/hub.pyc
|
|
${PYSITELIB}/kombu/async/hub.pyo
|
|
${PYSITELIB}/kombu/async/semaphore.py
|
|
${PYSITELIB}/kombu/async/semaphore.pyc
|
|
${PYSITELIB}/kombu/async/semaphore.pyo
|
|
${PYSITELIB}/kombu/async/timer.py
|
|
${PYSITELIB}/kombu/async/timer.pyc
|
|
${PYSITELIB}/kombu/async/timer.pyo
|
|
${PYSITELIB}/kombu/clocks.py
|
|
${PYSITELIB}/kombu/clocks.pyc
|
|
${PYSITELIB}/kombu/clocks.pyo
|
|
${PYSITELIB}/kombu/common.py
|
|
${PYSITELIB}/kombu/common.pyc
|
|
${PYSITELIB}/kombu/common.pyo
|
|
${PYSITELIB}/kombu/compat.py
|
|
${PYSITELIB}/kombu/compat.pyc
|
|
${PYSITELIB}/kombu/compat.pyo
|
|
${PYSITELIB}/kombu/compression.py
|
|
${PYSITELIB}/kombu/compression.pyc
|
|
${PYSITELIB}/kombu/compression.pyo
|
|
${PYSITELIB}/kombu/connection.py
|
|
${PYSITELIB}/kombu/connection.pyc
|
|
${PYSITELIB}/kombu/connection.pyo
|
|
${PYSITELIB}/kombu/entity.py
|
|
${PYSITELIB}/kombu/entity.pyc
|
|
${PYSITELIB}/kombu/entity.pyo
|
|
${PYSITELIB}/kombu/exceptions.py
|
|
${PYSITELIB}/kombu/exceptions.pyc
|
|
${PYSITELIB}/kombu/exceptions.pyo
|
|
${PYSITELIB}/kombu/five.py
|
|
${PYSITELIB}/kombu/five.pyc
|
|
${PYSITELIB}/kombu/five.pyo
|
|
${PYSITELIB}/kombu/log.py
|
|
${PYSITELIB}/kombu/log.pyc
|
|
${PYSITELIB}/kombu/log.pyo
|
|
${PYSITELIB}/kombu/message.py
|
|
${PYSITELIB}/kombu/message.pyc
|
|
${PYSITELIB}/kombu/message.pyo
|
|
${PYSITELIB}/kombu/messaging.py
|
|
${PYSITELIB}/kombu/messaging.pyc
|
|
${PYSITELIB}/kombu/messaging.pyo
|
|
${PYSITELIB}/kombu/mixins.py
|
|
${PYSITELIB}/kombu/mixins.pyc
|
|
${PYSITELIB}/kombu/mixins.pyo
|
|
${PYSITELIB}/kombu/pidbox.py
|
|
${PYSITELIB}/kombu/pidbox.pyc
|
|
${PYSITELIB}/kombu/pidbox.pyo
|
|
${PYSITELIB}/kombu/pools.py
|
|
${PYSITELIB}/kombu/pools.pyc
|
|
${PYSITELIB}/kombu/pools.pyo
|
|
${PYSITELIB}/kombu/serialization.py
|
|
${PYSITELIB}/kombu/serialization.pyc
|
|
${PYSITELIB}/kombu/serialization.pyo
|
|
${PYSITELIB}/kombu/simple.py
|
|
${PYSITELIB}/kombu/simple.pyc
|
|
${PYSITELIB}/kombu/simple.pyo
|
|
${PYSITELIB}/kombu/syn.py
|
|
${PYSITELIB}/kombu/syn.pyc
|
|
${PYSITELIB}/kombu/syn.pyo
|
|
${PYSITELIB}/kombu/tests/__init__.py
|
|
${PYSITELIB}/kombu/tests/__init__.pyc
|
|
${PYSITELIB}/kombu/tests/__init__.pyo
|
|
${PYSITELIB}/kombu/tests/async/__init__.py
|
|
${PYSITELIB}/kombu/tests/async/__init__.pyc
|
|
${PYSITELIB}/kombu/tests/async/__init__.pyo
|
|
${PYSITELIB}/kombu/tests/async/test_hub.py
|
|
${PYSITELIB}/kombu/tests/async/test_hub.pyc
|
|
${PYSITELIB}/kombu/tests/async/test_hub.pyo
|
|
${PYSITELIB}/kombu/tests/async/test_semaphore.py
|
|
${PYSITELIB}/kombu/tests/async/test_semaphore.pyc
|
|
${PYSITELIB}/kombu/tests/async/test_semaphore.pyo
|
|
${PYSITELIB}/kombu/tests/case.py
|
|
${PYSITELIB}/kombu/tests/case.pyc
|
|
${PYSITELIB}/kombu/tests/case.pyo
|
|
${PYSITELIB}/kombu/tests/mocks.py
|
|
${PYSITELIB}/kombu/tests/mocks.pyc
|
|
${PYSITELIB}/kombu/tests/mocks.pyo
|
|
${PYSITELIB}/kombu/tests/test_clocks.py
|
|
${PYSITELIB}/kombu/tests/test_clocks.pyc
|
|
${PYSITELIB}/kombu/tests/test_clocks.pyo
|
|
${PYSITELIB}/kombu/tests/test_common.py
|
|
${PYSITELIB}/kombu/tests/test_common.pyc
|
|
${PYSITELIB}/kombu/tests/test_common.pyo
|
|
${PYSITELIB}/kombu/tests/test_compat.py
|
|
${PYSITELIB}/kombu/tests/test_compat.pyc
|
|
${PYSITELIB}/kombu/tests/test_compat.pyo
|
|
${PYSITELIB}/kombu/tests/test_compression.py
|
|
${PYSITELIB}/kombu/tests/test_compression.pyc
|
|
${PYSITELIB}/kombu/tests/test_compression.pyo
|
|
${PYSITELIB}/kombu/tests/test_connection.py
|
|
${PYSITELIB}/kombu/tests/test_connection.pyc
|
|
${PYSITELIB}/kombu/tests/test_connection.pyo
|
|
${PYSITELIB}/kombu/tests/test_entities.py
|
|
${PYSITELIB}/kombu/tests/test_entities.pyc
|
|
${PYSITELIB}/kombu/tests/test_entities.pyo
|
|
${PYSITELIB}/kombu/tests/test_log.py
|
|
${PYSITELIB}/kombu/tests/test_log.pyc
|
|
${PYSITELIB}/kombu/tests/test_log.pyo
|
|
${PYSITELIB}/kombu/tests/test_messaging.py
|
|
${PYSITELIB}/kombu/tests/test_messaging.pyc
|
|
${PYSITELIB}/kombu/tests/test_messaging.pyo
|
|
${PYSITELIB}/kombu/tests/test_mixins.py
|
|
${PYSITELIB}/kombu/tests/test_mixins.pyc
|
|
${PYSITELIB}/kombu/tests/test_mixins.pyo
|
|
${PYSITELIB}/kombu/tests/test_pidbox.py
|
|
${PYSITELIB}/kombu/tests/test_pidbox.pyc
|
|
${PYSITELIB}/kombu/tests/test_pidbox.pyo
|
|
${PYSITELIB}/kombu/tests/test_pools.py
|
|
${PYSITELIB}/kombu/tests/test_pools.pyc
|
|
${PYSITELIB}/kombu/tests/test_pools.pyo
|
|
${PYSITELIB}/kombu/tests/test_serialization.py
|
|
${PYSITELIB}/kombu/tests/test_serialization.pyc
|
|
${PYSITELIB}/kombu/tests/test_serialization.pyo
|
|
${PYSITELIB}/kombu/tests/test_simple.py
|
|
${PYSITELIB}/kombu/tests/test_simple.pyc
|
|
${PYSITELIB}/kombu/tests/test_simple.pyo
|
|
${PYSITELIB}/kombu/tests/test_syn.py
|
|
${PYSITELIB}/kombu/tests/test_syn.pyc
|
|
${PYSITELIB}/kombu/tests/test_syn.pyo
|
|
${PYSITELIB}/kombu/tests/transport/__init__.py
|
|
${PYSITELIB}/kombu/tests/transport/__init__.pyc
|
|
${PYSITELIB}/kombu/tests/transport/__init__.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_SQS.py
|
|
${PYSITELIB}/kombu/tests/transport/test_SQS.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_SQS.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_amqplib.py
|
|
${PYSITELIB}/kombu/tests/transport/test_amqplib.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_amqplib.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_base.py
|
|
${PYSITELIB}/kombu/tests/transport/test_base.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_base.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_filesystem.py
|
|
${PYSITELIB}/kombu/tests/transport/test_filesystem.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_filesystem.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_librabbitmq.py
|
|
${PYSITELIB}/kombu/tests/transport/test_librabbitmq.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_librabbitmq.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_memory.py
|
|
${PYSITELIB}/kombu/tests/transport/test_memory.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_memory.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_mongodb.py
|
|
${PYSITELIB}/kombu/tests/transport/test_mongodb.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_mongodb.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_pyamqp.py
|
|
${PYSITELIB}/kombu/tests/transport/test_pyamqp.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_pyamqp.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_redis.py
|
|
${PYSITELIB}/kombu/tests/transport/test_redis.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_redis.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_sqlalchemy.py
|
|
${PYSITELIB}/kombu/tests/transport/test_sqlalchemy.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_sqlalchemy.pyo
|
|
${PYSITELIB}/kombu/tests/transport/test_transport.py
|
|
${PYSITELIB}/kombu/tests/transport/test_transport.pyc
|
|
${PYSITELIB}/kombu/tests/transport/test_transport.pyo
|
|
${PYSITELIB}/kombu/tests/transport/virtual/__init__.py
|
|
${PYSITELIB}/kombu/tests/transport/virtual/__init__.pyc
|
|
${PYSITELIB}/kombu/tests/transport/virtual/__init__.pyo
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_base.py
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_base.pyc
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_base.pyo
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_exchange.py
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_exchange.pyc
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_exchange.pyo
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_scheduling.py
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_scheduling.pyc
|
|
${PYSITELIB}/kombu/tests/transport/virtual/test_scheduling.pyo
|
|
${PYSITELIB}/kombu/tests/utils/__init__.py
|
|
${PYSITELIB}/kombu/tests/utils/__init__.pyc
|
|
${PYSITELIB}/kombu/tests/utils/__init__.pyo
|
|
${PYSITELIB}/kombu/tests/utils/test_amq_manager.py
|
|
${PYSITELIB}/kombu/tests/utils/test_amq_manager.pyc
|
|
${PYSITELIB}/kombu/tests/utils/test_amq_manager.pyo
|
|
${PYSITELIB}/kombu/tests/utils/test_debug.py
|
|
${PYSITELIB}/kombu/tests/utils/test_debug.pyc
|
|
${PYSITELIB}/kombu/tests/utils/test_debug.pyo
|
|
${PYSITELIB}/kombu/tests/utils/test_encoding.py
|
|
${PYSITELIB}/kombu/tests/utils/test_encoding.pyc
|
|
${PYSITELIB}/kombu/tests/utils/test_encoding.pyo
|
|
${PYSITELIB}/kombu/tests/utils/test_functional.py
|
|
${PYSITELIB}/kombu/tests/utils/test_functional.pyc
|
|
${PYSITELIB}/kombu/tests/utils/test_functional.pyo
|
|
${PYSITELIB}/kombu/tests/utils/test_utils.py
|
|
${PYSITELIB}/kombu/tests/utils/test_utils.pyc
|
|
${PYSITELIB}/kombu/tests/utils/test_utils.pyo
|
|
${PYSITELIB}/kombu/transport/SLMQ.py
|
|
${PYSITELIB}/kombu/transport/SLMQ.pyc
|
|
${PYSITELIB}/kombu/transport/SLMQ.pyo
|
|
${PYSITELIB}/kombu/transport/SQS.py
|
|
${PYSITELIB}/kombu/transport/SQS.pyc
|
|
${PYSITELIB}/kombu/transport/SQS.pyo
|
|
${PYSITELIB}/kombu/transport/__init__.py
|
|
${PYSITELIB}/kombu/transport/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/amqplib.py
|
|
${PYSITELIB}/kombu/transport/amqplib.pyc
|
|
${PYSITELIB}/kombu/transport/amqplib.pyo
|
|
${PYSITELIB}/kombu/transport/base.py
|
|
${PYSITELIB}/kombu/transport/base.pyc
|
|
${PYSITELIB}/kombu/transport/base.pyo
|
|
${PYSITELIB}/kombu/transport/beanstalk.py
|
|
${PYSITELIB}/kombu/transport/beanstalk.pyc
|
|
${PYSITELIB}/kombu/transport/beanstalk.pyo
|
|
${PYSITELIB}/kombu/transport/couchdb.py
|
|
${PYSITELIB}/kombu/transport/couchdb.pyc
|
|
${PYSITELIB}/kombu/transport/couchdb.pyo
|
|
${PYSITELIB}/kombu/transport/django/__init__.py
|
|
${PYSITELIB}/kombu/transport/django/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/django/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/django/management/__init__.py
|
|
${PYSITELIB}/kombu/transport/django/management/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/django/management/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/django/management/commands/__init__.py
|
|
${PYSITELIB}/kombu/transport/django/management/commands/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/django/management/commands/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/django/management/commands/clean_kombu_messages.py
|
|
${PYSITELIB}/kombu/transport/django/management/commands/clean_kombu_messages.pyc
|
|
${PYSITELIB}/kombu/transport/django/management/commands/clean_kombu_messages.pyo
|
|
${PYSITELIB}/kombu/transport/django/managers.py
|
|
${PYSITELIB}/kombu/transport/django/managers.pyc
|
|
${PYSITELIB}/kombu/transport/django/managers.pyo
|
|
${PYSITELIB}/kombu/transport/django/migrations/0001_initial.py
|
|
${PYSITELIB}/kombu/transport/django/migrations/0001_initial.pyc
|
|
${PYSITELIB}/kombu/transport/django/migrations/0001_initial.pyo
|
|
${PYSITELIB}/kombu/transport/django/migrations/__init__.py
|
|
${PYSITELIB}/kombu/transport/django/migrations/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/django/migrations/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/django/models.py
|
|
${PYSITELIB}/kombu/transport/django/models.pyc
|
|
${PYSITELIB}/kombu/transport/django/models.pyo
|
|
${PYSITELIB}/kombu/transport/filesystem.py
|
|
${PYSITELIB}/kombu/transport/filesystem.pyc
|
|
${PYSITELIB}/kombu/transport/filesystem.pyo
|
|
${PYSITELIB}/kombu/transport/librabbitmq.py
|
|
${PYSITELIB}/kombu/transport/librabbitmq.pyc
|
|
${PYSITELIB}/kombu/transport/librabbitmq.pyo
|
|
${PYSITELIB}/kombu/transport/memory.py
|
|
${PYSITELIB}/kombu/transport/memory.pyc
|
|
${PYSITELIB}/kombu/transport/memory.pyo
|
|
${PYSITELIB}/kombu/transport/mongodb.py
|
|
${PYSITELIB}/kombu/transport/mongodb.pyc
|
|
${PYSITELIB}/kombu/transport/mongodb.pyo
|
|
${PYSITELIB}/kombu/transport/pyamqp.py
|
|
${PYSITELIB}/kombu/transport/pyamqp.pyc
|
|
${PYSITELIB}/kombu/transport/pyamqp.pyo
|
|
${PYSITELIB}/kombu/transport/pyro.py
|
|
${PYSITELIB}/kombu/transport/pyro.pyc
|
|
${PYSITELIB}/kombu/transport/pyro.pyo
|
|
${PYSITELIB}/kombu/transport/redis.py
|
|
${PYSITELIB}/kombu/transport/redis.pyc
|
|
${PYSITELIB}/kombu/transport/redis.pyo
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/__init__.py
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/models.py
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/models.pyc
|
|
${PYSITELIB}/kombu/transport/sqlalchemy/models.pyo
|
|
${PYSITELIB}/kombu/transport/virtual/__init__.py
|
|
${PYSITELIB}/kombu/transport/virtual/__init__.pyc
|
|
${PYSITELIB}/kombu/transport/virtual/__init__.pyo
|
|
${PYSITELIB}/kombu/transport/virtual/exchange.py
|
|
${PYSITELIB}/kombu/transport/virtual/exchange.pyc
|
|
${PYSITELIB}/kombu/transport/virtual/exchange.pyo
|
|
${PYSITELIB}/kombu/transport/virtual/scheduling.py
|
|
${PYSITELIB}/kombu/transport/virtual/scheduling.pyc
|
|
${PYSITELIB}/kombu/transport/virtual/scheduling.pyo
|
|
${PYSITELIB}/kombu/transport/zmq.py
|
|
${PYSITELIB}/kombu/transport/zmq.pyc
|
|
${PYSITELIB}/kombu/transport/zmq.pyo
|
|
${PYSITELIB}/kombu/transport/zookeeper.py
|
|
${PYSITELIB}/kombu/transport/zookeeper.pyc
|
|
${PYSITELIB}/kombu/transport/zookeeper.pyo
|
|
${PYSITELIB}/kombu/utils/__init__.py
|
|
${PYSITELIB}/kombu/utils/__init__.pyc
|
|
${PYSITELIB}/kombu/utils/__init__.pyo
|
|
${PYSITELIB}/kombu/utils/amq_manager.py
|
|
${PYSITELIB}/kombu/utils/amq_manager.pyc
|
|
${PYSITELIB}/kombu/utils/amq_manager.pyo
|
|
${PYSITELIB}/kombu/utils/compat.py
|
|
${PYSITELIB}/kombu/utils/compat.pyc
|
|
${PYSITELIB}/kombu/utils/compat.pyo
|
|
${PYSITELIB}/kombu/utils/debug.py
|
|
${PYSITELIB}/kombu/utils/debug.pyc
|
|
${PYSITELIB}/kombu/utils/debug.pyo
|
|
${PYSITELIB}/kombu/utils/encoding.py
|
|
${PYSITELIB}/kombu/utils/encoding.pyc
|
|
${PYSITELIB}/kombu/utils/encoding.pyo
|
|
${PYSITELIB}/kombu/utils/eventio.py
|
|
${PYSITELIB}/kombu/utils/eventio.pyc
|
|
${PYSITELIB}/kombu/utils/eventio.pyo
|
|
${PYSITELIB}/kombu/utils/functional.py
|
|
${PYSITELIB}/kombu/utils/functional.pyc
|
|
${PYSITELIB}/kombu/utils/functional.pyo
|
|
${PYSITELIB}/kombu/utils/limits.py
|
|
${PYSITELIB}/kombu/utils/limits.pyc
|
|
${PYSITELIB}/kombu/utils/limits.pyo
|
|
${PYSITELIB}/kombu/utils/text.py
|
|
${PYSITELIB}/kombu/utils/text.pyc
|
|
${PYSITELIB}/kombu/utils/text.pyo
|
|
${PYSITELIB}/kombu/utils/url.py
|
|
${PYSITELIB}/kombu/utils/url.pyc
|
|
${PYSITELIB}/kombu/utils/url.pyo
|