Accepting request 213834 from Cloud:OpenStack:Master
- update to 3.0.8: - Redis: Would attempt to read from the wrong connection if a select/epoll/kqueue exception event happened. - Redis: Disabling ack emulation now works properly. - Redis: :exc:`IOError` and :exc:`OSError` are now treated as recoverable connection errors. - SQS: Improved performance by reading messages in bulk. - Connection Pool: Attempting to acquire from a closed pool will now - Changes from 3.0.7: - Fixes Python 2.6 compatibility. - Redis: Fixes 'bad file descriptor' issue. OBS-URL: https://build.opensuse.org/request/show/213834 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=92
This commit is contained in:
parent
07e9fa6f1c
commit
711a1380fb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:325ebedb769c1ce3fbc92c563b88ef5e18dc64c308fc42b954258491719b4a0d
|
||||
size 330477
|
3
kombu-3.0.8.tar.gz
Normal file
3
kombu-3.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8eea1b9dc83c268a135bcaa9b89aedec1b07f63ebb487f3ba09d35d37f07d2
|
||||
size 335226
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 13:36:27 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 3.0.8:
|
||||
- Redis: Would attempt to read from the wrong connection if a select/epoll/kqueue
|
||||
exception event happened.
|
||||
- Redis: Disabling ack emulation now works properly.
|
||||
- Redis: :exc:`IOError` and :exc:`OSError` are now treated as recoverable
|
||||
connection errors.
|
||||
- SQS: Improved performance by reading messages in bulk.
|
||||
- Connection Pool: Attempting to acquire from a closed pool will now
|
||||
- Changes from 3.0.7:
|
||||
- Fixes Python 2.6 compatibility.
|
||||
- Redis: Fixes 'bad file descriptor' issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 13:43:16 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-kombu
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-kombu
|
||||
Version: 3.0.6
|
||||
Version: 3.0.8
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user