-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to use constraints files for new-ansible and prepare (#546)
* Allow to use constraints files for new-ansible and prepare. * Improve typing and error handling. * Stop using GalaxyClient.get_latest_matching_version(). This makes it easier to adjust that code without having to modify ansible-core and have a new release of it, and depend on that new release. * Remove 'if'. Co-authored-by: Maxwell G <[email protected]> * Improve interface. Co-authored-by: Maxwell G <[email protected]> * Revert "Improve interface." This reverts commit 94b39a5. --------- Co-authored-by: Maxwell G <[email protected]>
- Loading branch information
1 parent
19159f5
commit 2c0987b
Showing
5 changed files
with
293 additions
and
127 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,2 @@ | ||
minor_changes: | ||
- "Support a constraints file that allows to fix dependencies for the ``new-ansible`` and ``prepare`` subcommands (https://github.com/ansible-community/antsibull/pull/546)." |
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
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
Oops, something went wrong.