17
0

- Update to 21.1.0:

* structlog.threadlocal.wrap_dict() now has a correct type
    annotation. #290
  * Fix isolation in structlog.contextvars. #302
  * The default configuration and loggers are pickleable again. #301
  * structlog.dev.ConsoleRenderer will now look for a logger_name
     key if no logger key is set. #295

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-structlog?expand=0&rev=9
This commit is contained in:
2021-02-19 08:09:55 +00:00
committed by Git OBS Bridge
parent 7eb356d40e
commit 75adce41d8
4 changed files with 15 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
# because of acyncio for tests
%define skip_python2 1
Name: python-structlog
Version: 20.2.0
Version: 21.1.0
Release: 0
Summary: Structured Logging for Python
License: Apache-2.0 OR MIT