forked from pool/python-amqp
Update to 1.3.3 OBS-URL: https://build.opensuse.org/request/show/209065 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=16
102 lines
3.6 KiB
Plaintext
102 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 1 15:43:57 UTC 2013 - oliver.bengs@opensuse.org
|
|
|
|
- Update to 1.3.3:
|
|
- SSLTransport: Now keeps read buffer if an exception is raised
|
|
- Message.channel is now a channel object (not the channel id)
|
|
- Now sets ``Message.channel`` on delivery
|
|
- New option to wait for publish confirmations
|
|
- ``queue_declare`` now returns named tuple of type
|
|
- Contents of ``Channel.returned_messages`` is now named tuples.
|
|
- Sockets now set to close on exec using the ``FD_CLOEXEC`` flag
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 10:58:39 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 30 09:21:42 UTC 2013 - speilicke@suse.com
|
|
|
|
- Run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 12:43:45 UTC 2013 - saschpe@suse.de
|
|
|
|
- Add Python3 support
|
|
- Build HTML documentation
|
|
- Install LICENSE, README.rst
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 12 17:55:30 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.2.0:
|
|
- New exception hierarchy:
|
|
- amqp.AMQPError
|
|
- amqp.ConnectionError
|
|
- amqp.RecoverableConnectionError
|
|
- amqp.ConsumerCancelled
|
|
- amqp.ConnectionForced
|
|
- amqp.ResourceError
|
|
- IrrecoverableConnectionError
|
|
- amqp.ChannelNotOpen
|
|
- amqp.FrameError
|
|
- amqp.FrameSyntaxError
|
|
- amqp.InvalidCommand
|
|
- amqp.InvalidPath
|
|
- amqp.NotAllowed
|
|
- amqp.UnexpectedFrame
|
|
- amqp.AMQPNotImplementedError
|
|
- amqp.InternalError
|
|
- amqp.ChannelError
|
|
- RecoverableChannelError
|
|
- amqp.ContentTooLarge
|
|
- amqp.NoConsumers
|
|
- amqp.ResourceLocked
|
|
- IrrecoverableChannelError
|
|
- amqp.AccessRefused
|
|
- amqp.NotFound
|
|
- amqp.PreconditionFailed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 23:18:41 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.1.0:
|
|
- No longer supports Pyhton 2.5
|
|
- Fixed receiving of float table values.
|
|
- Now Supports Python 3 and Python 2.6+ in the same source code.
|
|
- Python 3 related fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 6 18:00:08 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.0.2:
|
|
- Now supports float values in headers/tables.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 15:34:26 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.0.1:
|
|
- Connection errors does no longer include AttributeError.
|
|
- Fixed problem with using the SSL transport in a non-blocking
|
|
context.
|
|
Fix contributed by Mher Movsisyan.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 21 19:20:37 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 0.9.4:
|
|
- Adds support for exchange_bind and exchange_unbind.
|
|
Contributed by Rumyana Neykova
|
|
- Fixed bugs in funtests and demo scripts.
|
|
Contributed by Rumyana Neykova
|
|
- Aditional changes from version 0.9.3:
|
|
- Fixed bug that could cause the consumer to crash when reading
|
|
large message payloads asynchronously.
|
|
- Serialization error messages now include the invalid value.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 24 20:18:48 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Initial package (0.9.2) for openSUSE.
|