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