Commit Graph

178 Commits

Author SHA256 Message Date
Stephan Kulow
a7f32237be Accepting request 223085 from devel:languages:python
- Demote recommends back to suggests, it is really sufficent to document
  the possible backend options. But we want to avoid they're installed
  accidentally.

OBS-URL: https://build.opensuse.org/request/show/223085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=38
2014-02-20 05:22:15 +00:00
Sascha Peilicke
eeeb6e8809 - Demote recommends back to suggests, it is really sufficent to document
the possible backend options. But we want to avoid they're installed
  accidentally.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=94
2014-02-19 15:20:25 +00:00
Tomáš Chvátal
38f71291be Accepting request 214649 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/214649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=37
2014-01-22 08:58:51 +00:00
Denisart Benjamin
292a72c756 Accepting request 214588 from Cloud:OpenStack:Master
- 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.

OBS-URL: https://build.opensuse.org/request/show/214588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=93
2014-01-21 23:29:45 +00:00
Stephan Kulow
3ba9a4cea0 Accepting request 213839 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/213839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=36
2014-01-15 15:26:53 +00:00
Sascha Peilicke
711a1380fb Accepting request 213834 from Cloud:OpenStack:Master
- 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.

OBS-URL: https://build.opensuse.org/request/show/213834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=92
2014-01-14 09:56:29 +00:00
Stephan Kulow
ff0e7eb7ba Accepting request 209994 from devel:languages:python
- Fixup amqp dependency version check

OBS-URL: https://build.opensuse.org/request/show/209994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=35
2013-12-10 16:45:27 +00:00
Sascha Peilicke
07e9fa6f1c - Fixup amqp dependency version check
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=91
2013-12-09 13:43:34 +00:00
Stephan Kulow
9f1b755632 Accepting request 209110 from devel:languages:python
Update to 3.0.6 (forwarded request 209063 from appleonkel)

OBS-URL: https://build.opensuse.org/request/show/209110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=34
2013-12-02 08:53:20 +00:00
Denisart Benjamin
5736d17614 Accepting request 209063 from home:appleonkel:branches:devel:languages:python
Update to 3.0.6

OBS-URL: https://build.opensuse.org/request/show/209063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=90
2013-12-01 21:22:48 +00:00
Stephan Kulow
7a8a2b8606 Accepting request 200748 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/200748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=33
2013-09-27 16:02:08 +00:00
Sascha Peilicke
92c976f888 - (Build)Require amqp >= 1.0.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=89
2013-09-16 14:33:43 +00:00
Stephan Kulow
20ed6054fd Accepting request 197225 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/197225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=31
2013-09-03 20:03:25 +00:00
Sascha Peilicke
807f0e73ab Accepting request 197222 from home:dirkmueller:branches:devel:languages:python
- 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:

OBS-URL: https://build.opensuse.org/request/show/197222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=88
2013-09-03 08:18:09 +00:00
Tomáš Chvátal
ff13041788 Accepting request 186537 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/186537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=30
2013-08-13 11:21:50 +00:00
Sascha Peilicke
b360124cc9 Accepting request 186471 from home:dirkmueller:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/186471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=87
2013-08-09 08:24:25 +00:00
Stephan Kulow
0bb9ef5db8 Accepting request 179876 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=29
2013-06-19 15:02:58 +00:00
Sascha Peilicke
cf53ea7534 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=86
2013-06-17 12:51:46 +00:00
Sascha Peilicke
310c4eaf32 Less stuff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=85
2013-04-30 13:00:24 +00:00
Sascha Peilicke
7d160884a9 - Expanded test coverage
- Don't require python-msgpack-python for testing until issues are fixed.
  It's an optional feature anyway

- Expanded test coverage
- Don't require python-msgpack-python for testing until issues are fixed.
  It's an optional feature anyway
- Drop link to python3-kombu, it's not really support Py3K ATM

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=84
2013-04-30 09:59:35 +00:00
Stephan Kulow
eea138c9ac Accepting request 171304 from devel:languages:python
Resubmit

