From c50e4ac1a65880ddb7ddc7b50c5a9617ac5ff540ce53c9e00820a2f5ef9223ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 18 Aug 2021 09:50:04 +0000 Subject: [PATCH] Accepting request 912725 from home:mnhauke - Update to version 1.6.2 * Fix up cached credential logic when setting domain_controller in the initial config singleton - Update to version 1.6.1 * Remove print() statement that was used during testing - Update to version 1.6.0 * Dropped support for Python 2.7 and 3.5 * Add performance improvement on reads with large files * Added the require_signing kwarg to smbclient.register_session() to allow the caller to control whether signing is required on the connection or not. * Fix OverflowError when handling FILETIME values beyond the year 9999 - caps the value to 9999-12-31 due to a Python limitation * Fix up credit charge calculation which causes a STATUS_INVALID_PARAMETER response for certain read/write lengths. * Ensure responses with a failure are cleaned up from the outstanding request table to avoid memory leaks. OBS-URL: https://build.opensuse.org/request/show/912725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=24 --- python-smbprotocol-1.5.1.tar.gz | 3 --- python-smbprotocol-1.6.2.tar.gz | 3 +++ python-smbprotocol.changes | 22 ++++++++++++++++++++++ python-smbprotocol.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 python-smbprotocol-1.5.1.tar.gz create mode 100644 python-smbprotocol-1.6.2.tar.gz diff --git a/python-smbprotocol-1.5.1.tar.gz b/python-smbprotocol-1.5.1.tar.gz deleted file mode 100644 index 9a110a3..0000000 --- a/python-smbprotocol-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37fb61cebc9861b6007ad2024cd94f6b6f99dffaedd72f21c182f29d04815db -size 183995 diff --git a/python-smbprotocol-1.6.2.tar.gz b/python-smbprotocol-1.6.2.tar.gz new file mode 100644 index 0000000..8459ced --- /dev/null +++ b/python-smbprotocol-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4297846af231353f40560277cd99a21cb96489452fd6f07c374f04cb1e4a2c09 +size 183753 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 9157fd9..ec19e7f 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 17 15:32:40 UTC 2021 - Martin Hauke + +- Update to version 1.6.2 + * Fix up cached credential logic when setting domain_controller + in the initial config singleton +- Update to version 1.6.1 + * Remove print() statement that was used during testing +- Update to version 1.6.0 + * Dropped support for Python 2.7 and 3.5 + * Add performance improvement on reads with large files + * Added the require_signing kwarg to smbclient.register_session() + to allow the caller to control whether signing is required on + the connection or not. + * Fix OverflowError when handling FILETIME values beyond the year + 9999 - caps the value to 9999-12-31 due to a Python limitation + * Fix up credit charge calculation which causes a + STATUS_INVALID_PARAMETER response for certain read/write + lengths. + * Ensure responses with a failure are cleaned up from the + outstanding request table to avoid memory leaks. + ------------------------------------------------------------------- Thu May 13 16:29:17 UTC 2021 - Martin Hauke diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index edfab1c..2014af9 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 1.5.1 +Version: 1.6.2 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT