./sysutils/py-ansible-compat, Ansible compatibility goodies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1.11, Package name: py311-ansible-compat-4.1.11, Maintainer: pkgsrc-users

A python package contains functions that facilitate working with various
versions of Ansible 2.9 and newer.


Master sites:

Filesize: 71.31 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-11 10:53:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-ansible-compat: updated to 4.0.5

v4.0.5

Bugfixes

Improve requirements.yml detection