Skip to content

v0.5

Compare
Choose a tag to compare
@abravalheri abravalheri released this 09 Dec 17:05
· 240 commits to main since this release

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 a testing extras group in the optional-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), the optional-dependencies keys
      must be valid Python identifiers (but setuptools historically seem to
      accept markers embedded with : after the extra name).

Diff: v0.4...v0.5