From f89e389f98e74a0a933337d60ae27a63c257461f9df0cb26784d2c84acab35aa Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 26 Oct 2011 18:18:43 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=201.4.2:=20=20=20-=20Eventio:?= =?UTF-8?q?=20Polling=20should=20ignore=20errno.EINTR=20=20=20-=20SQS:=20s?= =?UTF-8?q?tr.encode=20did=20only=20start=20accepting=20kwargs=20after=20P?= =?UTF-8?q?y2.7.=20=20=20-=20simple=5Ftask=5Fqueue=20example=20didn?= =?UTF-8?q?=E2=80=99t=20run=20correctly=20(Issue=20#72).=20=20=20-=20Empty?= =?UTF-8?q?=20messages=20would=20not=20raise=20an=20exception=20not=20able?= =?UTF-8?q?=20to=20be=20=20=20=20=20handled=20by=20on=5Fdecode=5Ferror=20(?= =?UTF-8?q?Issue=20#72)=20=20=20-=20CouchDB:=20Properly=20authenticate=20i?= =?UTF-8?q?f=20user/password=20set=20(Issue=20#70)=20=20=20-=20BrokerConne?= =?UTF-8?q?ction.Consumer=20had=20the=20wrong=20signature.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=21 --- kombu-1.4.1.tar.bz2 | 3 --- kombu-1.4.2.tar.bz2 | 3 +++ python-kombu.changes | 12 ++++++++++++ python-kombu.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.4.1.tar.bz2 create mode 100644 kombu-1.4.2.tar.bz2 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