mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
0be0aa5f10
Previously, we used StrictVersion which failed to parse some passlib version strings. For example, Debian currently ship passlib with a __version__ of '1.7.0.post20161128115349' StrictVersion throws an exception when parsing this version string. Change to using LooseVersion which successfully parses version strings such as this. Fixes #20199 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |