Revisions of python-kombu

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 41)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236013 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 39)
- update to 3.0.16:
  - ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.1.
  - Tests: Some unit tests accidentally required the `redis-py` library.
  - librabbitmq: Would crash when using an older version of :mod:`librabbitmq`,
    now emits warning instead.
- remove kombu-fix-redis-tests.patch: Fixed differently upstream

- add kombu-fix-redis-tests.patch
  * Add skip_if_no_module decorator

- update to 3.0.15:
  * Now depends on :mod:`amqp` 1.4.5.
  * RabbitMQ 3.3 changes QoS semantics (Issue #339).
  * Users of :mod:`librabbitmq` is encouraged to upgrade to librabbitmq 1.5.0.
  * Pools: Now takes transport options into account when comparing connections
    (Issue #333).
  * MongoDB: Fixes Python 3 compatibility.
  * Async: select: Ignore socket errors when attempting to unregister handles
    from the loop.
  * Pidbox: Can now be configured to use a serializer other than json,
    but specifying a serializer argument to :class:`~kombu.pidbox.Mailbox`.
  * Message decompression now works with Python 3.
- update to 3.0.14:
  * **MongoDB**: Now endures a connection failover (Issue #123).
  * **MongoDB**: Fixed ``KeyError`` when a replica set member is removed.
  * **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 (forwarded request 235453 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223085 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 38)
- Demote recommends back to suggests, it is really sufficent to document
  the possible backend options. But we want to avoid they're installed
  accidentally.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 214649 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 37)
- update to 3.0.10:
  * Now depends on amqp 1.4.1.
  * maybe_declare now raises a “recoverable connection error” 
  if the channel is disconnected
  * Redis: Consumer.cancel() is now thread safe.
  * Fixed “unhashable type” error on Python 3
  * Do not attempt to unregister operations on an already closed
  poller instance

- update to 3.0.9:
  - Now depends on :mod:`amqp` 1.4.0.
  - Redis: Basic cancel for fanout based queues now sends a corresponding
    ``UNSUBSCRIBE`` command to the server.
  - MongoDB: Improved connection string and options handling
    (Issue #266 + Issue #120).
  - SQS: Limit the number of messages when receiving in batch to 10.
  - ConsumerMixin: ``consume`` now checks heartbeat every time the
    socket times out.
  - Retry Policy: A max retries of 0 did not retry forever.
  - Simple: If passing a Queue object the simple utils will now take
    default routing key from that queue.
  - Redis: The map of Redis error classes are now exposed at the module level
    using the :func:`kombu.transport.redis.get_redis_error_classes` function.
  - Async: ``Hub.close`` now sets ``.poller`` to None. (forwarded request 214588 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213839 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 36)
- update to 3.0.8:
  - Redis: Would attempt to read from the wrong connection if a select/epoll/kqueue
  exception event happened.
  - Redis: Disabling ack emulation now works properly.
  - Redis: :exc:`IOError` and :exc:`OSError` are now treated as recoverable
  connection errors.
  - SQS: Improved performance by reading messages in bulk.
  - Connection Pool: Attempting to acquire from a closed pool will now
- Changes from 3.0.7:
  - Fixes Python 2.6 compatibility.
  - Redis: Fixes 'bad file descriptor' issue. (forwarded request 213834 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209994 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 35)
- Fixup amqp dependency version check
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209110 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 34)
Update to 3.0.6 (forwarded request 209063 from appleonkel)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200748 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 33)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 32)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197225 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 31)
- update to 2.5.14: 
  * safe_str did not work properly resulting in UnicodeDecodeError
  * Now depends on amqp 1.0.13
  * Fixed typo in Django functional tests.
  * Tests no longer depends on distribute, which was deprecated
  and merged back into setuptools.

- update to 2.5.12: (forwarded request 197222 from dirkmueller)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186537 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 30)
- update to 1.0.12:
  * Redis: Ignore errors about keys missing in the round-robin cycle.
  * Fixed test suite errors on Python 3.
  * Fixed msgpack test failures.
  * librabbitmq: Fixed a cyclic reference at connection close.
  * Now depends on amqp 1.0.12 (Py3 compatibility issues). (forwarded request 186471 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179876 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 29)
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 163911 from Todd R's avatar Todd R (TheBlackCat) (revision 27)
- Change suggests to recommends since suggests are not well supported
- Disable simplejson on openSUSE <= 12.2 since it is not supported
- Update to 2.5.10
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161684 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 159590 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 25)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155267 from Alexandre Rogoski's avatar Alexandre Rogoski (aledr) (revision 24)
- Add accept-newer-amqp-versions.diff:
  * Also accept amqp versions &gt;= 1.1.0 (forwarded request 155216 from dirkmueller)
Displaying revisions 41 - 60 of 83
openSUSE Build Service is sponsored by