From 27fde655c9a27d8c9e72dec9339f5866c0a9ed3ee029d1f1a94e92de05eb7667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 6 Sep 2023 09:37:26 +0000 Subject: [PATCH] Accepting request 1109147 from home:mnhauke - Update to version 1.11.0 * Fix up pre authenticated session id lookups that were failing with Linux ksmbd. * Removes logging.NullHandler() being set in the root smbprotocol namespace. * Adds basic support for remote to local and vice versa file operations with smbclient.shutil.copytree. * Fixes DFS infinite recursion error when dealing with a file that does not exist on a DFS namespace. OBS-URL: https://build.opensuse.org/request/show/1109147 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=38 --- python-smbprotocol-1.10.1.tar.gz | 3 --- python-smbprotocol-1.11.0.tar.gz | 3 +++ python-smbprotocol.changes | 13 +++++++++++++ python-smbprotocol.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 python-smbprotocol-1.10.1.tar.gz create mode 100644 python-smbprotocol-1.11.0.tar.gz diff --git a/python-smbprotocol-1.10.1.tar.gz b/python-smbprotocol-1.10.1.tar.gz deleted file mode 100644 index 87e5447..0000000 --- a/python-smbprotocol-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:662818cd41138c031952a3eb66079ce4348d5848a3009c1dccee6f10764e0ed7 -size 189238 diff --git a/python-smbprotocol-1.11.0.tar.gz b/python-smbprotocol-1.11.0.tar.gz new file mode 100644 index 0000000..9c3f5bf --- /dev/null +++ b/python-smbprotocol-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf2a04f69011c6c77ed99ea54b939aece5535cde5d7af402cbf1c8414da87ac +size 188316 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 3bdf5f3..675537c 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 5 21:56:00 UTC 2023 - Martin Hauke + +- Update to version 1.11.0 + * Fix up pre authenticated session id lookups that were failing + with Linux ksmbd. + * Removes logging.NullHandler() being set in the root + smbprotocol namespace. + * Adds basic support for remote to local and vice versa file + operations with smbclient.shutil.copytree. + * Fixes DFS infinite recursion error when dealing with a file + that does not exist on a DFS namespace. + ------------------------------------------------------------------- Mon Dec 5 13:36:15 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 5286df0..d9d183e 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -1,7 +1,7 @@ # # spec file for package python-smbprotocol # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-smbprotocol -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT