pyinfra v1.1.2 Release Notes

Release Date: 2020-09-15 // over 3 years ago
    • โž• Add port=22 argument to the ssh.keyscan operation
    • Add extra_install_args argument to the pip.packages operation
    • ๐Ÿ‘Œ Support uninstalling a requirements file in the pip.packages operation
    • ๐Ÿ‘‰ Use state in files.replace operation, enabling noop support where appropriate
    • Add a warning when using use_su_login
    • ๐Ÿ›  Fix parsing stat output when groups contain spaces (file, directory, link facts)
    • ๐Ÿ›  Fix minimum gevent version (@alexandervdm)