OBS-URL: https://build.opensuse.org/request/show/171304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=28
2013-04-17 21:17:05 +00:00
Todd R
08b316a79f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=83 2013-04-14 09:53:03 +00:00
Todd R
ff92b84409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=82 2013-04-14 09:52:47 +00:00
Todd R
c8c10bd661 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=81 2013-04-14 09:51:25 +00:00
Stephan Kulow
7bb437df3e Accepting request 163911 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/163911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=27
2013-04-14 08:38:25 +00:00
Todd R
8a2c2d08ff OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=80 2013-04-13 10:33:26 +00:00
Todd R
ca9cec7bd1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=79 2013-04-13 10:33:14 +00:00
Todd R
f6388bd9c5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=78 2013-04-13 10:32:59 +00:00
Todd R
461ef3cb7a Accepting request 163866 from devel:languages:python3
- Change suggests to recommends since suggests are not well supported
- Disable simplejson on openSUSE <= 12.2 since it is not supported

OBS-URL: https://build.opensuse.org/request/show/163866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=77
2013-04-13 10:32:23 +00:00
Alexandre Rogoski
20af303231 - Update to 2.5.10:
Kombu 3 consumers will no longer accept pickle/yaml or msgpack
  by default, and you will have to explicitly enable untrusted deserializers
  either globally using kombu.enable_insecure_serializers, or
  using the accept argument to kombu.Consumer.
  - New utility function to disable/enable untrusted serializers.
    - kombu.disable_insecure_serializers
    - kombu.enable_insecure_serializers
  - Consumer: `accept` can now be used to specify a whitelist
    of content types to accept.
    If the accept whitelist is set and a message is received
    with a content type that is not in the whitelist then a
    :exc:`~kombu.exceptions.ContentDisallowed` exception
    is raised.  Note that this error can be handled by the already
    existing `on_decode_error` callback
    Examples:
        Consumer(accept=['application/json'])
        Consumer(accept=['pickle', 'json'])
  - Now depends on amqp 1.0.11
  - pidbox: Mailbox now supports the `accept` argument.
  - Redis: More friendly error for when keys are missing.
  - Connection URLs: The parser did not work well when there were
    multiple '+' tokens.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=76
2013-04-12 17:59:12 +00:00
Alexandre Rogoski
861a0aa8b1 - Update to 2.5.9:
- Pidbox: Now warns if there are multiple nodes consuming from
    the same pidbox.
  - Adds Queue.on_declared <kombu.Queue.on_declared>
    A callback to be called when the queue is declared,
    with signature (name, messages, consumers).
  - Now uses fuzzy matching to suggest alternatives to typos in transport
    names.
  - SQS: Adds new transport option queue_prefix.
    Contributed by j0hnsmith.
  - pyamqp: No longer overrides verify_connection.
  - SQS: Now specifies the driver_type and driver_name
    attributes.
    Fix contributed by Mher Movsisyan.
  - Fixed bug with kombu.utils.retry_over_time when no errback
    specified.

- Update to 2.5.9:
  - Pidbox: Now warns if there are multiple nodes consuming from
    the same pidbox.
  - Adds Queue.on_declared <kombu.Queue.on_declared>
    A callback to be called when the queue is declared,
    with signature (name, messages, consumers).
  - Now uses fuzzy matching to suggest alternatives to typos in transport
    names.
  - SQS: Adds new transport option queue_prefix.
    Contributed by j0hnsmith.
  - pyamqp: No longer overrides verify_connection.
  - SQS: Now specifies the driver_type and driver_name
    attributes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=75
