I've just released version 2.0.3 of PyFilesystem.
PyFilesystem is an abstraction layer for filesystems (or anything that resembles a filesystem). See this post for more details.
New in this version is a TarFS filesystem contributed by Martin Larralde, which compliments ZipFS nicely.
Contributed by gpcimino, the copy module was extended new functionality to selectively copy only new files from one filesystem to another. Very useful for backups.
This is in addition to bugfixes, and improved documentation.