15
0
forked from pool/python-kombu

- Update to version 2.1.1:

* Connection URLs now supports encoded characters.
  * Fixed a case where connection pool could not recover from connection loss.
  * We now patch amqplib's ``__del__`` method to skip trying to close the socket
    if it is not connected, as this resulted in an annoying warning.
  * Compression can now be used with binary message payloads.
- Don't install INSTALL
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=28
This commit is contained in:
Sascha Peilicke
2012-03-10 17:07:06 +00:00
committed by Git OBS Bridge
parent 83882cee05
commit 8700ecce4a
4 changed files with 28 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 10 17:00:40 UTC 2012 - saschpe@gmx.de
- Update to version 2.1.1:
* Connection URLs now supports encoded characters.
* Fixed a case where connection pool could not recover from connection loss.
* We now patch amqplib's ``__del__`` method to skip trying to close the socket
if it is not connected, as this resulted in an annoying warning.
* Compression can now be used with binary message payloads.
- Don't install INSTALL
- Run testsuite
-------------------------------------------------------------------
Sat Feb 4 18:00:49 UTC 2012 - alexandre@exatati.com.br
@@ -10,7 +22,6 @@ Sat Feb 4 18:00:49 UTC 2012 - alexandre@exatati.com.br
(Note terribly latency has been experienced with the new pika
versions, so this is still an experimental transport).
-------------------------------------------------------------------
Tue Jan 17 01:15:23 UTC 2012 - alexandre@exatati.com.br