- update to 24.2.0:
* It is now possible to disable log level-padding in
`structlog.dev.LogLevelColumnFormatter` and
`structlog.dev.ConsoleRenderer`.
* The `structlog.processors.CallsiteParameterAdder` can now be
pickled.
* `structlog.processors.CallsiteParameterAdder` now also works
with `structlog.stdlib.BoundLogger`'s non-standard async
methods (`ainfo()`, and so forth)
* `structlog.processors.LogfmtRenderer` now escapes newlines.
* `structlog.processors.LogfmtRenderer` now escapes backslashes
and double quotes.
* `structlog.processors.CallsiteParameterAdder` has been
optimized to be about 2x faster.
* `structlog.stdlib.render_to_log_kwargs` now correctly passes
stacklevel as a kwarg to stdlib logging.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-structlog?expand=0&rev=22
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-structlog
|
||||
Version: 24.1.0
|
||||
Version: 24.2.0
|
||||
Release: 0
|
||||
Summary: Structured Logging for Python
|
||||
License: Apache-2.0 OR MIT
|
||||
|
||||
Reference in New Issue
Block a user