- 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
This commit is contained in:
Dirk Mueller 2016-11-14 14:44:30 +00:00 committed by Git OBS Bridge
parent 0fd6bc59d0
commit 07e2436031
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:853d18ca958a598787ceb8c297a369745b82965bf28276861272f14745977999
size 379423

3
kombu-3.0.35.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22ab336a17962717a5d9470547e5508d4bcf1b6ec10cd9486868daf4e5edb727
size 381135

View File

@ -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

View File

@ -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