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}