- update to 4.1.0:
* Add support for Python 3.14, PyPy 3.11
* Remove support for Python 3.8, 3.9 (includes PyPy versions).
- update to 4.0.0:
* Support `DictConfigurator` prefixes for `rename_fields` and
`static_fields`. #45
* Allows using values like `ext://sys.stderr` in
`fileConfig`/`dictConfig` value fields.
* Support comma seperated lists for Formatter `fmt`
(`style=","`) e.g. `"asctime,message,levelname"` #15
* Note that this style is specific to `python-json-logger` and
thus care should be taken not to pass this format to other
logging Formatter implementations.
* Supports sequences of strings (e.g. lists and tuples) of
field names for Formatter `fmt`. #16
* Rename `pythonjsonlogger.core.LogRecord` and `log_record`
arguments to avoid confusion / overlapping with
`logging.LogRecord`. #38
- update to 3.3.0:
* `exc_info_as_array` and `stack_info_as_array` options are
added to `pythonjsonlogger.core.BaseJsonFormatter` allowing
both to be encoded as list of lines instead of a single
multi-line string. #35
* Remove `msgspec-python313-pre` from `dev` dependencies
preventing potential RCE. Details: GHSA-wmxh-pxcx-9w24
- update to 3.2.1:
* Import error on `import pythonjsonlogger.jsonlogger` #29
- update to 3.2.0:
* `pythonjsonlogger.[ORJSON,MSGSPEC]_AVAILABLE` no longer
imports the respective package when determining availability.
OBS-URL: https://build.opensuse.org/request/show/1344791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-json-logger?expand=0&rev=13
Description
No description provided
Languages
RPM Spec
100%