v0.5
New minor update: ini2toml v0.5
.
The most notable changes are:
setuptools
plugin:- Added automatic "update" for deprecated
tests-require
key.
This value associated with this option is now automatically transformed
into atesting
extras group in theoptional-dependencies
. - Added automatic "expansion" of environment markers inside the extra key in
optional-dependencies. According to :pep:621#dependencies-optional-dependencies
(that points to the core metadata spec), theoptional-dependencies
keys
must be valid Python identifiers (butsetuptools
historically seem to
accept markers embedded with:
after the extra name).
- Added automatic "update" for deprecated
Diff: v0.4...v0.5