pkgsrc/net/py-kombu/PLIST
adam eaa10fd48c 4.1.0
- SQS: Added support for long-polling on all supported queries. Fixed bug
  causing error on parsing responses with no retrieved messages from SQS.

- Async hub: Fixed potential infinite loop while performing todo tasks

- Qpid: Fixed bug where messages could have duplicate ``delivery_tag``

- MongoDB: Fixed problem with using ``readPreference`` option at pymongo 3.x.

- Re-added support for :pypi:``SQLAlchemy``

- SQS: Fixed bug where hostname would default to ``localhost`` if not specified
  in settings.

- Redis: Added support for reading password from transport URL

- RabbitMQ: Ensured safer encoding of queue arguments.

- Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if
  :func:``uuid.uuid3`` fails.

- Fixed race condition and innacurrate timeouts for
  :class:``kombu.simple.SimpleBase``

- Zookeeper: Fixed last chroot character trimming

- RabbitMQ: Fixed bug causing an exception when attempting to close an
  already-closed connection

- Removed deprecated use of StopIteration in generators and invalid regex
  escape sequence.

- Added Python 3.6 to CI testing.

- SQS: Allowed endpoint URL to be specified in the boto3 connection.

- SQS: Added support for Python 3.4.

- SQS: ``kombu[sqs]`` now depends on :pypi:`boto3` (no longer using
  :pypi:`boto)`.

    - Adds support for Python 3.4+
    - Adds support for FIFO queues
    - Avoids issues around a broken endpoints file

- Zookeeper: Added support for delaying task with Python 3.

- SQS: Fixed bug where :meth:`kombu.transport.SQS.drain_events` did not support
  callback argument

- Fixed bug around modifying dictionary size while iterating over it

- etcd: Added handling for :exc:`EtcdException` exception rather than
  :exc:`EtcdError`.
2017-07-22 06:49:43 +00:00

226 lines
8.3 KiB
Text

@comment $NetBSD: PLIST,v 1.6 2017/07/22 06:49:43 adam 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/aws/__init__.py
${PYSITELIB}/kombu/async/aws/__init__.pyc
${PYSITELIB}/kombu/async/aws/__init__.pyo
${PYSITELIB}/kombu/async/aws/connection.py
${PYSITELIB}/kombu/async/aws/connection.pyc
${PYSITELIB}/kombu/async/aws/connection.pyo
${PYSITELIB}/kombu/async/aws/ext.py
${PYSITELIB}/kombu/async/aws/ext.pyc
${PYSITELIB}/kombu/async/aws/ext.pyo
${PYSITELIB}/kombu/async/aws/sqs/__init__.py
${PYSITELIB}/kombu/async/aws/sqs/__init__.pyc
${PYSITELIB}/kombu/async/aws/sqs/__init__.pyo
${PYSITELIB}/kombu/async/aws/sqs/connection.py
${PYSITELIB}/kombu/async/aws/sqs/connection.pyc
${PYSITELIB}/kombu/async/aws/sqs/connection.pyo
${PYSITELIB}/kombu/async/aws/sqs/ext.py
${PYSITELIB}/kombu/async/aws/sqs/ext.pyc
${PYSITELIB}/kombu/async/aws/sqs/ext.pyo
${PYSITELIB}/kombu/async/aws/sqs/message.py
${PYSITELIB}/kombu/async/aws/sqs/message.pyc
${PYSITELIB}/kombu/async/aws/sqs/message.pyo
${PYSITELIB}/kombu/async/aws/sqs/queue.py
${PYSITELIB}/kombu/async/aws/sqs/queue.pyc
${PYSITELIB}/kombu/async/aws/sqs/queue.pyo
${PYSITELIB}/kombu/async/debug.py
${PYSITELIB}/kombu/async/debug.pyc
${PYSITELIB}/kombu/async/debug.pyo
${PYSITELIB}/kombu/async/http/__init__.py
${PYSITELIB}/kombu/async/http/__init__.pyc
${PYSITELIB}/kombu/async/http/__init__.pyo
${PYSITELIB}/kombu/async/http/base.py
${PYSITELIB}/kombu/async/http/base.pyc
${PYSITELIB}/kombu/async/http/base.pyo
${PYSITELIB}/kombu/async/http/curl.py
${PYSITELIB}/kombu/async/http/curl.pyc
${PYSITELIB}/kombu/async/http/curl.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/resource.py
${PYSITELIB}/kombu/resource.pyc
${PYSITELIB}/kombu/resource.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/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/base.py
${PYSITELIB}/kombu/transport/base.pyc
${PYSITELIB}/kombu/transport/base.pyo
${PYSITELIB}/kombu/transport/consul.py
${PYSITELIB}/kombu/transport/consul.pyc
${PYSITELIB}/kombu/transport/consul.pyo
${PYSITELIB}/kombu/transport/etcd.py
${PYSITELIB}/kombu/transport/etcd.pyc
${PYSITELIB}/kombu/transport/etcd.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/qpid.py
${PYSITELIB}/kombu/transport/qpid.pyc
${PYSITELIB}/kombu/transport/qpid.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/base.py
${PYSITELIB}/kombu/transport/virtual/base.pyc
${PYSITELIB}/kombu/transport/virtual/base.pyo
${PYSITELIB}/kombu/transport/virtual/exchange.py
${PYSITELIB}/kombu/transport/virtual/exchange.pyc
${PYSITELIB}/kombu/transport/virtual/exchange.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/collections.py
${PYSITELIB}/kombu/utils/collections.pyc
${PYSITELIB}/kombu/utils/collections.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/div.py
${PYSITELIB}/kombu/utils/div.pyc
${PYSITELIB}/kombu/utils/div.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/imports.py
${PYSITELIB}/kombu/utils/imports.pyc
${PYSITELIB}/kombu/utils/imports.pyo
${PYSITELIB}/kombu/utils/json.py
${PYSITELIB}/kombu/utils/json.pyc
${PYSITELIB}/kombu/utils/json.pyo
${PYSITELIB}/kombu/utils/limits.py
${PYSITELIB}/kombu/utils/limits.pyc
${PYSITELIB}/kombu/utils/limits.pyo
${PYSITELIB}/kombu/utils/objects.py
${PYSITELIB}/kombu/utils/objects.pyc
${PYSITELIB}/kombu/utils/objects.pyo
${PYSITELIB}/kombu/utils/scheduling.py
${PYSITELIB}/kombu/utils/scheduling.pyc
${PYSITELIB}/kombu/utils/scheduling.pyo
${PYSITELIB}/kombu/utils/text.py
${PYSITELIB}/kombu/utils/text.pyc
${PYSITELIB}/kombu/utils/text.pyo
${PYSITELIB}/kombu/utils/time.py
${PYSITELIB}/kombu/utils/time.pyc
${PYSITELIB}/kombu/utils/time.pyo
${PYSITELIB}/kombu/utils/url.py
${PYSITELIB}/kombu/utils/url.pyc
${PYSITELIB}/kombu/utils/url.pyo
${PYSITELIB}/kombu/utils/uuid.py
${PYSITELIB}/kombu/utils/uuid.pyc
${PYSITELIB}/kombu/utils/uuid.pyo