Recent Releases of https://github.com/althonos/fs.sshfs
https://github.com/althonos/fs.sshfs - v1.0.2
Changed
- Add explicit support for Paramiko 3 (#57).
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/althonos/fs.sshfs - 1.0.1
Fixed
SSHFS.movenot supporting thepreserve_timeargument (#51).
- Python
Published by althonos over 4 years ago
https://github.com/althonos/fs.sshfs - 1.0.0
Added
SSHFS.upload(resp.download) implementation usingparamiko.SFTP.putfo(resp.getfo).- This changelog file.
Changed
- Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
- Rewrote
README.rstin Markdown format. - Mark the project as Stable in
setup.cfgclassifiers.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.5.2
Added
- Semantic version specifiers to dependencies in
setup.cfg.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.12.3
Added
- Explicit support for Python 3.8.
Fixed
- Issue with
SSHFS.closewhen exiting while anSSHFSinstance is still open.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.12.2
Added
- Dedicated implementation of
SSHFS.scandirusingparamiko.SFTP.listdir_attr(@jwnimmer-tri #37).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.12.1
Fixed
- Assume unknown platform is
_exec_commandthrows an exception (@mrk-its #35).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.12.0
Added
- Explicit support for Python 3.7.
- Section documenting the support of
sftpFS URLs toREADME.rst. support_renamekey to theSSHFS.getmetaoptions.SSHFS.moveimplementation using theparamiko.SFTP.renamefunction.
Fixed
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.11.1
Changed
- Replace
cached-propertydependency with improvedproperty-cachedfork.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.11.0
Added
prefetchargument toSSHFS.openbinto enable prefetching files when they are open in reading mode.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.10.1
Added
- Support for passing arbitrary arguments to
paramiko.SSHClient.connectinSSHFS.__init__(@paulgessinger #23).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.10.0
Changed
- Bumped minimum required
fsversion tov2.2.0.
Fixed
- Explicitly register
SSHOpeneras an opener withfs.opener.registry.installfor cases where thesetuptoolsmetadata are unavailable and entry points cannot be loaded.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.10.2
Added
- Explicit support for
fs ~=2.2.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.6.1
Fixed
- License file not being packed in wheel distributions.
Removed
enum34optional dependency, originally required for Python < 3.4.- Unneeded imports in the
fs.sshfssubmodules.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.6.0
Fixed
- Test dependencies being unconditionally installed (@ReimarBauer #1).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.5.1
Fixed
- Potential bug occuring with
_SSHFileWrapper.truncate(0). seekandtruncatemethods of_SSHFileWrapperreturningNone.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.5.0
Added
- Missing docstrings to
fs.sshfsmodule members. SSFS.geturlimplementation, allowing to retrieve an SSH URL for the download purpose.- Allow
SSHFSto use SSH configuration values (from~/.ssh/configfor 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.getsyspathimplementation.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.13.1
Fixed
- Make
SSHFilerecord the mode it was created with.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.13.0
Added
semantic-versiontest requirement.SSHFS.islinkmethod with behaviour matchingOSFS.islink.- Additional documentation of constructor arguments in
SSHFSdocstring. - Independent timeout for arbitrary SSH commands (#39).
- Support for passing arbitrary
paramiko.MissingHostKeyPolicytoSSHFS.
Changed
SSHFS.getinfonow follows symlinks likeOSFS.getinfo.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.sshfs - 0.9.0
Fixed
- Threading issue with
SSHFileall sharing the same connection, causing issues with code working on several files in parallel. (@willmcgugan #17) SSHFilenot being writable when opened in exclusive mode.
Changed
- Dropped support for Python 3.3 and Python 3.4.
- Bumped minimum required
fsversion tov2.1.0. - Cache
SSHFS.localeandSSHFS.platformproperties usingcached-property. SSHFSnow uses thetimeoutargument it received on initialization when running an arbitrary command on the remote server.
- Python
Published by althonos over 7 years ago
https://github.com/althonos/fs.sshfs - 0.8.0
Fixed
- Catch all exceptions and not just
FSErrorinSSHOpener.
Changed
- Make
SSHFiletransfers to be pipelined by default to increase performance.
- Python
Published by althonos over 7 years ago
https://github.com/althonos/fs.sshfs - 0.7.2
Changed
- Use
$LANGinstead oflocaleto guess the locale on the remote server.
Fixed
SSHOpenernot using thecreateargument properly.
- Python
Published by althonos over 8 years ago
https://github.com/althonos/fs.sshfs - 0.7.1
Fixed
- License file not being packed in source distributions (@dougalsutherland #8)
- Python
Published by althonos over 8 years ago
https://github.com/althonos/fs.sshfs - 0.7.0
Added
- Public
SSHFileclass in the thefs.sshfs.fileto expose a file on a remote SSH server obtained withSSHFS.openbin. - Support for parameter extraction from FS URLs.
backports.configparserdependency for Python < 3, to allow parsing values from FS URLs parameters.
Changed
- Code used to manage the remote platform compatibility.
Fixed
- Use
gethostbynameto the get the adress for an host adress inSSHFS.__init__. - Make
convert_sshfs_errorsinherit fromAbstractContextManagerexplicitly.
- Python
Published by althonos over 8 years ago
https://github.com/althonos/fs.sshfs - 0.4.0
Added
- Extraction of user/group with
uid/gidif remote platform is Unix.
Changed
- Switched to
greento run tests in CI environment.
- Python
Published by althonos almost 9 years ago
https://github.com/althonos/fs.sshfs - 0.3.0
Changed
- Added opener entry points to
setup.cfgto be compatible with the new plugin architecture for FS URL openers.
- Python
Published by althonos almost 9 years ago
https://github.com/althonos/fs.sshfs - 0.2.2
Fixed
- Typo in
README.rst.
Changed
- Make
setuptoolsbuild version-specific wheels.
- Python
Published by althonos almost 9 years ago
https://github.com/althonos/fs.sshfs - 0.2.1
Changed
- Use
setup.cfgto configure the project installation. - Dynamically load version of the installed package in
fs.sshfsandfs.opener.sshfsinstead of hardcoding it in a file.
Fixed
nosetestsmistaking baseTestSSHFSfor a test case.nosetestsrequiringrednoseas a setup requirement.- Typos in
README.rst.
- Python
Published by althonos almost 9 years ago
https://github.com/althonos/fs.sshfs - 0.1.0
Initial release.
- Python
Published by althonos almost 9 years ago
https://github.com/althonos/fs.sshfs - 0.2.0
Added
- Heuristic to guess the server platform using either
unameorsysinfo.
Changed
- Use custom function to extract
infoanddetailsfromstatusresults instead of using the builtinOSFSone. - Use plain enums instead of
enum.Flagto record the server platform.
Fixed
- Invalid license classifiers in project metadata.
- Python
Published by althonos almost 9 years ago