diff --git a/kombu-1.4.1.tar.bz2 b/kombu-1.4.1.tar.bz2 deleted file mode 100644 index e96a4b7..0000000 --- a/kombu-1.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db667f8e043e216fd4bb18f42e3e737e9140c1c74942b583e155e253a43d35e -size 221983 diff --git a/kombu-1.4.2.tar.bz2 b/kombu-1.4.2.tar.bz2 new file mode 100644 index 0000000..3ddfc55 --- /dev/null +++ b/kombu-1.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893e765f9984e922f73787aeab0c07cb8eab6a30b856044a9b02c870190b4df5 +size 222668 diff --git a/python-kombu.changes b/python-kombu.changes index eb92196..8a19a78 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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 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. + ------------------------------------------------------------------- Mon Sep 26 18:46:36 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 4711b37..ba5f768 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.4.1 +Version: 1.4.2 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python