2013-04-11 17:01:36 +00:00
Stephan Kulow
326fbfa425 Accepting request 161684 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/161684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=26
2013-04-02 10:52:54 +00:00
Alexandre Rogoski
6acca9d41f - Update to 2.5.8:
- Now depends on amqp 1.0.10 which fixes a Python 3 compatibility
    error.
  - Redis: Fixed a possible race condition (Issue #171).
  - Redis: Ack emulation/visibility_timeout can now be disabled
    using a transport option.
    Ack emulation adds quite a lot of overhead to ensure data is safe
    even in the event of an unclean shutdown.  If data loss do not worry
    you there is now an `ack_emulation` transport option you can use
    to disable it:
    Connection('redis://', transport_options={'ack_emulation': False})
  - SQS: Fixed boto v2.7 compatibility (Issue #207).
  - Exchange: Should not try to re-declare default exchange ("")
    (Issue #209).
  - SQS: Long polling is now disabled by default as it was not
    implemented correctly, resulting in long delays between receiving
    messages (Issue #202).
  - Fixed Python 2.6 incompatibility depending on exc.errno
    being available.
    Fix contributed by Ephemera.

- Update to 2.5.8:
  - Now depends on amqp 1.0.10 which fixes a Python 3 compatibility
    error.
  - Redis: Fixed a possible race condition (Issue #171).
  - Redis: Ack emulation/visibility_timeout can now be disabled
    using a transport option.
    Ack emulation adds quite a lot of overhead to ensure data is safe
    even in the event of an unclean shutdown.  If data loss do not worry
    you there is now an `ack_emulation` transport option you can use

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=74
2013-03-21 21:58:27 +00:00
Stephan Kulow
b79923d815 Accepting request 159590 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/159590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=25
2013-03-18 06:10:52 +00:00
Alexandre Rogoski
2d7b88b505 - Update to 2.5.7:
- Now depends on amqp 1.0.9
  - Redis: A regression in 2.5.6 caused the redis transport to
    ignore options set in transport_options.
  - Redis: New socket_timeout transport option.
  - Redis: InconsistencyError is now regarded as a recoverable error.
  - Resource pools: Will no longer attempt to release resource
    that was never acquired.
  - MongoDB: Now supports the ssl option.
    Contributed by Sebastian Pawlus.

- Update to 2.5.7:
  - Now depends on amqp 1.0.9
  - Redis: A regression in 2.5.6 caused the redis transport to
    ignore options set in transport_options.
  - Redis: New socket_timeout transport option.
  - Redis: InconsistencyError is now regarded as a recoverable error.
  - Resource pools: Will no longer attempt to release resource
    that was never acquired.
  - MongoDB: Now supports the ssl option.
    Contributed by Sebastian Pawlus.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=73
2013-03-08 13:31:05 +00:00
Stephan Kulow
26f0725447 Accepting request 155267 from devel:languages:python
- Add accept-newer-amqp-versions.diff:
  * Also accept amqp versions &gt;= 1.1.0 (forwarded request 155216 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/155267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=24
2013-02-13 11:10:21 +00:00
Alexandre Rogoski
364656dd22 Accepting request 155216 from Cloud:OpenStack:Master
- Add accept-newer-amqp-versions.diff:
  * Also accept amqp versions >= 1.1.0

OBS-URL: https://build.opensuse.org/request/show/155216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=72
2013-02-12 21:32:22 +00:00
Alexandre Rogoski
51549c3d51 - Update to 2.5.6:
- Now depends on amqp 1.0.8 which works around a bug found on some
    Python 2.5 installations where 2**32 overflows to 0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=71
2013-02-08 20:17:02 +00:00
Alexandre Rogoski
3afec9997e - Update to 2.5.5:
SQS: Now supports long polling (Issue #176).
    The polling interval default has been changed to 0 and a new
    transport option (wait_time_seconds) has been added.
    This parameter specifies how long to wait for a message from
    SQS, and defaults to 20 seconds, which is the maximum
    value currently allowed by Amazon SQS.
    Contributed by James Saryerwinnie.
  - SQS: Now removes unpickleable fields before restoring messages.
  - Consumer.__exit__ now ignores exceptions occurring while
    cancelling the consumer.
  - Virtual:  Routing keys can now consist of characters also used
    in regular expressions (e.g. parens) (Issue #194).
  - Virtual: Fixed compression header when restoring messages.
    Fix contributed by Alex Koshelev.
  - Virtual: ack/reject/requeue now works while using basic_get.
  - Virtual: Message.reject is now supported by virtual transports
    (requeue depends on individual transport support).
  - Fixed typo in hack used for static analyzers.
    Fix contributed by Basil Mironenko.

- Update to 2.5.5:
  SQS: Now supports long polling (Issue #176).
    The polling interval default has been changed to 0 and a new
    transport option (wait_time_seconds) has been added.
    This parameter specifies how long to wait for a message from
    SQS, and defaults to 20 seconds, which is the maximum
    value currently allowed by Amazon SQS.
    Contributed by James Saryerwinnie.
  - SQS: Now removes unpickleable fields before restoring messages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=70
2013-02-07 19:38:37 +00:00
Stephan Kulow
0889001956 Accepting request 148781 from devel:languages:python
Done necessary fix for Factory.

OBS-URL: https://build.opensuse.org/request/show/148781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=22
2013-01-17 14:19:37 +00:00
Alexandre Rogoski
f60f933688 - Add LICENSE file to %doc.
- Add LICENSE file to %doc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=69
2013-01-17 01:46:09 +00:00
Ismail Dönmez
d9d38031b9 Accepting request 148681 from home:babelworx:ldig:branches:devel:languages:python
license update: BSD-3-Clause
See the LICENSE file in the package

OBS-URL: https://build.opensuse.org/request/show/148681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=68
2013-01-16 12:21:05 +00:00
Alexandre Rogoski
5342c50475 Accepting request 148608 from Cloud:OpenStack:Master
- fix python-amqp requirement so that openstack unit tests pass

OBS-URL: https://build.opensuse.org/request/show/148608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=67
2013-01-15 16:22:23 +00:00
Sascha Peilicke
08405b4e75 - Remove the upper bound on the python-amqp requirement. We have a
never one and this shouldn't be a real issue

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=66
2013-01-15 13:07:35 +00:00
Sascha Peilicke
09c086371d - Drop build requires on python3-2to3, it's in python3-devel now
- Don't require "python(abi)", RPM does that automatically
- Fix rpmlint shebang warning for test_serialization.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=65
2013-01-14 09:50:17 +00:00
Alexandre Rogoski
4877ed8757 Accepting request 148108 from home:posophe:branches:devel:languages:python
Add python3 support and fix shebang

OBS-URL: https://build.opensuse.org/request/show/148108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=64
2013-01-11 18:13:07 +00:00
Stephan Kulow
30ec3aa22d Accepting request 145691 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/145691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=21
2012-12-19 12:15:03 +00:00
Alexandre Rogoski
e24c6aed03 - Update to 2.5.4:
- Fixed problem with connection clone and multiple URLs (Issue #182).
    Fix contributed by Dane Guempel.
- zeromq: Now compatible with libzmq 3.2.x.
    Fix contributed by Andrey Antukh.
- Fixed Python 3 installation problem (Issue #187).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=63
2012-12-10 17:36:49 +00:00
Stephan Kulow
7d8fe477f3 Accepting request 144413 from devel:languages:python
- Add requirements on Python-2.6 compat modules Python-2.6 for SLES:
  + python-importlib and python-ordereddict

- Update to 2.5.3:
  - Pidbox: Fixed compatibility with Python 2.6
- Aditional changes from 2.5.2:
  - [Redis] Fixed connection leak and added a new 'max_connections'
    transport option.
- Aditional changes from 2.5.1
  - Fixed bug where return value of Queue.as_dict could not be
    serialized with JSON (Issue #177).
- Aditional changes from 2.5.0
  - py-amqp is now the new default transport, replacing amqplib.
    The new py-amqp library is a fork of amqplib started with the
    following goals:
        - Uses AMQP 0.9.1 instead of 0.8
        - Support for heartbeats (Issue #79 + Issue #131)
        - Automatically revives channels on channel errors.
        - Support for all RabbitMQ extensions
            - Consumer Cancel Notifications (Issue #131)
            - Publisher Confirms (Issue #131).
            - Exchange-to-exchange bindings: exchange_bind /
              exchange_unbind.
        - API compatible with librabbitmq so that it can be used
          as a pure-python replacement in environments where rabbitmq-c
          cannot be compiled. librabbitmq will be updated to support
          all the same features as py-amqp.
  - Support for using multiple connection URL's for failover.
    The first argument to kombu.Connection can now be a list of connection
    URLs:

OBS-URL: https://build.opensuse.org/request/show/144413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=20
2012-12-10 13:26:35 +00:00
Sascha Peilicke
6b8ed1f09f Fixup last commit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=62
2012-12-06 13:33:46 +00:00