From 3afec9997e3866be531ced402969eb360995196a6f011f69ac8830143c346b6d Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 7 Feb 2013 19:38:37 +0000 Subject: [PATCH] - Update to 2.5.5: SQS: Now supports long polling (Issue #176). The polling interval default has been changed to 0 and a new transport option (wait_time_seconds) has been added. This parameter specifies how long to wait for a message from SQS, and defaults to 20 seconds, which is the maximum value currently allowed by Amazon SQS. Contributed by James Saryerwinnie. - SQS: Now removes unpickleable fields before restoring messages. - Consumer.__exit__ now ignores exceptions occurring while cancelling the consumer. - Virtual: Routing keys can now consist of characters also used in regular expressions (e.g. parens) (Issue #194). - Virtual: Fixed compression header when restoring messages. Fix contributed by Alex Koshelev. - Virtual: ack/reject/requeue now works while using basic_get. - Virtual: Message.reject is now supported by virtual transports (requeue depends on individual transport support). - Fixed typo in hack used for static analyzers. Fix contributed by Basil Mironenko. - Update to 2.5.5: SQS: Now supports long polling (Issue #176). The polling interval default has been changed to 0 and a new transport option (wait_time_seconds) has been added. This parameter specifies how long to wait for a message from SQS, and defaults to 20 seconds, which is the maximum value currently allowed by Amazon SQS. Contributed by James Saryerwinnie. - SQS: Now removes unpickleable fields before restoring messages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=70 --- kombu-2.5.4.tar.gz | 3 --- kombu-2.5.5.tar.gz | 3 +++ python-kombu.changes | 24 ++++++++++++++++++++++++ python-kombu.spec | 2 +- python3-kombu.changes | 24 ++++++++++++++++++++++++ python3-kombu.spec | 2 +- 6 files changed, 53 insertions(+), 5 deletions(-) delete mode 100644 kombu-2.5.4.tar.gz create mode 100644 kombu-2.5.5.tar.gz diff --git a/kombu-2.5.4.tar.gz b/kombu-2.5.4.tar.gz deleted file mode 100644 index 4b8dcfd..0000000 --- a/kombu-2.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92cfb82af1d3e8753258d660003769461b75abe0f1a03d720709a211042f358b -size 300506 diff --git a/kombu-2.5.5.tar.gz b/kombu-2.5.5.tar.gz new file mode 100644 index 0000000..24c2020 --- /dev/null +++ b/kombu-2.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5365135df8f2c82e2b7215a2c3dd80d058ff7ab6126027b982f00833aaceb01 +size 301488 diff --git a/python-kombu.changes b/python-kombu.changes index 4013281..46c2fa9 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Feb 7 19:34:15 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.5: + SQS: Now supports long polling (Issue #176). + The polling interval default has been changed to 0 and a new + transport option (wait_time_seconds) has been added. + This parameter specifies how long to wait for a message from + SQS, and defaults to 20 seconds, which is the maximum + value currently allowed by Amazon SQS. + Contributed by James Saryerwinnie. + - SQS: Now removes unpickleable fields before restoring messages. + - Consumer.__exit__ now ignores exceptions occurring while + cancelling the consumer. + - Virtual: Routing keys can now consist of characters also used + in regular expressions (e.g. parens) (Issue #194). + - Virtual: Fixed compression header when restoring messages. + Fix contributed by Alex Koshelev. + - Virtual: ack/reject/requeue now works while using basic_get. + - Virtual: Message.reject is now supported by virtual transports + (requeue depends on individual transport support). + - Fixed typo in hack used for static analyzers. + Fix contributed by Basil Mironenko. + ------------------------------------------------------------------- Thu Jan 17 01:43:41 UTC 2013 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index b1fe3eb..9344ea6 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.5.4 +Version: 2.5.5 Release: 0 License: BSD-3-Clause Summary: AMQP Messaging Framework for Python diff --git a/python3-kombu.changes b/python3-kombu.changes index 73390d6..5144ae0 100644 --- a/python3-kombu.changes +++ b/python3-kombu.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Feb 7 19:34:46 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.5: + SQS: Now supports long polling (Issue #176). + The polling interval default has been changed to 0 and a new + transport option (wait_time_seconds) has been added. + This parameter specifies how long to wait for a message from + SQS, and defaults to 20 seconds, which is the maximum + value currently allowed by Amazon SQS. + Contributed by James Saryerwinnie. + - SQS: Now removes unpickleable fields before restoring messages. + - Consumer.__exit__ now ignores exceptions occurring while + cancelling the consumer. + - Virtual: Routing keys can now consist of characters also used + in regular expressions (e.g. parens) (Issue #194). + - Virtual: Fixed compression header when restoring messages. + Fix contributed by Alex Koshelev. + - Virtual: ack/reject/requeue now works while using basic_get. + - Virtual: Message.reject is now supported by virtual transports + (requeue depends on individual transport support). + - Fixed typo in hack used for static analyzers. + Fix contributed by Basil Mironenko. + ------------------------------------------------------------------- Thu Jan 17 01:43:41 UTC 2013 - alexandre@exatati.com.br diff --git a/python3-kombu.spec b/python3-kombu.spec index a6013c1..10206fc 100644 --- a/python3-kombu.spec +++ b/python3-kombu.spec @@ -16,7 +16,7 @@ # Name: python3-kombu -Version: 2.5.4 +Version: 2.5.5 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python