From 75fed9cb441cb1e32424bf7f8f8f85e41212ba8109382d3759952cf94f6eced7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 5 Apr 2019 09:05:31 +0000 Subject: [PATCH] Accepting request 691748 from home:pgajdos - version update to 4.5.0 - The Redis transport now supports a custom separator for keys. - When the SQS server returns a timeout we ignore it and keep trying instead of raising an error. - Properly declare async support for the Qpid transport. - Revert `celery/kombu#906 `_ and introduce unique broadcast queue names as an optional keyword argument. - Codebase improvements and fixes OBS-URL: https://build.opensuse.org/request/show/691748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=137 --- kombu-4.4.0.tar.gz | 3 --- kombu-4.5.0.tar.gz | 3 +++ python-kombu.changes | 12 ++++++++++++ python-kombu.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 kombu-4.4.0.tar.gz create mode 100644 kombu-4.5.0.tar.gz diff --git a/kombu-4.4.0.tar.gz b/kombu-4.4.0.tar.gz deleted file mode 100644 index f8fc18a..0000000 --- a/kombu-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750579c10e4ce82636cebdaad3cfc96970b4c7c483a040bb94fb52040bc53a48 -size 435287 diff --git a/kombu-4.5.0.tar.gz b/kombu-4.5.0.tar.gz new file mode 100644 index 0000000..d20a90f --- /dev/null +++ b/kombu-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ba09e03b15b55b1a7371a441c894fd8121d174f5583bbbca032b9ea8c9edd +size 432679 diff --git a/python-kombu.changes b/python-kombu.changes index de19d85..25f4663 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 5 08:57:55 UTC 2019 - pgajdos@suse.com + +- version update to 4.5.0 + - The Redis transport now supports a custom separator for keys. + - When the SQS server returns a timeout we ignore it and keep trying + instead of raising an error. + - Properly declare async support for the Qpid transport. + - Revert `celery/kombu#906 `_ and + introduce unique broadcast queue names as an optional keyword argument. + - Codebase improvements and fixes + ------------------------------------------------------------------- Thu Mar 28 11:30:54 UTC 2019 - pgajdos@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index 643e934..ea84d22 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kombu -Version: 4.4.0 +Version: 4.5.0 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause