2024-01-11 10:53:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.1.11
v4.1.11
Bugfixes
Allow more control over verbosity when calling ansible-galaxy
Fix collection installation with custom project_dir
Fix collection installation bug when having custom config
Add support for python 3.12
Remove isolated option while adding sys.path
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-28 08:52:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.1.10
v4.1.10
Bugfixes
Catch empty collection lists
v4.1.9
Bugfixes
Automatically add --pre when installing collections from git repositories
v4.1.8
Bugfixes
Revise site packages collection search test
Add only those sys.paths which contain an ansible_collections directory path
Allow git dependencies in galaxy.yml files
|
2023-08-23 17:24:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.1.7
v4.1.7
Bugfixes
Add sys.path to collection paths
v4.1.6
Bugfixes
Fix logic on prepare environment
Add smoke testing with ansible-lint
Adapt collection install test to pass with ansible-core 2.15.3 changes
Support meta main yaml extension
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-30 10:04:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ansible-compat: updated to 4.1.5
v4.1.5
Bugfixes
• Fix find roles inside collection repository
• Enable packit rpm packaging
|
2023-06-06 15:12:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.1.2
v4.1.2
Bugfixes
Avoid stdout pollution cause by ansible logging
v4.1.1
Bugfixes
Disable Ansible debug mode for sub-commands
Log retry attempt only when doing retries
v4.1.0
Minor Changes
Enable access to available plugins
Bugfixes
Avoid creating ~/.ansible/collections
|
2023-05-22 09:34:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.0.5
v4.0.5
Bugfixes
Improve requirements.yml detection
|
2023-05-18 15:05:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ansible-compat: updated to 4.0.4
v4.0.4
Bugfixes
Allow use of * version on dependencies
v4.0.3
Bugfixes
Automatically install tests/requirements.yml when found
Also install requirements from galaxy.yml files
Include original message in AnsibleWarning
|
2023-05-10 14:13:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ansible-compat: updated to 4.0.2
v4.0.2
Bugfixes
Revert to previous behavior for ansible_collections_path
v4.0.1
Major Changes
Rename Runtime.exec to Runtime.run
Introduce use of JSON recursive type
ruff: Make optional arguments keyword-only
Finish pathlib migration
Make Runtime.project_dir use Path
Migrate some functions to use Path
Make Runtime.cache_dir use Path
Remove support for py38
Minor Changes
Monkeypatch ansible core Display.warning
Bugfixes
Use YAML safe loader instead of full loader
Use dataclass sorting for json schema errors
ruff: Address more skips
ruff: address TRY and T201
ruff: Address EM
Convert more code to pathlib
|