SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-amqp-1.4.5-1.42.noarch.rpm :
Mon May 5 14:00:00 2014 mjuraAATTsuse.com
- Add patch set_socket_TCP_KEEPALIVE_and_TCP_USER_TIMEOUT.patch
this resolve problem BNC #872700 - rabbitMQ failover doesn\'t work
- Set hardcoded values for socket in amqp library
- TCP_USER_TIMEOUT (1000ms) maximum amount of time in ms that transmitted
data may remain unacknowledged TCP will forcefully close the
corresponding connection and return ETIMEDOUT to the application
- TCP_KEEPIDLE (5s) seconds before sending keepalive probes
- TCP_KEEPCNT (5) failed keepalive probes before declaring the other end dead
- TCP_KEEPINTVL (1s) interval in seconds between keepalive probes

Mon May 5 14:00:00 2014 mjuraAATTsuse.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).
- SSL transport accidentally disconnected after read timeout.

Thu Mar 6 13:00:00 2014 speilickeAATTsuse.com
- Add amqp-drop-sphinxcontrib-issuetracker-dependency.patch: Avoid
unnesseary build-time dependencies.

Thu Feb 20 13:00:00 2014 dmuellerAATTsuse.com
- update to 1.4.3:
- Fixed bug where more data was requested from the socket
than was actually needed.
- Heartbeat negotiation would use heartbeat value from server even
if heartbeat disabled (Issue #31).

Tue Jan 21 13:00:00 2014 dmuellerAATTsuse.com
- update to 1.4.1:
- Fixed error occurring when heartbeats disabled.

Tue Jan 14 13:00:00 2014 dmuellerAATTsuse.com
- update to 1.4.0:
- Heartbeat implementation improved (Issue #6).
- NoneType is now supported in tables and arrays.
- SSLTransport: Now handles ``ENOENT``.

Sun Dec 1 13:00:00 2013 oliver.bengsAATTopensuse.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 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)

Tue Apr 30 14:00:00 2013 speilickeAATTsuse.com
- Run testsuite

Mon Feb 11 13:00:00 2013 saschpeAATTsuse.de
- Add Python3 support
- Build HTML documentation
- Install LICENSE, README.rst

Mon Nov 12 13:00:00 2012 alexandreAATTexatati.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 13:00:00 2012 alexandreAATTexatati.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 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.0.2:
- Now supports float values in headers/tables.

Mon Nov 5 13:00:00 2012 alexandreAATTexatati.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 14:00:00 2012 alexandreAATTexatati.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 14:00:00 2012 alexandreAATTexatati.com.br
- Initial package (0.9.2) for openSUSE.


 
ICM