14
0
forked from pool/python-kombu

- Update to 1.4.2:

- Eventio: Polling should ignore errno.EINTR
  - SQS: str.encode did only start accepting kwargs after Py2.7.
  - simple_task_queue example didn’t run correctly (Issue #72).
  - Empty messages would not raise an exception not able to be
    handled by on_decode_error (Issue #72)
  - CouchDB: Properly authenticate if user/password set (Issue #70)
  - BrokerConnection.Consumer had the wrong signature.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=21
This commit is contained in:
Alexandre Rogoski
2011-10-26 18:18:43 +00:00
committed by Git OBS Bridge
parent e16065ad07
commit f89e389f98
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 26 18:12:33 UTC 2011 - alexandre@exatati.com.br
- Update to 1.4.2:
- Eventio: Polling should ignore errno.EINTR
- SQS: str.encode did only start accepting kwargs after Py2.7.
- simple_task_queue example didnt run correctly (Issue #72).
- Empty messages would not raise an exception not able to be
handled by on_decode_error (Issue #72)
- CouchDB: Properly authenticate if user/password set (Issue #70)
- BrokerConnection.Consumer had the wrong signature.
-------------------------------------------------------------------
Mon Sep 26 18:46:36 UTC 2011 - alexandre@exatati.com.br