14
0

Accepting request 1252316 from devel:languages:python

- 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/request/show/1252316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-structlog?expand=0&rev=15
This commit is contained in:
2025-03-12 14:24:24 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da1f75b99318a9379b75cc0dfa301273fe66e7e95503d0a10f9da3eee4e720b5
size 1368898

3
25.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4fcedcdb6eb6462a76da62fe6f8c85e38af712fcc54ffba08802b32554337be
size 1371520

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 12 08:14:09 UTC 2025 - Michael Vetter <mvetter@suse.com>
- 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 <mvetter@suse.com> Wed Feb 5 08:17:32 UTC 2025 - Michael Vetter <mvetter@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-structlog Name: python-structlog
Version: 25.1.0 Version: 25.2.0
Release: 0 Release: 0
Summary: Structured Logging for Python Summary: Structured Logging for Python
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT