1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 21:29:19 +00:00
Commit graph

69 commits

Author SHA1 Message Date
Mariam Ahhttouche
54e7a639ef uv_python module: refactor code 2026-02-17 15:17:02 +01:00
Mariam Ahhttouche
5819c8eb7b uv_python module: improve check mode for present state to fail when no patch version is available 2026-02-17 14:43:12 +01:00
Mariam Ahhttouche
debdce35e7 uv_python module: refactor code 2026-02-16 16:16:29 +01:00
Mariam Ahhttouche
92f7059686 uv_python module: improve methods' return values and add docstrings 2026-02-16 16:12:50 +01:00
Mariam Ahhttouche
5c842b805b uv_python module: handle case when provided python version does not exist in latest state 2026-02-16 14:33:33 +01:00
Mariam Ahhttouche
9bbf6efe28 uv_python module: improve exception handling 2026-02-16 11:42:49 +01:00
Mariam Ahhttouche
ee79011e9c uv_python module: refactor code 2026-02-16 11:29:26 +01:00
Mariam Ahhttouche
be9bad065a uv_python module: improve module return values 2026-02-16 11:20:01 +01:00
Mariam Ahhttouche
d37009ae7b uv_python module: update latest state handling to sort versions without relying on uv behavior 2026-02-16 10:04:38 +01:00
Mariam Ahhttouche
473f758ec1 uv_python module: improve absent state check mode and add corresponding integration test 2026-02-13 17:10:46 +01:00
Mariam Ahhttouche
b897756776 uv_python module: make latest state more deterministic by using install with explicite version 2026-02-13 17:04:24 +01:00
Mariam Ahhttouche
396fc6cbb2 uv_python module: improve latest state check mode to show version that will be installed 2026-02-13 16:31:13 +01:00
Mariam Ahhttouche
ac140457f1 uv_python module: add support for latest state 2026-02-13 15:41:05 +01:00
Mariam Ahhttouche
e2f27a3a36 uv_python module: add _list_python and _get_latest_patch_release methods 2026-02-13 12:26:18 +01:00
Mariam Ahhttouche
21c6d762cc uv_python module: restrict accepted version formats to X.Y and X.Y.Z 2026-02-12 17:26:57 +01:00
Mariam Ahhttouche
21646442ce uv_python module: refactor code 2026-02-12 16:31:37 +01:00
Mariam Ahhttouche
3117cba3a9 uv_python module: handle absent state 2026-02-12 10:46:57 +01:00
Mariam Ahhttouche
39b9661d59 uv_python module: refactor code 2026-02-12 09:09:28 +01:00
Mariam Ahhttouche
e1b75be738 Add minimal uv_python module 2026-02-11 17:20:30 +01:00