From 7da2ffd67543625ca69230c4ba5fef76add74f48680802d6d24dfdc402accda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Dec 2019 07:40:31 +0000 Subject: [PATCH] Accepting request 752660 from home:mnhauke - Update to version 1.0.0 * Dropped support for Python 2.6 and Python 3.4 * Added the smbclient package that provides a higher level API for interactive with SMB servers * Deprecated smbprotocol.query_info in favour of smbprotocol.file_info, query_info will be removed in the next major release * Add automatic symlink resolver when a symlink is in the path being opened * Fix issue when trying to connect to host with IPv6 address * Fix response parsing for SMB2 Create Response Lease V1 and V2 * Added the ability to set the Oplock level when opening a file * Revamped the socket listener and message processor to run in a separate thread for faster message resolving * Added the FileSystemWatcher in change_notify.py to provider a way to watch for changes on the SMB filesystem * Added the .cancel() method onto a Request to cancel an SMB request on the server OBS-URL: https://build.opensuse.org/request/show/752660 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=10 --- python-smbprotocol-0.2.0.tar.gz | 3 --- python-smbprotocol-1.0.0.tar.gz | 3 +++ python-smbprotocol.changes | 22 ++++++++++++++++++++++ python-smbprotocol.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 python-smbprotocol-0.2.0.tar.gz create mode 100644 python-smbprotocol-1.0.0.tar.gz diff --git a/python-smbprotocol-0.2.0.tar.gz b/python-smbprotocol-0.2.0.tar.gz deleted file mode 100644 index c5b8d95..0000000 --- a/python-smbprotocol-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dceb0880e2e1cb254e2eb2ba2d6ea527812c5e470e30386979fe8db6de89c3ec -size 95574 diff --git a/python-smbprotocol-1.0.0.tar.gz b/python-smbprotocol-1.0.0.tar.gz new file mode 100644 index 0000000..cc74645 --- /dev/null +++ b/python-smbprotocol-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcd6e1c66c91d1b662ffcd74e511c09f6975daffa02994ea6418376b9687fd4 +size 159836 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 89b1652..f90548f 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Nov 30 10:49:03 UTC 2019 - Martin Hauke + +- Update to version 1.0.0 + * Dropped support for Python 2.6 and Python 3.4 + * Added the smbclient package that provides a higher level API + for interactive with SMB servers + * Deprecated smbprotocol.query_info in favour of + smbprotocol.file_info, query_info will be removed in the next + major release + * Add automatic symlink resolver when a symlink is in the path + being opened + * Fix issue when trying to connect to host with IPv6 address + * Fix response parsing for SMB2 Create Response Lease V1 and V2 + * Added the ability to set the Oplock level when opening a file + * Revamped the socket listener and message processor to run in a + separate thread for faster message resolving + * Added the FileSystemWatcher in change_notify.py to provider a + way to watch for changes on the SMB filesystem + * Added the .cancel() method onto a Request to cancel an SMB + request on the server + ------------------------------------------------------------------- Thu Sep 19 18:50:13 UTC 2019 - Martin Hauke diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index ff4a4ed..8d4b8c9 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 0.2.0 +Version: 1.0.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT