pschmitt / easypysmb

Easy to use PySMB wrapper library
https://pypi.org/project/easypysmb/
GNU General Public License v3.0
3 stars 2 forks source link

Bump pysmb from 1.2.9.1 to 1.2.10 #56

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps pysmb from 1.2.9.1 to 1.2.10.

Release notes

Sourced from pysmb's releases.

pysmb 1.2.10

  • Fix a bug where the OperationFailure exceptions do not contain the error messages that were thrown when the exception occurred (#212)
  • Update test cases to replace SafeConfigParser with ConfigParser (#219)
  • Allow callers to override default tqdm kwargs (#222)
Changelog

Sourced from pysmb's changelog.

pysmb-1.2.10, 25 Sep 2024

  • Fix a bug where the OperationFailure exceptions do not contain the error messages that were thrown when the exception occurred (#212)
  • Update test cases to replace SafeConfigParser with ConfigParser (#219)
  • Allow callers to override default tqdm kwargs (#222)

pysmb-1.2.9, 25 Dec 2022

  • Add support for tqdm progress display (#205)
  • Fix bug where timeout parameter was not passed to socket.createConnection() (#202)

pysmb-1.2.8, 12 Jun 2022

  • Fix issue with listPath based on recommendation in #195
  • Fix embedded MD4 algorithm
  • Add SMB UTF-16 surrogate exception workaround policy

pysmb-1.2.7, 30 May 2021

  • Fix compatibility issues on file retrievals with Likewise servers (#177)
  • Improve SMBConnection's connect() method to remove the need to provide sock_family parameter for IPv6 addresses in Python 3.x (#180)

pysmb-1.2.6, 9 Dec 2020

  • Fix bug in SMB1 store file implmentation which generates SMB_COM_WRITE_ANDX packets larger than the allowed max buffer size (#175)

pysmb-1.2.5, 18 Oct 2020

  • Fix bug in filename encoding which leads to failure for file retrieval and upload operations (#170 #171).
  • Improve resetFileAttributes() method in SMBConnection class to allow the new attribute to be specified in the reset operation (#172).

pysmb-1.2.4, 6 Oct 2020

  • Remove dependency on pycrypto as it is no longer under active maintenance

pysmb-1.2.3, 6 Oct 2020

  • Fix bug in session key generation during session negotiation (#166)
  • Fix bug in SMB message signing which leads to operation failures with Samba services.

pysmb-1.2.2, 5 Sep 2020

  • Improve SMB URL handlers to support specifying server's machine name and IP

... (truncated)

Commits
  • fe3f5d9 Rebuild docs for pysmb-1.2.10.
  • f420e38 Bump version to 1.2.10.
  • f5ea039 Merge pull request #222 from chausner/overridable-tqdm-kwargs
  • 97a63e0 Allow callers to override default tqdm kwargs
  • a527d5a Merge pull request #219 from badshah400/dev-1.2.x
  • 9c6469f Merge pull request #212 from Armann7/Copy_smb_messages_for_exception
  • 6130899 tests: Replace SafeConfigParser with ConfigParser.
  • fd3ac28 Rebuild docs for pysmb-1.2.9.1.
  • 6cee348 Update .readthedocs.yaml to support additional lib dependencies for sphinx bu...
  • f51477b Add .readthedocs.yaml for readthedocs.org builds.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)