- update to 5.2.4:
* allow getting recoverable_connection_errors without an active transport * [pre-commit.ci] pre-commit autoupdate * prevent KeyError: 'purelib' * Revert "try pining setuptools (#1466)" * Fix issue #789: Async http code not allowing for proxy config * The times of retrying is not correct * Set redelivered property for Celery with Redis * Some small updates * Remove use of OrderedDict in various places * Warn about missing hostname only when default one is available * All supported versions of Python define package. * Added global_keyprefix support for pubsub clients * try pytest 7 * Add an option to not base64-encode SQS messages. * SQS: Fix message arg in backoff policy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=168
This commit is contained in:
parent
a86414696b
commit
7ae91df9c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd
|
||||
size 421943
|
3
kombu-5.2.4.tar.gz
Normal file
3
kombu-5.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610
|
||||
size 423450
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 08:16:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.2.4:
|
||||
* allow getting recoverable_connection_errors without an active transport
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* prevent KeyError: 'purelib'
|
||||
* Revert "try pining setuptools (#1466)"
|
||||
* Fix issue #789: Async http code not allowing for proxy config
|
||||
* The times of retrying is not correct
|
||||
* Set redelivered property for Celery with Redis
|
||||
* Some small updates
|
||||
* Remove use of OrderedDict in various places
|
||||
* Warn about missing hostname only when default one is available
|
||||
* All supported versions of Python define package.
|
||||
* Added global_keyprefix support for pubsub clients
|
||||
* try pytest 7
|
||||
* Add an option to not base64-encode SQS messages.
|
||||
* SQS: Fix message arg in backoff policy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 00:07:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-kombu
|
||||
Version: 5.2.3
|
||||
Version: 5.2.4
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user