File python3-amqp.changes of Package python3-amqp
-------------------------------------------------------------------
Sun Jan 18 02:37:23 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- update to version 1.4.6:
* Now keeps buffer when socket times out.
* Adds "Connection.Transport" attribute that can be used to specify
a different transport implementation.
-------------------------------------------------------------------
Fri Jul 18 14:04:21 UTC 2014 - toddrme2178@gmail.com
- Update to 1.4.5
- Can now deserialize more AMQP types.
- SSL: Workaround for Python SSL bug.
- ``Transport.__del_`` now handles errors occurring at late interpreter
shutdown (Issue #36).
- Update to 1.4.4
- SSL transport accidentally disconnected after read timeout.
- Update to 1.4.3
- Fixed bug where more data was requested from the socket
than was actually needed.
- Update to 1.4.2
- Heartbeat negotiation would use heartbeat value from server even
if heartbeat disabled (Issue #31).
- Update to 1.4.1
- Fixed error occurring when heartbeats disabled.
- Update to 1.4.0
- Heartbeat implementation improved (Issue #6).
- NoneType is now supported in tables and arrays.
- SSLTransport: Now handles ``ENOENT``.
- Update to 1.3.3
- SSLTransport: Now keeps read buffer if an exception is raised
- Update to 1.3.2
- Message.channel is now a channel object (not the channel id).
- Bug in previous version caused the socket to be flagged as disconnected
at EAGAIN/EINTR.
- Update to 1.3.1
- Now implements Connection.connected (Issue #22).
- Fixed bug where ``str(AMQPError)`` did not return string.
- Update to 1.3.0
- Now sets ``Message.channel`` on delivery (Issue #12)
- New option to wait for publish confirmations (Issue #3)
- ``queue_declare`` now returns named tuple of type
:class:`~amqp.protocol.basic_declare_ok_t`.
- Contents of ``Channel.returned_messages`` is now named tuples.
- Sockets now set to close on exec using the ``FD_CLOEXEC`` flag.
- Update to 1.2.1
- Adds promise type: :meth:`amqp.utils.promise`
- Merges fixes from 1.0.x
-------------------------------------------------------------------
Tue Apr 30 09:21:55 UTC 2013 - speilicke@suse.com
- Run testsuite
-------------------------------------------------------------------
Mon Feb 11 12:22:56 UTC 2013 - saschpe@suse.de
- Initial version