From 1b7ac7ec3372a6c49a1c8d3a146765c5dba3102afd14bbc7520543f50ee71c8d Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 25 Nov 2012 11:32:40 +0000 Subject: [PATCH 1/3] - Update to 2.4.10: - Redis: Fixed race condition that could occur while trying to restore messages (Issue #171). Fix contributed by Ollie Walsh. - Redis: Each channel is now using a specific connection pool instance, which is disconnected on connection failure. - ProducerPool: Fixed possible dead-lock in the acquire method. - ProducerPool: force_close_all no longer tries to call the non-existent Producer._close. - librabbitmq: Now implements transport.verify_connection so that connection pools will not give back connections that are no longer working. - New and better repr() for Queue and Exchange objects. - Python3: Fixed problem with running the unit test suite. - Python3: Fixed problem with JSON codec. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=57 --- kombu-2.4.10.tar.gz | 3 +++ kombu-2.4.8.tar.gz | 3 --- python-kombu.changes | 19 +++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 kombu-2.4.10.tar.gz delete mode 100644 kombu-2.4.8.tar.gz diff --git a/kombu-2.4.10.tar.gz b/kombu-2.4.10.tar.gz new file mode 100644 index 0000000..21e2387 --- /dev/null +++ b/kombu-2.4.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211cb68b133578338aac0990d31d9255ed54b5f1861fb2cd54c1bb28bdbc8a6e +size 291204 diff --git a/kombu-2.4.8.tar.gz b/kombu-2.4.8.tar.gz deleted file mode 100644 index 0cf414c..0000000 --- a/kombu-2.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6613158dcb21d630300dbb53fb76dabdc28c21ba2b13386ce39fda136c5907e -size 290975 diff --git a/python-kombu.changes b/python-kombu.changes index 0674c1d..a3af9df 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Nov 25 11:27:04 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.10: + - Redis: Fixed race condition that could occur while trying to + restore messages (Issue #171). + Fix contributed by Ollie Walsh. + - Redis: Each channel is now using a specific connection pool + instance, which is disconnected on connection failure. + - ProducerPool: Fixed possible dead-lock in the acquire method. + - ProducerPool: force_close_all no longer tries to call the + non-existent Producer._close. + - librabbitmq: Now implements transport.verify_connection so + that connection pools will not give back connections that are + no longer working. + - New and better repr() for Queue and Exchange objects. + - Python3: Fixed problem with running the unit test suite. + - Python3: Fixed problem with JSON codec. + ------------------------------------------------------------------- Sat Nov 3 02:58:14 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index cc378f9..b895786 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.4.8 +Version: 2.4.10 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python From c6664d79dcf41a770f724a3d982273c14ce4c34451109e8a7d9ae30c23b3ab42 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 29 Nov 2012 11:21:03 +0000 Subject: [PATCH 2/3] Accepting request 143536 from home:iartarisi:branches:devel:languages:python add new Requires for python-importlib OBS-URL: https://build.opensuse.org/request/show/143536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=58 --- python-kombu.changes | 5 +++++ python-kombu.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-kombu.changes b/python-kombu.changes index a3af9df..21edc65 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 29 10:07:56 UTC 2012 - iartarisi@suse.cz + +- Add python-importlib dependency + ------------------------------------------------------------------- Sun Nov 25 11:27:04 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index b895786..6a6c379 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -35,6 +35,7 @@ BuildRequires: python-unittest2 BuildRequires: python-PyYAML Requires: python-amqplib Requires: python-anyjson +Requires: python-importlib Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server From 548315a1cbe80f8c8f7e5ac2df8d3df3564ba35fe9920958e6a6ddb483df8692 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 1 Dec 2012 22:00:34 +0000 Subject: [PATCH 3/3] Accepting request 143779 from home:TheBlackCat:branches:devel:languages:python - Only require python-importlib for SLE. It is not needed for any distro running python >= 2.7, and is not being built for those distros. OBS-URL: https://build.opensuse.org/request/show/143779 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=59 --- python-kombu.changes | 7 +++++++ python-kombu.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-kombu.changes b/python-kombu.changes index 21edc65..75c87eb 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 1 21:56:00 UTC 2012 - toddrme2178@gmail.com + +- Only require python-importlib for SLE. It is not needed for any + distro running python >= 2.7, and is not being built for those + distros. + ------------------------------------------------------------------- Thu Nov 29 10:07:56 UTC 2012 - iartarisi@suse.cz diff --git a/python-kombu.spec b/python-kombu.spec index 6a6c379..6934862 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -23,9 +23,9 @@ Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz +BuildRequires: python-devel BuildRequires: python-amqplib BuildRequires: python-anyjson -BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-mock BuildRequires: python-msgpack-python @@ -35,13 +35,13 @@ BuildRequires: python-unittest2 BuildRequires: python-PyYAML Requires: python-amqplib Requires: python-anyjson -Requires: python-importlib Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +BuildRequires: python-importlib %py_requires %else BuildArch: noarch