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.1 of 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.8 of PySMB.

- Python
Published by github-actions[bot] almost 4 years ago

https://github.com/althonos/fs.smbfs - v1.0.4

Fixed

  • SMBFS.geturl producing invalid URLs when the SMBFS object was created without explicitly setting a port (#35).

Added

  • preserve_time keyword argument to SMBFS.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.7 of 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, SMBFS will 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 the SMBConnection.storeFile (resp. retrieveFile) method.
  • SMBFS.geturl implementation for the download purpose.
  • SMBFile.mode property to expose the mode the file was created with.
  • SMBFile.readinto method using a zero-copy implementation.

Changed

  • SMBFS.openbin will open a new connection for every new file.
  • SMBFS.readbytes (resp. writebytes) now uses SMBFS.download (resp. upload).
  • Mark the project as Stable in setup.cfg classifiers.
  • Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
  • Rewrote README.rst in 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.6 of PySMB.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.7.3

Added

  • Explicit support for v1.2.5 of PySMB.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.7.2

Added

  • Explicit support for v1.2.4 of PySMB.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.7.1

Added

  • Explicit support for v1.2.3 of PySMB.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.7.0

Added

  • domain argument to specify the Windows network domain in SMBFS.__init__ (@Vegemash #17).

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.6.4

Fixed

  • Make SMBFS.close method check for _smb attribute before calling self._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.0 of PySMB.

Removed

  • Support for v1.1.19 of PySMB.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.6.2

Added

  • Note to README.rst that the host parameter to SMBFS should not a FQDN (@mivade #13).

Fixed

  • SMBFS.__make_access_from_sd incorrectly assuming that the everyone ACE exists (@telamonian #11)

- 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

  • hostname argument 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.27 of 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.0 of fs.

- 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 fs version to v2.2.0.
  • Mark PySMB v1.1.26 as unsupported in setup.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 the host argument to SMBFS.__init__.

Changed

  • Bumped minimum required fs version to v2.1.0.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.3.3

Fixed

  • SMBOpener not managing the create argument as expected.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.3.2

Fixed

  • SMBFS.scandir crashing 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.getinfo crashing 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_tcp parameter being ignored in SMBFS.__init__.
  • SMBFS always using guest account instead of provided username/password.
  • COPYING file 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

  • SMBConnection not being closed by SMBFS.close.

Changed

  • Pinned minimum required six version to v1.10 in setup.cfg.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.2.3

Changed

  • Bumped pysmb version to v1.1.22.

Removed

  • Temporary pysmb bugfix 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.truncate changing 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 print call left in SMBFS.openbin.

- Python
Published by althonos over 5 years ago

https://github.com/althonos/fs.smbfs - 0.2.0

Added

  • SMBFS.move implementation using the SMBConnection.rename method from PySMB.
  • Missing module docstrings to fs.smbfs and fs.opener.smbfs modules.
  • __version__ attribute to fs.opener.smbfs module.

Changed

  • Use fs.smbfs.utils.is_ip to check if the host given to SMBFS is an IP address.

Fixed

  • SMBFS.openbin not raising fs.errors.PermissionDenied on SMB access errors.
  • Broken SMBFS usage example in README.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