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

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


Branch: CURRENT, Version: 25.1.4, Package name: py312-ansible-compat-25.1.4, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 86.059 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-19 11:51:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 25.1.4

25.1.4
Bugfixes
Add site-package to the end of collection inclusion path

25.1.3
Bugfixes
Avoid get_cache_dir errors with read only virtualenvs
   2025-02-06 09:54:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 25.1.2

25.1.2

Bugfixes

Avoid get_cache_dir errors with read only virtualenvs
Simplify module presence testing
Fix grammatical error in collection path info message
   2025-01-29 10:29:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 25.1.1

25.1.1

Bugfixes

Ensure that cache directory is writable

v25.1.0

Major

Inject venv site-packages at the top of collection path (test isolation)
Fail if old ANSIBLE_COLLECTIONS_PATHS is detected

Bugfixes

Patch 449 to use ANSIBLE_COLLECTIONS_PATH
   2024-11-20 12:45:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 24.10.0

24.10.0

Enhancements

Add support for py313

Bugfixes

Re-init plugin loader after collections installation
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-09-19 10:06:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 24.9.1

24.9.1

Bugfixes

Avoid running prepare ansible paths twice
Avoid duplicate paths when path injection
Provide more detail on multiple collection installs
   2024-09-10 13:46:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansible-compat: updated to 24.9.0

24.9.0

Enhancements

Add communication details

Bugfixes

Fix upload-artifact action to work with v4.4 and newer