Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-structlog
From: Adam Ciarcinski
Date: 2025-03-12 07:04:36
Message id: 20250312060436.37C64FBE1@cvs.NetBSD.org
Log Message:
py-structlog: updated to 25.2.0
25.2.0
Added
- `structlog.tracebacks.Stack` now includes an `exc_notes` field reflecting the \
notes attached to the exception.
Changed
- `structlog.stdlib.BoundLogger`'s binding-related methods now also return `Self`.
- `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.
Fixed
- Expose `structlog.dev.RichTracebackFormatter` for imports.
- Expose `structlog.processors.LogfmtRenderer` for imports.
Files: