Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-ini2toml
From: Adam Ciarcinski
Date: 2024-04-24 10:09:43
Message id: 20240424080944.03236FA2C@cvs.NetBSD.org
Log Message:
py-ini2toml: updated to 0.14
Version 0.14
* Introduce ``LiteTranslator`` and ``FullTranslator`` as
convenience classes for more deterministic behaviour, :pr:`95`.
* ``setuptools`` plugin:
* Fix ``ValueError`` when ``setup.cfg`` contains ``[options.packages.find]``
but also lists ``[options] packages = ...`` explicitly as a list of package
names, :issue:`93`.
* ``pytest`` plugin:
* Remove comments when converting ``addopts`` with multi-line values, :issue:`98`.
Files: