Releases: althonos/fs.archive
Releases · althonos/fs.archive
v0.7.3
v0.7.2
Fixed
ISOReadFS.__init__
not raising aCreateFailed
exception when given a file-like handle that is not seekable (#11).ZipReadFS.isfile
forcefully converting paths to lowercase (#6).
Changed
- Update minimum version of
py7zr
tov0.17.3
to support changes in the dictionary returned bypy7zr.SevenZipFile.read
.
0.7.1
0.7.0
Added
- This changelog file.
7z
extra for reading and writing 7z archives with thefs.archive.sevenzipfs
module.
Fixed
- Abstract base classes for collection types being removed from the
collections
module in Python 3.10. - Handling of Rock Ridge entries in new
pycdlib
versions. - Namespace handling in
ZipReadFS.scandir
causinggetinfo
to be called when not needed.
Changed
- Use
fs.path.isbase
inZipReadFS
to check for implicit directories. - Use the stdlib implementation of
TarFile.xzopen
on Python 3.