Path to this page:
./
sysutils/py-ansible-compat,
Ansible compatibility goodies
Branch: CURRENT,
Version: 24.9.1,
Package name: py312-ansible-compat-24.9.1,
Maintainer: pkgsrc-usersA python package contains functions that facilitate working with various
versions of Ansible 2.9 and newer.
Master sites:
Filesize: 79.664 KB
Version history: (Expand)
- (2024-09-19) Updated to version: py312-ansible-compat-24.9.1
- (2024-09-10) Updated to version: py312-ansible-compat-24.9.0
- (2024-08-20) Updated to version: py312-ansible-compat-24.8.0
- (2024-07-17) Updated to version: py311-ansible-compat-24.7.0
- (2024-06-08) Updated to version: py311-ansible-compat-24.6.1
- (2024-05-27) Updated to version: py311-ansible-compat-24.5.1
CVS history: (Expand)
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
|