1
0

- 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 

- update to 5.1.0:
  * Fix queue names special characters replacement for Azure Service Bus.
  * Add support for SQLAlchemy 1.4.
  * Coerce seconds argument to a floating point number in Timer.enter_after.
  * Add accept parameter to SimpleQueue class.
  * prepare_accept_content() now raises SerializerNotInstalled instead of KeyError.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-json-logger?expand=0&rev=13
This commit is contained in:
2021-11-06 18:43:19 +00:00
committed by Git OBS Bridge
parent c6d19e7d73
commit 1a4ef0e875
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 6 18:37:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
* drop python 3.4 support
-------------------------------------------------------------------
Fri May 28 08:49:54 UTC 2021 - pgajdos@suse.com