diff --git a/24.1.0.tar.gz b/24.1.0.tar.gz deleted file mode 100644 index 06d92f6..0000000 --- a/24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f7df21c3457577491c4dd2f96515d0aa861056efa059d7829dd7a172ea47965 -size 1342006 diff --git a/24.2.0.tar.gz b/24.2.0.tar.gz new file mode 100644 index 0000000..80e1e27 --- /dev/null +++ b/24.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56643c405e05886b8f127c00b3823aeef328d16d637de5e276bf8046d3054b4 +size 1346735 diff --git a/python-structlog.changes b/python-structlog.changes index 32dd00a..917fd0a 100644 --- a/python-structlog.changes +++ b/python-structlog.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 10 08:28:13 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Wed Jan 24 07:35:08 UTC 2024 - ecsos diff --git a/python-structlog.spec b/python-structlog.spec index df1a103..98c242e 100644 --- a/python-structlog.spec +++ b/python-structlog.spec @@ -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