Accepting request 441230 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/441230 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=48
This commit is contained in:
commit
161708f4a0
@ -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
3
kombu-3.0.35.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22ab336a17962717a5d9470547e5508d4bcf1b6ec10cd9486868daf4e5edb727
|
||||||
|
size 381135
|
@ -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
|
Wed Jan 13 17:34:21 UTC 2016 - antoine.belvire@laposte.net
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 3.0.33
|
Version: 3.0.35
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -34,6 +34,7 @@ BuildRequires: python-boto
|
|||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
BuildRequires: python-msgpack-python
|
BuildRequires: python-msgpack-python
|
||||||
BuildRequires: python-nose-cover3
|
BuildRequires: python-nose-cover3
|
||||||
|
BuildRequires: python-redis
|
||||||
BuildRequires: python-unittest2 >= 0.5.0
|
BuildRequires: python-unittest2 >= 0.5.0
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
BuildRequires: python-importlib
|
BuildRequires: python-importlib
|
||||||
@ -41,7 +42,7 @@ BuildRequires: python-ordereddict
|
|||||||
Requires: python-importlib
|
Requires: python-importlib
|
||||||
Requires: python-ordereddict
|
Requires: python-ordereddict
|
||||||
%endif
|
%endif
|
||||||
Requires: python-amqp >= 1.4.6
|
Requires: python-amqp >= 1.4.9
|
||||||
Requires: python-anyjson >= 0.3.3
|
Requires: python-anyjson >= 0.3.3
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Suggests: couchdb
|
Suggests: couchdb
|
||||||
|
Loading…
Reference in New Issue
Block a user