From 711a1380fb0b3bd513caf300a2e400625093fd5273c620e1b4f13770d87ba2ec Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 14 Jan 2014 09:56:29 +0000 Subject: [PATCH] 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 --- kombu-3.0.6.tar.gz | 3 --- kombu-3.0.8.tar.gz | 3 +++ python-kombu.changes | 15 +++++++++++++++ python-kombu.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 kombu-3.0.6.tar.gz create mode 100644 kombu-3.0.8.tar.gz diff --git a/kombu-3.0.6.tar.gz b/kombu-3.0.6.tar.gz deleted file mode 100644 index bbf9d75..0000000 --- a/kombu-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:325ebedb769c1ce3fbc92c563b88ef5e18dc64c308fc42b954258491719b4a0d -size 330477 diff --git a/kombu-3.0.8.tar.gz b/kombu-3.0.8.tar.gz new file mode 100644 index 0000000..1021133 --- /dev/null +++ b/kombu-3.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8eea1b9dc83c268a135bcaa9b89aedec1b07f63ebb487f3ba09d35d37f07d2 +size 335226 diff --git a/python-kombu.changes b/python-kombu.changes index 996d47a..f4b4073 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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 diff --git a/python-kombu.spec b/python-kombu.spec index a430d80..97f1a9a 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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