From b91d0423a7a2787b857f3a5896249098299f25496314505b8c5be505d253bf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Jan 2026 09:47:56 +0000 Subject: [PATCH] Accepting request 1325815 from home:glaubitz:branches:devel:languages:python - Update to 5.6.2 * Improve error handling in GCP Pub/Sub ack deadline extension (#2430) * Fix SentinelChannel to pass ACL credentials to master_for() (#2426) * Fix credential_provider compatibility with redis-py < 5.3.0 (#2423) * Simplify requirements given Py3.9+ baseline (#2414) * Prepare for release: v5.6.2 (#2434) OBS-URL: https://build.opensuse.org/request/show/1325815 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=203 --- kombu-5.6.1.tar.gz | 3 --- kombu-5.6.2.tar.gz | 3 +++ python-kombu.changes | 10 ++++++++++ python-kombu.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kombu-5.6.1.tar.gz create mode 100644 kombu-5.6.2.tar.gz diff --git a/kombu-5.6.1.tar.gz b/kombu-5.6.1.tar.gz deleted file mode 100644 index 8944590..0000000 --- a/kombu-5.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f1febb57ad4f53ca327a87598191b2520e0c793c75ea3b88d98e3b111282e4 -size 471548 diff --git a/kombu-5.6.2.tar.gz b/kombu-5.6.2.tar.gz new file mode 100644 index 0000000..fc64424 --- /dev/null +++ b/kombu-5.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8060497058066c6f5aed7c26d7cd0d3b574990b09de842a8c5aaed0b92cc5a55 +size 472594 diff --git a/python-kombu.changes b/python-kombu.changes index 29a01da..f02e98d 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 7 16:06:30 UTC 2026 - John Paul Adrian Glaubitz + +- Update to 5.6.2 + * Improve error handling in GCP Pub/Sub ack deadline extension (#2430) + * Fix SentinelChannel to pass ACL credentials to master_for() (#2426) + * Fix credential_provider compatibility with redis-py < 5.3.0 (#2423) + * Simplify requirements given Py3.9+ baseline (#2414) + * Prepare for release: v5.6.2 (#2434) + ------------------------------------------------------------------- Tue Dec 9 11:44:27 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-kombu.spec b/python-kombu.spec index efd0137..ecba366 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-kombu -Version: 5.6.1 +Version: 5.6.2 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause