From 7ae91df9c99a80ea614c6bd784bc9e7d85051ac88dd99015cd23c1b298fa68d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 21 Mar 2022 08:22:15 +0000 Subject: [PATCH] - 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 --- kombu-5.2.3.tar.gz | 3 --- kombu-5.2.4.tar.gz | 3 +++ python-kombu.changes | 20 ++++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 kombu-5.2.3.tar.gz create mode 100644 kombu-5.2.4.tar.gz diff --git a/kombu-5.2.3.tar.gz b/kombu-5.2.3.tar.gz deleted file mode 100644 index 39bfac1..0000000 --- a/kombu-5.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd -size 421943 diff --git a/kombu-5.2.4.tar.gz b/kombu-5.2.4.tar.gz new file mode 100644 index 0000000..8319368 --- /dev/null +++ b/kombu-5.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610 +size 423450 diff --git a/python-kombu.changes b/python-kombu.changes index e77bc47..a35ba6a 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Mar 21 08:16:03 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-kombu.spec b/python-kombu.spec index edc86ac..bd7e2c8 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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