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