Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-ansible-compat
From: Adam Ciarcinski
Date: 2023-05-10 14:13:35
Message id: 20230510121335.2974BFA87@cvs.NetBSD.org
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
Files: