File python-amqplib.changes of Package python-amqplib
-------------------------------------------------------------------
Sat Mar 10 17:10:32 UTC 2012 - saschpe@gmx.de
- Use upstream URL
- Simplify macro usage
-------------------------------------------------------------------
Wed Dec 28 21:21:28 UTC 2011 - alexandre@exatati.com.br
- Standard on spec file;
- Bzip2 source file.
-------------------------------------------------------------------
Tue Oct 11 10:43:08 UTC 2011 - saschpe@gmx.de
- Update to version 1.0.2:
* Fix a packaging problem for Windows users, no changes
to the actual Python code.
- Package more documentation
-------------------------------------------------------------------
Thu Sep 29 02:46:30 UTC 2011 - alexandre@exatati.com.br
- Update to 1.0.1:
A one-line change to transport.py to fix a problem older
FreeBSDs have with socket.getaddrinfo()
Otherwise just packaging changes to include more Trove
classifiers and docs/tests/etc in the source distribution file.
-------------------------------------------------------------------
Wed Aug 31 12:52:20 UTC 2011 - saschpe@suse.de
- Removed old comments
-------------------------------------------------------------------
Thu Jul 28 12:10:22 UTC 2011 - alexandre@exatati.com.br
- Update to 1.0.0:
- Big speedup for sending large messages;
- PYTHON 3.x COMPATIBILITY:
Code has been tweaked so that when 2to3 is run over the client
library and the unittests, the unittests will pass for Python
3.0, 3.1 and 3.2.
- Add support for queue_unbind, since RabbitMQ supports it as an
extension to the 0-8 protocol.
- Add IPv6 support.
- Some minor TCP changes, enabling keepalive, NODELAY (big speed
improvement there), shutting down sockets before closing to keep
from losing data (on Windows mainly?).
-------------------------------------------------------------------
Fri May 27 09:17:52 UTC 2011 - cfarrell@novell.com
- license update: LGPL-2.1+
Specify the version of the LGPL that the package is licensed under
-------------------------------------------------------------------
Sat Mar 26 00:58:29 UTC 2011 - alexandre@exatati.com.br
- Regenerate spec file with py2pack;
- Bzip2 source code;
- Add CHANGES, README and TODO file as documentation;
-------------------------------------------------------------------
Tue Sep 22 14:00:31 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.6.1) for openSUSE.