From 4233af95f67c6006c00e86bf380f914b46d9a595fe6a50baa8b48f733556e131 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 10:36:07 +0000 Subject: [PATCH] Accepting request 928862 from home:mnhauke - Update to version 1.8.2 * Add missing FileAttributes enum values * Set messages with FileAttributes to be non-strict allowing unknown values in the future to be parsed without an error - Update to version 1.8.1 * Raises ObjectPathNotFound if a DFS referral is required but not referrals are available (#149) - Update to version 1.8.0 * Added support for 256bit keyed encryption ciphers * Added support for signing with AES GCM * Now sends the SMB2_NETNAME_NEGOTIATE_CONTEXT_ID with the negotiate request * Adds the Python requirement of pykrb5 for Kerberos support on non-Windows * Fix unpacking security descriptor ACEs with extra data on the end * Set index_number in FileInternalInformation to be an unsigned integer to match the other structures * Clear out expired DFS referrals to avoid memory leaks and stale DFS information - Update to version 1.7.0 * Improve connection health checks to reduce the occurances of an infinite deadlock * Added more exception error classes * Added create_action to the Open object that describes how the file was opened * Added follow_symlinks option to SMBDirEntry.from_path to control whether the entry. OBS-URL: https://build.opensuse.org/request/show/928862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=25 --- python-smbprotocol-1.6.2.tar.gz | 3 --- python-smbprotocol-1.8.2.tar.gz | 3 +++ python-smbprotocol.changes | 40 +++++++++++++++++++++++++++++++++ python-smbprotocol.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 python-smbprotocol-1.6.2.tar.gz create mode 100644 python-smbprotocol-1.8.2.tar.gz diff --git a/python-smbprotocol-1.6.2.tar.gz b/python-smbprotocol-1.6.2.tar.gz deleted file mode 100644 index 8459ced..0000000 --- a/python-smbprotocol-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4297846af231353f40560277cd99a21cb96489452fd6f07c374f04cb1e4a2c09 -size 183753 diff --git a/python-smbprotocol-1.8.2.tar.gz b/python-smbprotocol-1.8.2.tar.gz new file mode 100644 index 0000000..efab2a1 --- /dev/null +++ b/python-smbprotocol-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ea45a8821952f1815719e6e9fcfd5e444aceb74c591f80713ba76d73ef2a89 +size 187408 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index ec19e7f..909e4ad 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Nov 2 20:52:01 UTC 2021 - Martin Hauke + +- Update to version 1.8.2 + * Add missing FileAttributes enum values + * Set messages with FileAttributes to be non-strict allowing + unknown values in the future to be parsed without an error + +------------------------------------------------------------------- +Wed Oct 27 19:19:23 UTC 2021 - Martin Hauke + +- Update to version 1.8.1 + * Raises ObjectPathNotFound if a DFS referral is required but + not referrals are available (#149) + +------------------------------------------------------------------- +Mon Oct 25 19:46:07 UTC 2021 - Martin Hauke + +- Update to version 1.8.0 + * Added support for 256bit keyed encryption ciphers + * Added support for signing with AES GCM + * Now sends the SMB2_NETNAME_NEGOTIATE_CONTEXT_ID with the + negotiate request + * Adds the Python requirement of pykrb5 for Kerberos support on + non-Windows + * Fix unpacking security descriptor ACEs with extra data on the + end + * Set index_number in FileInternalInformation to be an unsigned + integer to match the other structures + * Clear out expired DFS referrals to avoid memory leaks and + stale DFS information +- Update to version 1.7.0 + * Improve connection health checks to reduce the occurances of + an infinite deadlock + * Added more exception error classes + * Added create_action to the Open object that describes how the + file was opened + * Added follow_symlinks option to SMBDirEntry.from_path to + control whether the entry. + ------------------------------------------------------------------- Tue Aug 17 15:32:40 UTC 2021 - Martin Hauke diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 2014af9..20ab1b9 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.6.2 +Version: 1.8.2 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT