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 <https://github.com/celery/kombu/pull/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
This commit is contained in:
Tomáš Chvátal 2019-04-05 09:05:31 +00:00 committed by Git OBS Bridge
parent 58093dfda2
commit 75fed9cb44
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:750579c10e4ce82636cebdaad3cfc96970b4c7c483a040bb94fb52040bc53a48
size 435287

3
kombu-4.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:389ba09e03b15b55b1a7371a441c894fd8121d174f5583bbbca032b9ea8c9edd
size 432679

View File

@ -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 <https://github.com/celery/kombu/pull/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

View File

@ -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