Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-json-logger
From: Adam Ciarcinski
Date: 2025-02-06 10:48:37
Message id: 20250206094837.6B3D7FBE0@cvs.NetBSD.org
Log Message:
py-json-logger: updated to 3.2.1
3.2.1
Import error on import pythonjsonlogger.jsonlogger
3.2.0
pythonjsonlogger.[ORJSON,MSGSPEC]_AVAILABLE no longer imports the respective \
package when determining availability.
pythonjsonlogger.[orjson,msgspec] now throws a \
pythonjsonlogger.exception.MissingPackageError when required libraries are not \
available. These contain more information about what is missing whilst still \
being an ImportError.
defaults parameter is no longer ignored and now conforms to the standard \
library. Setting a defaults dictionary will add the specified keys if the those \
keys do not exist in a record or weren't passed by the extra parameter when \
logging a message.
typing_extensions is only installed on Python version < 3.10.
Support Python 3.13
msgspec has only been tested against pre-release versions.
Files: