Accepting request 943612 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/943612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=73
This commit is contained in:
commit
fab61a7e07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440
|
||||
size 419952
|
3
kombu-5.2.3.tar.gz
Normal file
3
kombu-5.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd
|
||||
size 421943
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 14:16:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user