14
0

- 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:
2024-06-10 08:28:37 +00:00
committed by Git OBS Bridge
parent a3fec851c2
commit 7e6aa771be
4 changed files with 24 additions and 4 deletions

View File

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