Commit Graph

5 Commits (21e874e60c5cc8fb8c6a0532a98fcc447c1ae2ab)

Author SHA1 Message Date
Alex Willmer fe8a3a71fc ansible_mitogen: Remove use of distutils, which was removed in Python 3.12 2 years ago
Alex Willmer 31b3a4eb4a ansible_mitogen: Standardise __future__ imports to match Ansible
Some modules additionally enable unicode_literals (which Ansible doesn't do).
I've chosen not to change that, for now.
4 years ago
Alex Willmer d9b8d50d4e Fix ansible.__version__ comparisons with multi-digit components
Ansible 2.8 is older than Ansible 2.10, but `'2.8' < '2.10' == False`
4 years ago
David Wilson 91116810a1 ansible: delete utils.py and promote cast() to mitogen.utils 8 years ago
David Wilson 331f77ee2b ansible: generalized action module wrapping. 8 years ago