From 2a20f3aad0f5284abd955e289180f4ddc5b10b75b91f6830a30880d613a6df09 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 22 Jul 2024 18:48:07 +0000 Subject: [PATCH] Accepting request 1188962 from home:jubalh:branches:devel:languages:python - Update to 24.4.0: * This is just a docs / PyPI README update. No code changes whatsoever. - Update to 24.3.0: * Restore feature parity between structlog.traceback.ExceptionDictTransformer and Rich's traceback extractor #627 + When displaying locals, use Rich for formatting if it is available. + When displaying locals, call repr() on strings, too (improves handling of SecretStr implementations). + Add locals_max_length config option + Add locals_hide_sunder config option + Add locals_hide_dunder config option + Add suppress config option * structlog.testing.capture_logs() now maps the exception log level to error (as it's elsewhere) #628 OBS-URL: https://build.opensuse.org/request/show/1188962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-structlog?expand=0&rev=24 --- 24.2.0.tar.gz | 3 --- 24.4.0.tar.gz | 3 +++ python-structlog.changes | 22 ++++++++++++++++++++++ python-structlog.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 24.2.0.tar.gz create mode 100644 24.4.0.tar.gz diff --git a/24.2.0.tar.gz b/24.2.0.tar.gz deleted file mode 100644 index 80e1e27..0000000 --- a/24.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56643c405e05886b8f127c00b3823aeef328d16d637de5e276bf8046d3054b4 -size 1346735 diff --git a/24.4.0.tar.gz b/24.4.0.tar.gz new file mode 100644 index 0000000..095afa3 --- /dev/null +++ b/24.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85aa814a735cf7d7c4a36ea3052d35ca7b2c631251f20950b1c17eacf1f4651 +size 1351739 diff --git a/python-structlog.changes b/python-structlog.changes index 917fd0a..e4b684d 100644 --- a/python-structlog.changes +++ b/python-structlog.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jul 22 08:48:22 UTC 2024 - Michael Vetter + +- Update to 24.4.0: + * This is just a docs / PyPI README update. No code changes whatsoever. + +------------------------------------------------------------------- +Mon Jul 22 08:46:41 UTC 2024 - Michael Vetter + +- Update to 24.3.0: + * Restore feature parity between structlog.traceback.ExceptionDictTransformer + and Rich's traceback extractor #627 + + When displaying locals, use Rich for formatting if it is available. + + When displaying locals, call repr() on strings, too (improves handling of + SecretStr implementations). + + Add locals_max_length config option + + Add locals_hide_sunder config option + + Add locals_hide_dunder config option + + Add suppress config option + * structlog.testing.capture_logs() now maps the exception log level to + error (as it's elsewhere) #628 + ------------------------------------------------------------------- Mon Jun 10 08:28:13 UTC 2024 - Dirk Müller diff --git a/python-structlog.spec b/python-structlog.spec index 98c242e..4c2bfe5 100644 --- a/python-structlog.spec +++ b/python-structlog.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-structlog -Version: 24.2.0 +Version: 24.4.0 Release: 0 Summary: Structured Logging for Python License: Apache-2.0 OR MIT