From 9ff3b257a2a75c34bc4567dc8411765e20a0bca96d05d73d5ca6a3c5c0859053 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 12 Mar 2025 08:33:30 +0000 Subject: [PATCH] - Update to 25.2.0: Added: * structlog.tracebacks.Stack now includes an exc_notes field reflecting the notes attached to the exception. #684 Changed: * structlog.stdlib.BoundLogger's binding-related methods now also return Self. #694 * structlog.processors.TimeStamper now produces internally timezone-aware datetime objects. Default output hasn't changed, but you can now use %z in your fmt string. #709 Fixed: * Expose structlog.dev.RichTracebackFormatter for imports. #699 * Expose structlog.processors.LogfmtRenderer for imports. #701 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-structlog?expand=0&rev=28 --- 25.1.0.tar.gz | 3 --- 25.2.0.tar.gz | 3 +++ python-structlog.changes | 15 +++++++++++++++ python-structlog.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 25.1.0.tar.gz create mode 100644 25.2.0.tar.gz diff --git a/25.1.0.tar.gz b/25.1.0.tar.gz deleted file mode 100644 index 990dade..0000000 --- a/25.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1f75b99318a9379b75cc0dfa301273fe66e7e95503d0a10f9da3eee4e720b5 -size 1368898 diff --git a/25.2.0.tar.gz b/25.2.0.tar.gz new file mode 100644 index 0000000..e37d8af --- /dev/null +++ b/25.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fcedcdb6eb6462a76da62fe6f8c85e38af712fcc54ffba08802b32554337be +size 1371520 diff --git a/python-structlog.changes b/python-structlog.changes index 7b6439b..4bd71e5 100644 --- a/python-structlog.changes +++ b/python-structlog.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 12 08:14:09 UTC 2025 - Michael Vetter + +- Update to 25.2.0: + Added: + * structlog.tracebacks.Stack now includes an exc_notes field reflecting + the notes attached to the exception. #684 + Changed: + * structlog.stdlib.BoundLogger's binding-related methods now also return Self. #694 + * structlog.processors.TimeStamper now produces internally timezone-aware + datetime objects. Default output hasn't changed, but you can now use %z in your fmt string. #709 + Fixed: + * Expose structlog.dev.RichTracebackFormatter for imports. #699 + * Expose structlog.processors.LogfmtRenderer for imports. #701 + ------------------------------------------------------------------- Wed Feb 5 08:17:32 UTC 2025 - Michael Vetter diff --git a/python-structlog.spec b/python-structlog.spec index 1573146..27a84ef 100644 --- a/python-structlog.spec +++ b/python-structlog.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-structlog -Version: 25.1.0 +Version: 25.2.0 Release: 0 Summary: Structured Logging for Python License: Apache-2.0 OR MIT