github ansible-community/antsibull 0.53.0

latest releases: 0.65.0, 0.64.0, 0.63.1...
20 months ago

Release Summary

Feature and bugfix release.

Minor Changes

  • Add --tags-file option to the single, rebuild-single, and prepare subcommands. This allows including a collection git tags data file in ansible-build-data and the ansible sdist (#476).
  • Add pyproject.toml to ansible sdist to use the setuptools.build_meta PEP 517 <https://peps.python.org/pep-0517/>__ backend. Tools that still call setup.py directly will work the same as they did before (#471).
  • Bump minimum antsibull-core requirement to 1.5.0. It contains changes that are needed for the new --tags-file option (#476).
  • There have been internal refactorings to simplify typing (#469).

Bugfixes

  • Correct Python version classifiers in the ansible setup.py template. Limit the Python 3.8 classifer to ansible 5 and 6 and add the Python 3.11 classifier to ansible >= 7 (#479).
  • Do not crash when the changelogs/changelog.yaml file of a collection cannot be loaded (#481, #482).

Don't miss a new antsibull release

NewReleases is sending notifications on new releases.