From 58093dfda237620b5418da867d87ead703d20fc53d79e3412fa046a1e07605eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 13:39:08 +0000 Subject: [PATCH] Accepting request 689320 from home:pgajdos - version update to 4.4.0 * Restore bz2 import checks in compression module. * Fix regression that occurred in 4.3.0 when parsing Redis Sentinel master URI containing password. * Handle the case when only one Redis Sentinel node is provided. * Support SSL URL parameters correctly for `rediss://`` URIs. * Revert `celery/kombu#954 `_. Instead bump the required redis-py dependency to 3.2.0 to include this fix `andymccurdy/redis-py@4e1e748 * Added support for broadcasting using a regular expression pattern or a glob pattern to multiple Pidboxes. OBS-URL: https://build.opensuse.org/request/show/689320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=135 --- kombu-4.3.0.tar.gz | 3 --- kombu-4.4.0.tar.gz | 3 +++ python-kombu.changes | 15 +++++++++++++++ python-kombu.spec | 3 ++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 kombu-4.3.0.tar.gz create mode 100644 kombu-4.4.0.tar.gz diff --git a/kombu-4.3.0.tar.gz b/kombu-4.3.0.tar.gz deleted file mode 100644 index cb946ca..0000000 --- a/kombu-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:529df9e0ecc0bad9fc2b376c3ce4796c41b482cf697b78b71aea6ebe7ca353c8 -size 429400 diff --git a/kombu-4.4.0.tar.gz b/kombu-4.4.0.tar.gz new file mode 100644 index 0000000..f8fc18a --- /dev/null +++ b/kombu-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750579c10e4ce82636cebdaad3cfc96970b4c7c483a040bb94fb52040bc53a48 +size 435287 diff --git a/python-kombu.changes b/python-kombu.changes index 8487b18..de19d85 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Mar 28 11:30:54 UTC 2019 - pgajdos@suse.com + +- version update to 4.4.0 + * Restore bz2 import checks in compression module. + * Fix regression that occurred in 4.3.0 + when parsing Redis Sentinel master URI containing password. + * Handle the case when only one Redis Sentinel node is provided. + * Support SSL URL parameters correctly for `rediss://`` URIs. + * Revert `celery/kombu#954 `_. + Instead bump the required redis-py dependency to 3.2.0 + to include this fix `andymccurdy/redis-py@4e1e748 + * Added support for broadcasting using a regular expression pattern + or a glob pattern to multiple Pidboxes. + ------------------------------------------------------------------- Wed Mar 13 10:00:40 UTC 2019 - Hans-Peter Jansen diff --git a/python-kombu.spec b/python-kombu.spec index 9be64a9..643e934 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.3.0 +Version: 4.4.0 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -40,6 +40,7 @@ BuildRequires: %{python_module setuptools >= 20.6.7} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-amqp >= 2.4.0 +Requires: python-setuptools Obsoletes: python-carrot BuildArch: noarch %if 0%{?suse_version}