- Update to 5.0.2:
* Bump required amqp version to 5.0.0. * Removed kombu.five from the reference documentation since it no longer exists * Adjusted the stable documentation's version in Sphinx's configuration since that was overlooked in the latest release * BREAKING CHANGE: Dropped support for Python 2 (#1232) * Add an SQS transport option for custom botocore config (#1219) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=161
This commit is contained in:
parent
4a1674c808
commit
09ec8d5b97
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca1b45faac8c0b18493d02a8571792f3c40291cf2bcf1f55afed3d8f3aa7ba74
|
||||
size 406968
|
3
kombu-5.0.2.tar.gz
Normal file
3
kombu-5.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c
|
||||
size 406267
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 01:50:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 5.0.2:
|
||||
* Bump required amqp version to 5.0.0.
|
||||
* Removed kombu.five from the reference documentation since it no longer
|
||||
exists
|
||||
* Adjusted the stable documentation's version in Sphinx's configuration
|
||||
since that was overlooked in the latest release
|
||||
* BREAKING CHANGE: Dropped support for Python 2 (#1232)
|
||||
* Add an SQS transport option for custom botocore config (#1219)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 06:20:03 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
|
@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-kombu
|
||||
Version: 4.6.11
|
||||
Version: 5.0.2
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -28,7 +29,7 @@ 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.6.0}
|
||||
BuildRequires: %{python_module amqp >= 5.0.0}
|
||||
BuildRequires: %{python_module boto3 >= 1.4.4}
|
||||
BuildRequires: %{python_module case >= 1.5.2}
|
||||
BuildRequires: %{python_module importlib-metadata >= 0.18}
|
||||
@ -40,7 +41,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.6.0
|
||||
Requires: python-amqp >= 5.0.0
|
||||
Requires: python-importlib-metadata >= 0.18
|
||||
Requires: python-setuptools
|
||||
Recommends: python-Brotli >= 1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user