Recent Releases of https://github.com/althonos/fs.smbfs
https://github.com/althonos/fs.smbfs - v1.0.7
Added
- Explicit support for
v1.2.9.1of PySMB.
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/althonos/fs.smbfs - v1.0.6
Changed
- Avoid scanning SMB shares unless interacting with the root of a
SMBFS(#37).
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/althonos/fs.smbfs - v1.0.5
Added
- Explicit support for
v1.2.8of PySMB.
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/althonos/fs.smbfs - v1.0.4
Fixed
SMBFS.geturlproducing invalid URLs when theSMBFSobject was created without explicitly setting a port (#35).
Added
preserve_timekeyword argument toSMBFS.move.
- Python
Published by althonos about 4 years ago
https://github.com/althonos/fs.smbfs - 1.0.3
Fixed
SMBFS._meta['invalid_path_chars']containing valid characters (#32).
- Python
Published by althonos almost 5 years ago
https://github.com/althonos/fs.smbfs - 1.0.2
Added
- Explicit support for
v1.2.7of PySMB.
- Python
Published by althonos about 5 years ago
https://github.com/althonos/fs.smbfs - 1.0.1
Fixed
- SMB share names are now matched case-insensitively (#28).
- When created with
direct_tcp=True,SMBFSwill not attempt to use NetBIOS anymore to find a missing IP/hostname (#25). Closes #24.
- Python
Published by althonos about 5 years ago
https://github.com/althonos/fs.smbfs - 1.0.0
Added
- Explicit support for Python 3.9.
- This changelog file.
SMBFS.upload(resp.download) implementation using theSMBConnection.storeFile(resp.retrieveFile) method.SMBFS.geturlimplementation for thedownloadpurpose.SMBFile.modeproperty to expose the mode the file was created with.SMBFile.readintomethod using a zero-copy implementation.
Changed
SMBFS.openbinwill open a new connection for every new file.SMBFS.readbytes(resp.writebytes) now usesSMBFS.download(resp.upload).- Mark the project as Stable in
setup.cfgclassifiers. - Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
- Rewrote
README.rstin Markdown format.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.7.4
Added
- Explicit support for
v1.2.6of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.7.3
Added
- Explicit support for
v1.2.5of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.7.2
Added
- Explicit support for
v1.2.4of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.7.1
Added
- Explicit support for
v1.2.3of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.7.0
Added
domainargument to specify the Windows network domain inSMBFS.__init__(@Vegemash #17).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.6.4
Fixed
- Make
SMBFS.closemethod check for_smbattribute before callingself._smb.close.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.6.3
Added
- Explicit support for
v1.2.0of PySMB.
Removed
- Support for
v1.1.19of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.6.1
Added
- Explicit support for Python 3.8.
Changed
- Delegate choice of default SMB port to PySMB (@telamonian #10)
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.6.0
Added
hostnameargument support in SMB FS URLs (@telamonian #7).
Removed
- Python 3.4 support.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.5.2
Added
- Explicit support of the
v1.1.27of PySMB.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.5.1
Added
- Explicit support of the
v2.3.0offs.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.5.0
Added
- Python 3.7 support.
Changed
- Bumped minimum required
fsversion tov2.2.0. - Mark PySMB
v1.1.26as unsupported insetup.cfg.
Removed
- Python 3.3 support.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.4.0
Added
- Option to pass a
(hostname, IP)tuple as thehostargument toSMBFS.__init__.
Changed
- Bumped minimum required
fsversion tov2.1.0.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.3.3
Fixed
SMBOpenernot managing thecreateargument as expected.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.3.2
Fixed
SMBFS.scandircrashing when requesting access info from a SMB1 server.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.3.1
Fixed
SMBFS.getinfocrashing when requesting access info from a SMB1 server.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.3.0
Added
- Support for FS URL parameters in
SMBOpener.
Fixed
direct_tcpparameter being ignored inSMBFS.__init__.SMBFSalways using guest account instead of provided username/password.COPYINGfile not being added to wheel distributions.- Wrong info namespace being checked in
SMBFS.scandir. - Uncatched socket error on connection failure in
SMBFS.__init__.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.2.4
Fixed
SMBConnectionnot being closed bySMBFS.close.
Changed
- Pinned minimum required
sixversion tov1.10insetup.cfg.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.2.3
Changed
- Bumped
pysmbversion tov1.1.22.
Removed
- Temporary
pysmbbugfix for [miketeo/pysmb#90](https://github.com/miketeo/pysmb/issues/90.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.2.2
Fixed
SMBFile.truncatechanging the position in the file.- Unicode paths not working properly (miketeo/pysmb#90).
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.2.1
Removed
- Invalid
SMBFile.__length_hint__special method. - Debug
printcall left inSMBFS.openbin.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.2.0
Added
SMBFS.moveimplementation using theSMBConnection.renamemethod from PySMB.- Missing module docstrings to
fs.smbfsandfs.opener.smbfsmodules. __version__attribute tofs.opener.smbfsmodule.
Changed
- Use
fs.smbfs.utils.is_ipto check if the host given toSMBFSis an IP address.
Fixed
SMBFS.openbinnot raisingfs.errors.PermissionDeniedon SMB access errors.- Broken
SMBFSusage example inREADME.rst.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.1.0
Initial commit.
- Python
Published by althonos over 5 years ago
https://github.com/althonos/fs.smbfs - 0.1.0
Initial commit.
- Python
Published by althonos over 5 years ago