From 4e446c727dc62d91caa2f98820466170ec02d5051c1728b7dcfefcb83b4b1b12 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 14:18:42 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=205.2.3:=20=20=20*=20Allow=20re?= =?UTF-8?q?dis=20>=3D=204.0.2.=20=20=20*=20Fix=20PyPy=20CI=20jobs.=20=20?= =?UTF-8?q?=20*=20SQS=20transport:=20detect=20FIFO=20queue=20properly=20by?= =?UTF-8?q?=20checking=20queue=20URL=20(#1450).=20=20=20*=20Ensure=20that?= =?UTF-8?q?=20restore=20is=20atomic=20in=20redis=20transport=20(#1444).=20?= =?UTF-8?q?=20=20*=20Restrict=20setuptools>=3D59.1.1,<59.7.0.=20=20=20*=20?= =?UTF-8?q?Bump=20minimum=20py-amqp=20to=20v5.0.9=20(#1462).=20=20=20*=20R?= =?UTF-8?q?educe=20memory=20usage=20of=20Transport=20(#1470).=20=20=20*=20?= =?UTF-8?q?Prevent=20event=20loop=20polling=20on=20closed=20redis=20transp?= =?UTF-8?q?orts=20(and=20causing=20leak).=20=20=20*=20Respect=20connection?= =?UTF-8?q?=20timeout=20(#1458)=20=20=20*=20prevent=20redis=20event=20loop?= =?UTF-8?q?=20stopping=20on=20=E2=80=98consumer:=20Cannot=20connect?= =?UTF-8?q?=E2=80=99=20(#1477).=20=20=20*=20Bump=20redis=20version=20to=20?= =?UTF-8?q?>=3D=203.4.1.=20=20=20*=20try=20latest=20sqs=20dependencies=20t?= =?UTF-8?q?o=20fix=20security=20warning.=20=20=20*=20Tests=20&=20dependenc?= =?UTF-8?q?y=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=166 --- kombu-5.2.0.tar.gz | 3 --- kombu-5.2.3.tar.gz | 3 +++ python-kombu.changes | 18 ++++++++++++++++++ python-kombu.spec | 12 ++++++------ 4 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 kombu-5.2.0.tar.gz create mode 100644 kombu-5.2.3.tar.gz diff --git a/kombu-5.2.0.tar.gz b/kombu-5.2.0.tar.gz deleted file mode 100644 index 147736c..0000000 --- a/kombu-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440 -size 419952 diff --git a/kombu-5.2.3.tar.gz b/kombu-5.2.3.tar.gz new file mode 100644 index 0000000..39bfac1 --- /dev/null +++ b/kombu-5.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd +size 421943 diff --git a/python-kombu.changes b/python-kombu.changes index 857c28e..7bea8d4 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 3 14:16:01 UTC 2022 - Dirk Müller + +- update to 5.2.3: + * Allow redis >= 4.0.2. + * Fix PyPy CI jobs. + * SQS transport: detect FIFO queue properly by checking queue URL (#1450). + * Ensure that restore is atomic in redis transport (#1444). + * Restrict setuptools>=59.1.1,<59.7.0. + * Bump minimum py-amqp to v5.0.9 (#1462). + * Reduce memory usage of Transport (#1470). + * Prevent event loop polling on closed redis transports (and causing leak). + * Respect connection timeout (#1458) + * prevent redis event loop stopping on ‘consumer: Cannot connect’ (#1477). + * Bump redis version to >= 3.4.1. + * try latest sqs dependencies to fix security warning. + * Tests & dependency updates + ------------------------------------------------------------------- Sat Nov 6 18:40:20 UTC 2021 - Dirk Müller diff --git a/python-kombu.spec b/python-kombu.spec index a209d42..7d02839 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-kombu -Version: 5.2.0 +Version: 5.2.3 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -29,8 +29,8 @@ BuildRequires: %{python_module Brotli >= 1.0.0} BuildRequires: %{python_module PyYAML >= 3.10} BuildRequires: %{python_module Pyro4} BuildRequires: %{python_module SQLAlchemy} -BuildRequires: %{python_module amqp >= 5.0.6} -BuildRequires: %{python_module boto3 >= 1.4.4} +BuildRequires: %{python_module amqp >= 5.0.9} +BuildRequires: %{python_module boto3 >= 1.9.12} BuildRequires: %{python_module cached-property} BuildRequires: %{python_module case >= 1.5.2} BuildRequires: %{python_module importlib-metadata >= 0.18} @@ -38,11 +38,11 @@ BuildRequires: %{python_module msgpack} BuildRequires: %{python_module pycurl >= 7.43.0.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} -BuildRequires: %{python_module redis >= 3.3.11} +BuildRequires: %{python_module redis >= 3.4.1} BuildRequires: %{python_module setuptools >= 20.6.7} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-amqp >= 5.0.6 +Requires: python-amqp >= 5.0.9 Requires: python-cached-property Requires: python-importlib-metadata >= 0.18 Requires: python-setuptools