Skip to content

Commit 4e2fb8d

Browse files
committed
Release 0.53.0.
1 parent c5452a5 commit 4e2fb8d

File tree

8 files changed

+49
-27
lines changed

8 files changed

+49
-27
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ antsibull -- Ansible Build Scripts Release Notes
55
.. contents:: Topics
66

77

8+
v0.53.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature and bugfix release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- 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 (https://github.com/ansible-community/antsibull/pull/476/).
20+
- 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 (https://github.com/ansible-community/antsibull/pull/471).
21+
- Bump minimum ``antsibull-core`` requirement to 1.5.0. It contains changes that are needed for the new ``--tags-file`` option (https://github.com/ansible-community/antsibull/pull/476/).
22+
- There have been internal refactorings to simplify typing (https://github.com/ansible-community/antsibull/pull/469).
23+
24+
Bugfixes
25+
--------
26+
27+
- 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 (https://github.com/ansible-community/antsibull/pull/479).
28+
- Do not crash when the ``changelogs/changelog.yaml`` file of a collection cannot be loaded (https://github.com/ansible-community/antsibull/issues/481, https://github.com/ansible-community/antsibull/pull/482).
29+
830
v0.52.0
931
=======
1032

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,33 @@ releases:
548548
- 463-antsibull-core.yml
549549
- removals.yml
550550
release_date: '2022-12-07'
551+
0.53.0:
552+
changes:
553+
bugfixes:
554+
- Correct Python version classifiers in the ansible ``setup.py`` template. Limit
555+
the Python 3.8 classifer to ansible 5 and 6 and add the Python 3.11 classifier
556+
to ansible >= 7 (https://github.com/ansible-community/antsibull/pull/479).
557+
- Do not crash when the ``changelogs/changelog.yaml`` file of a collection cannot
558+
be loaded (https://github.com/ansible-community/antsibull/issues/481, https://github.com/ansible-community/antsibull/pull/482).
559+
minor_changes:
560+
- Add ``--tags-file`` option to the ``single``, ``rebuild-single``, and ``prepare``
561+
subcommands. This allows including a collection git tags data file in ansible-build-data
562+
and the ansible sdist (https://github.com/ansible-community/antsibull/pull/476/).
563+
- Add ``pyproject.toml`` to ansible sdist to use the ``setuptools.build_meta``
564+
`PEP 517 <https://peps.python.org/pep-0517/>`__ backend. Tools that still
565+
call ``setup.py`` directly will work the same as they did before (https://github.com/ansible-community/antsibull/pull/471).
566+
- Bump minimum ``antsibull-core`` requirement to 1.5.0. It contains changes
567+
that are needed for the new ``--tags-file`` option (https://github.com/ansible-community/antsibull/pull/476/).
568+
- There have been internal refactorings to simplify typing (https://github.com/ansible-community/antsibull/pull/469).
569+
release_summary: Feature and bugfix release.
570+
fragments:
571+
- 0.53.0.yml
572+
- 469-typing.yml
573+
- 471.yaml
574+
- 476-tags_file.yaml
575+
- 482-changelog-yaml-parsing-handling.yml
576+
- correct-classifiers.yaml
577+
release_date: '2023-01-30'
551578
0.6.0:
552579
release_date: '2020-06-03'
553580
0.7.0:

changelogs/fragments/0.53.0.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/469-typing.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/471.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelogs/fragments/476-tags_file.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelogs/fragments/482-changelog-yaml-parsing-handling.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/correct-classifiers.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)