Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tomli_w
From: Adam Ciarcinski
Date: 2024-10-10 14:26:06
Message id: 20241010122606.DDF4EFC7E@cvs.NetBSD.org
Log Message:
py-tomli_w: updated to 1.1.0
1.1.0
Removed
Support for Python 3.7 and 3.8
Added
Accept generic collections.abc.Mapping, not just dict, as input. Thank you Watal \
M. Iwasaki for the PR.
indent keyword argument for customizing indent width of arrays. Thank you Wim \
Jeantine-Glenn for the PR.
Type annotations
Type annotate dump function's output stream object as typing.IO[bytes] \
(previously typing.BinaryIO)
Files: