14
0
forked from pool/python-kombu

- 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:
2021-12-11 22:23:46 +00:00
committed by Git OBS Bridge
parent 85bef0335a
commit ef93e67df2
4 changed files with 14 additions and 4 deletions

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>