From ef93e67df2c1ae82c0c17dfb1287e48c9fbf4b0c0484f094e079e44ecdbc8edc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Dec 2021 22:23:46 +0000 Subject: [PATCH] - update to 5.2.0: * stop mentioning librabbitmq * Use ANY from unittest instead of case.mock * fix flake8 in kombu/asynchronous/aws/connection.py * Dont failfast when pypy3 tests fail * Return empty list instead of InconsistencyError when exchange table is empty OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=165 --- kombu-5.1.0.tar.gz | 3 --- kombu-5.2.0.tar.gz | 3 +++ python-kombu.changes | 10 ++++++++++ python-kombu.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kombu-5.1.0.tar.gz create mode 100644 kombu-5.2.0.tar.gz diff --git a/kombu-5.1.0.tar.gz b/kombu-5.1.0.tar.gz deleted file mode 100644 index 2d2f703..0000000 --- a/kombu-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01481d99f4606f6939cdc9b637264ed353ee9e3e4f62cfb582324142c41a572d -size 416353 diff --git a/kombu-5.2.0.tar.gz b/kombu-5.2.0.tar.gz new file mode 100644 index 0000000..147736c --- /dev/null +++ b/kombu-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440 +size 419952 diff --git a/python-kombu.changes b/python-kombu.changes index e0e6fbc..857c28e 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 6 18:40:20 UTC 2021 - Dirk Müller + +- update to 5.2.0: + * stop mentioning librabbitmq + * Use ANY from unittest instead of case.mock + * fix flake8 in kombu/asynchronous/aws/connection.py + * Dont failfast when pypy3 tests fail + * Return empty list instead of InconsistencyError when exchange table is empty + ------------------------------------------------------------------- Wed Jun 30 09:16:13 UTC 2021 - Markéta Machová diff --git a/python-kombu.spec b/python-kombu.spec index 030c7d2..a209d42 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.1.0 +Version: 5.2.0 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause