- update to 5.2.0:
* stop mentioning librabbitmq * Use ANY from unittest instead of case.mock * fix flake8 in kombu/asynchronous/aws/connection.py * Dont failfast when pypy3 tests fail * Return empty list instead of InconsistencyError when exchange table is empty OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=165
This commit is contained in:
parent
85bef0335a
commit
ef93e67df2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01481d99f4606f6939cdc9b637264ed353ee9e3e4f62cfb582324142c41a572d
|
||||
size 416353
|
3
kombu-5.2.0.tar.gz
Normal file
3
kombu-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440
|
||||
size 419952
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:40:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.2.0:
|
||||
* stop mentioning librabbitmq
|
||||
* Use ANY from unittest instead of case.mock
|
||||
* fix flake8 in kombu/asynchronous/aws/connection.py
|
||||
* Dont failfast when pypy3 tests fail
|
||||
* Return empty list instead of InconsistencyError when exchange table is empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 09:16:13 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-kombu
|
||||
Version: 5.1.0
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user