-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept ansible-core filename starting with `ansible_core-<version>.ta…
…r` as well; fix error message formatting (#158) * Fix error message formatting. * Accept filename starting with ansible_core as well. * AnsibleCorePyPiClient.retrieve: ensure the correct filename is returned Code in antsibull relies on the top-level directory and the archive having the same basename. * Update changelog. --------- Co-authored-by: Maxwell G <maxwell@gtmx.me> (cherry picked from commit d787b80)
- Loading branch information
1 parent
cbfba0c
commit 94d1bf1
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bugfixes: | ||
- "Adjusting ansible-core PyPI code to also accept a filename starting with ``ansible_core``, which seems to be in use since ansible-core 2.16.6 | ||
due to `PEP-625 <https://peps.python.org/pep-0625/>`__ support in setuptools 69.3.0 (https://github.com/ansible-community/antsibull-core/pull/158)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters