Package Release Info

python-pysmb-1.2.11-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pysmb

Change Logs

* Mon May 12 2025 Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.11:
  * Fix out-of-memory issues during large file operations (due to
    accumulation of messages in message_history).
  * 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)
- Add missing Requires on python-tqdm.
- Switch to pyproject macros.
- Drop patch python-pysmb-drop-SafeConfigParser.patch, included upstream.
* Mon Feb 05 2024 Atri Bhattacharya <badshah400@gmail.com>
- Add python-pysmb-drop-SafeConfigParser.patch -- Replace
  deprecated SafeConfigParser with ConfigParser
  (gh#miketeo/pysmb#219).
* Fri Jan 13 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.9.1:
  * Add support for tqdm progress display (gh#miketeo/pysmb#205).
  * Fix bug where timeout parameter was not passed to
    socket.createConnection() (gh#miketeo/pysmb#202).
- BuildRequires: python-tqdm for tests.
* Wed Jun 22 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.8:
  * Fix issue with listPath based on recommendation.
  * Fix embedded MD4 algorithm.
  * Add SMB UTF-16 surrogate exception workaround policy.
- Drop fix-smbconnection-tests.patch: incorporated upstream.
- Delete a test file that has incorrect imports and is not needed.
* Fri Feb 04 2022 Matej Cepl <mcepl@suse.com>
- Fix testing on older Leap versions.
* Wed Feb 02 2022 Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.7:
  * 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)
- Add patch fix-smbconnection-tests.patch:
  * Use correct nose 2 decorators
Version: 1.1.25-bp151.1.1
* Thu Nov 08 2018 alarrosa@suse.com
- Remove unneeded python devel package
- Add %license tag
* Wed Sep 12 2018 badshah400@gmail.com
- Fix mtime difference between object files and sources by
  recompiling after source file modification post python_install
  stage; oddly fdupes needs to be run twice for this to correctly
  work: once before compilation and once after.
* Wed Aug 22 2018 badshah400@gmail.com
- Initial package.