From 07e2436031b02226700b26123c71a703f13fc140c3aa8188441277f00ec273af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Nov 2016 14:44:30 +0000 Subject: [PATCH] - update to 3.0.35: - msgpack: msgpack support now requires msgpack-python > 0.4.7. - Redis: TimeoutError was no longer handled as a recoverable error. - msgpack: Fixes support for binary/unicode data - Qpid: Adds async error handling. - msgpack: Use binary encoding instead of utf-8 (Issue #570). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=114 --- kombu-3.0.33.tar.gz | 3 --- kombu-3.0.35.tar.gz | 3 +++ python-kombu.changes | 10 ++++++++++ python-kombu.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 kombu-3.0.33.tar.gz create mode 100644 kombu-3.0.35.tar.gz diff --git a/kombu-3.0.33.tar.gz b/kombu-3.0.33.tar.gz deleted file mode 100644 index 8c2e53b..0000000 --- a/kombu-3.0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:853d18ca958a598787ceb8c297a369745b82965bf28276861272f14745977999 -size 379423 diff --git a/kombu-3.0.35.tar.gz b/kombu-3.0.35.tar.gz new file mode 100644 index 0000000..4ba6774 --- /dev/null +++ b/kombu-3.0.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ab336a17962717a5d9470547e5508d4bcf1b6ec10cd9486868daf4e5edb727 +size 381135 diff --git a/python-kombu.changes b/python-kombu.changes index 193c213..0e37f92 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 14 14:41:42 UTC 2016 - dmueller@suse.com + +- update to 3.0.35: + - msgpack: msgpack support now requires msgpack-python > 0.4.7. + - Redis: TimeoutError was no longer handled as a recoverable error. + - msgpack: Fixes support for binary/unicode data + - Qpid: Adds async error handling. + - msgpack: Use binary encoding instead of utf-8 (Issue #570). + ------------------------------------------------------------------- Wed Jan 13 17:34:21 UTC 2016 - antoine.belvire@laposte.net diff --git a/python-kombu.spec b/python-kombu.spec index 9629d7e..8d95e46 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -17,7 +17,7 @@ Name: python-kombu -Version: 3.0.33 +Version: 3.0.35 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -34,6 +34,7 @@ BuildRequires: python-boto BuildRequires: python-mock BuildRequires: python-msgpack-python BuildRequires: python-nose-cover3 +BuildRequires: python-redis BuildRequires: python-unittest2 >= 0.5.0 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-importlib @@ -41,7 +42,7 @@ BuildRequires: python-ordereddict Requires: python-importlib Requires: python-ordereddict %endif -Requires: python-amqp >= 1.4.6 +Requires: python-amqp >= 1.4.9 Requires: python-anyjson >= 0.3.3 %if 0%{?suse_version} Suggests: couchdb