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 <https://github.com/celery/kombu/pull/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
This commit is contained in:
parent
9bbed50f3a
commit
58093dfda2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:529df9e0ecc0bad9fc2b376c3ce4796c41b482cf697b78b71aea6ebe7ca353c8
|
||||
size 429400
|
3
kombu-4.4.0.tar.gz
Normal file
3
kombu-4.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:750579c10e4ce82636cebdaad3cfc96970b4c7c483a040bb94fb52040bc53a48
|
||||
size 435287
|
@ -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 <https://github.com/celery/kombu/pull/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 <hpj@urpla.net>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user