From 5623928e6ccafcddc8037e43374f4d5796ee799a018c7f42cd0eebad350461e2 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 23 Apr 2012 14:43:37 +0000 Subject: [PATCH 1/3] - Update to 2.1.6: * SQLAlchemy transport was not working correctly after URL parser change. * maybe_declare now stores cached declarations per underlying connection instead of globally, in the rare case that data disappears from the broker after connection loss. * Django: Added South migrations. Contributed by Joseph Crosland. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=37 --- kombu-2.1.5.tar.bz2 | 3 --- kombu-2.1.6.tar.bz2 | 3 +++ python-kombu.changes | 11 +++++++++++ python-kombu.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.5.tar.bz2 create mode 100644 kombu-2.1.6.tar.bz2 diff --git a/kombu-2.1.5.tar.bz2 b/kombu-2.1.5.tar.bz2 deleted file mode 100644 index ec0016a..0000000 --- a/kombu-2.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db51eded72a2853e3d63518ac09c9df56907ebd9dec175f0f803270ea93d8e05 -size 245785 diff --git a/kombu-2.1.6.tar.bz2 b/kombu-2.1.6.tar.bz2 new file mode 100644 index 0000000..e2da3c9 --- /dev/null +++ b/kombu-2.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93b62fb5e3f434dcc23e11b7691a9f6ba6bdd756d1c007e6d18364637c33f48 +size 246943 diff --git a/python-kombu.changes b/python-kombu.changes index 82b3231..6aa3629 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 23 14:41:50 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.6: + * SQLAlchemy transport was not working correctly after URL parser change. + * maybe_declare now stores cached declarations per underlying connection + instead of globally, in the rare case that data disappears from the + broker after connection loss. + * Django: Added South migrations. + Contributed by Joseph Crosland. + ------------------------------------------------------------------- Fri Apr 13 17:37:56 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index a3e3464..6e524cc 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.1.5 +Version: 2.1.6 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python From 66a7dbe0427a9c42076c814f3b452c75e2fb6abcc9f8e64eb9829fc8bf68032c Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 27 Apr 2012 19:00:57 +0000 Subject: [PATCH 2/3] - Update to 2.1.7: * compat consumerset now accepts optional channel argument. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=38 --- kombu-2.1.6.tar.bz2 | 3 --- kombu-2.1.7.tar.bz2 | 3 +++ python-kombu.changes | 6 ++++++ python-kombu.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.6.tar.bz2 create mode 100644 kombu-2.1.7.tar.bz2 diff --git a/kombu-2.1.6.tar.bz2 b/kombu-2.1.6.tar.bz2 deleted file mode 100644 index e2da3c9..0000000 --- a/kombu-2.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e93b62fb5e3f434dcc23e11b7691a9f6ba6bdd756d1c007e6d18364637c33f48 -size 246943 diff --git a/kombu-2.1.7.tar.bz2 b/kombu-2.1.7.tar.bz2 new file mode 100644 index 0000000..ceb45c1 --- /dev/null +++ b/kombu-2.1.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d4a52cc02709c9dcc985eff294bb11a7b1bf2dde861d77e90b565024b18b36 +size 247087 diff --git a/python-kombu.changes b/python-kombu.changes index 6aa3629..3f28f5f 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 27 18:59:01 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.7: + * compat consumerset now accepts optional channel argument. + ------------------------------------------------------------------- Mon Apr 23 14:41:50 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 6e524cc..564bf20 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.1.6 +Version: 2.1.7 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python From 8edf8e476d3c85037d0074534c95624872dd707a4ef6eb7d01624e1ea1fdf8bf Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 7 May 2012 20:52:34 +0000 Subject: [PATCH 3/3] - Update to 2.1.8: * Bound Exchange/Queue's are now pickleable. * Consumer/Producer can now be instantiated without a channel, and only later bound using ``.revive(channel)``. * ProducerPool now takes ``Producer`` argument. * kombu.utils.fxrange now counts forever if the stop argument is set to None. (fxrange is like xrange but for decimals). * Auto delete support for virtual transports were incomplete and could lead to problems so it was removed. * Cached declarations (kombu.common.maybe_declare) are now bound to the underlying connection, so that entities are redeclared if the connection is lost. This also means that previously uncacheable entities (e.g. non-durable) can now be cached. * compat ConsumerSet: can now specify channel. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=39 --- kombu-2.1.7.tar.bz2 | 3 --- kombu-2.1.8.tar.bz2 | 3 +++ python-kombu.changes | 20 ++++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.7.tar.bz2 create mode 100644 kombu-2.1.8.tar.bz2 diff --git a/kombu-2.1.7.tar.bz2 b/kombu-2.1.7.tar.bz2 deleted file mode 100644 index ceb45c1..0000000 --- a/kombu-2.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d4a52cc02709c9dcc985eff294bb11a7b1bf2dde861d77e90b565024b18b36 -size 247087 diff --git a/kombu-2.1.8.tar.bz2 b/kombu-2.1.8.tar.bz2 new file mode 100644 index 0000000..9f6388e --- /dev/null +++ b/kombu-2.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10074681b4bf332c21dcd8bc5fe576e73dea025c155564a37719d3de193dbfe0 +size 247464 diff --git a/python-kombu.changes b/python-kombu.changes index 3f28f5f..cc8c6ce 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 7 20:49:30 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.8: + * Bound Exchange/Queue's are now pickleable. + * Consumer/Producer can now be instantiated without a channel, + and only later bound using ``.revive(channel)``. + * ProducerPool now takes ``Producer`` argument. + * kombu.utils.fxrange now counts forever if the + stop argument is set to None. + (fxrange is like xrange but for decimals). + * Auto delete support for virtual transports were incomplete + and could lead to problems so it was removed. + * Cached declarations (kombu.common.maybe_declare) + are now bound to the underlying connection, so that + entities are redeclared if the connection is lost. + This also means that previously uncacheable entities + (e.g. non-durable) can now be cached. + * compat ConsumerSet: can now specify channel. + ------------------------------------------------------------------- Fri Apr 27 18:59:01 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 564bf20..7e53a68 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.1.7 +Version: 2.1.8 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python