SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-amqp-1.4.6-5.6.noarch.rpm :
Sun Jan 18 13:00:00 2015 arunAATTgmx.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:00:00 2014 toddrme2178AATTgmail.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 14:00:00 2013 speilickeAATTsuse.com
- Run testsuite

Mon Feb 11 13:00:00 2013 saschpeAATTsuse.de
- Initial version


 
ICM