Releases: althonos/fs.sshfs
Releases · althonos/fs.sshfs
0.6.0
0.5.2
0.5.1
0.5.0
Added
- Missing docstrings to
fs.sshfs
module members. SSFS.geturl
implementation, allowing to retrieve an SSH URL
for the download purpose.- Allow
SSHFS
to use SSH configuration values (from~/.ssh/config
for instance)
if the given host is found in it.
Changed
- Make tests run against the local version of the code, allowing tests to
run without having to install the module first. - Rewrite docstrings in Google style to be consistent with PyFilesystem2
documentation style.
Removed
SSHFS.getsyspath
implementation.
0.4.0
0.3.0
0.2.0
Added
- Heuristic to guess the server platform using either
uname
orsysinfo
.
Changed
- Use custom function to extract
info
anddetails
fromstatus
results
instead of using the builtinOSFS
one. - Use plain enums instead of
enum.Flag
to record the server platform.
Fixed
- Invalid license classifiers in project metadata.
0.1.0
0.2.2
0.2.1
Changed
- Use
setup.cfg
to configure the project installation. - Dynamically load version of the installed package in
fs.sshfs
and
fs.opener.sshfs
instead of hardcoding it in a file.
Fixed
nosetests
mistaking baseTestSSHFS
for a test case.nosetests
requiringrednose
as a setup requirement.- Typos in
README.rst
.