Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-ini2toml
From: Adam Ciarcinski
Date: 2023-04-17 11:38:10
Message id: 20230417093810.6CFAEFA85@cvs.NetBSD.org
Log Message:
py-ini2toml: updated to 0.12
Version 0.12
* Fix logging in case of early errors while loading plugins, :pr:`69`
* Log warning if ``flake8`` and ``devpi`` sections are translation,
prompting the user to review the output, :issue:`72`
* ``pytest`` plugin:
* Fix parsing of ``filterwarnings``, issue:`74`
Version 0.11.3
* Fix dependency problems by requiring ``pyproject-fmt>=0.4.0``
Version 0.11.2
* Adapt to changes in ``pyproject-fmt`` 0.4.0
Version 0.11.1
* Internal test fixes, minor CI and doc improvements
* Only list ``pyproject-fmt`` as an experimental dependency on Python 3.7+
Version 0.11
* ``setuptools`` plugin:
* Add minimum version of ``setuptools`` implementing :pep:`621` to \
``[build-system] requires``, :pr:`42`
Files: