forked from pool/python-kombu
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:
committed by
Git OBS Bridge
parent
9bbed50f3a
commit
58093dfda2
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user