Accepting request 819673 from home:buschmann23:branches:devel:languages:python
- update to 4.6.11 - Revert incompatible changes in #1193 and additional improvements (#1211) - Default_channel should reconnect automatically (#1209) - drop unnecessary fakeredis dependency to fix build on older distros OBS-URL: https://build.opensuse.org/request/show/819673 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=159
This commit is contained in:
parent
b4c3471271
commit
4a1674c808
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:437b9cdea193cc2ed0b8044c85fd0f126bb3615ca2f4d4a35b39de7cacfa3c1a
|
||||
size 406494
|
3
kombu-4.6.11.tar.gz
Normal file
3
kombu-4.6.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca1b45faac8c0b18493d02a8571792f3c40291cf2bcf1f55afed3d8f3aa7ba74
|
||||
size 406968
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 06:20:03 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- update to 4.6.11
|
||||
- Revert incompatible changes in #1193 and additional improvements (#1211)
|
||||
- Default_channel should reconnect automatically (#1209)
|
||||
- drop unnecessary fakeredis dependency to fix build on older distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 09:27:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-kombu
|
||||
Version: 4.6.10
|
||||
Version: 4.6.11
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -28,10 +28,9 @@ 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 >= 2.5.2}
|
||||
BuildRequires: %{python_module amqp >= 2.6.0}
|
||||
BuildRequires: %{python_module boto3 >= 1.4.4}
|
||||
BuildRequires: %{python_module case >= 1.5.2}
|
||||
BuildRequires: %{python_module fakeredis}
|
||||
BuildRequires: %{python_module importlib-metadata >= 0.18}
|
||||
BuildRequires: %{python_module msgpack}
|
||||
BuildRequires: %{python_module pycurl >= 7.43.0.2}
|
||||
@ -41,7 +40,7 @@ BuildRequires: %{python_module redis >= 3.3.11}
|
||||
BuildRequires: %{python_module setuptools >= 20.6.7}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-amqp >= 2.5.2
|
||||
Requires: python-amqp >= 2.6.0
|
||||
Requires: python-importlib-metadata >= 0.18
|
||||
Requires: python-setuptools
|
||||
Recommends: python-Brotli >= 1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user