pyinfra v1.0.3 Release Notes

Release Date: 2020-07-17 // over 3 years ago
    • Reimplement file/directory/link facts using stat
      • No breaking changes
      • Adds ctime and atime to the output dictionary
    • โž• Add backup argument to the files.line and files.replace operations
    • โž• Add SimpleNamespace to the list of allowed data types
    • ๐Ÿ”€ Don't fail when the destination directory is a symlink in the files.sync operation
    • ๐Ÿ›  Fix running the same fact in CLI w/different arguments
    • โž• Add local integration tests that check idempotency (of files operations only for now)