Accepting request 939990 from devel:languages:python

- 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/request/show/939990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2021-12-13 19:41:42 +00:00 committed by Git OBS Bridge
commit 3147df3eb0
4 changed files with 14 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440
size 419952

View File

@ -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>

View File

@ -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