Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pysmb from 1.2.9.1 to 1.2.10 in /pyinstaller #351

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

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 <dependency name> 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)

Bumps [pysmb](https://github.com/miketeo/pysmb) from 1.2.9.1 to 1.2.10.
- [Release notes](https://github.com/miketeo/pysmb/releases)
- [Changelog](https://github.com/miketeo/pysmb/blob/dev-1.2.x/CHANGELOG)
- [Commits](miketeo/pysmb@pysmb-1.2.9.1...pysmb-1.2.10)

---
updated-dependencies:
- dependency-name: pysmb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2024
@jotelha jotelha merged commit 836155e into master Oct 31, 2024
3 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller/pysmb-1.2.10 branch October 31, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant