diff --git a/python-smbprotocol-1.1.0.tar.gz b/python-smbprotocol-1.1.0.tar.gz deleted file mode 100644 index b6a975b..0000000 --- a/python-smbprotocol-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1a1e6f403a91f5143726cd5523c8665f491a7dd60b4e137d2ead4ede6ba13cf -size 158719 diff --git a/python-smbprotocol-1.2.0.tar.gz b/python-smbprotocol-1.2.0.tar.gz new file mode 100644 index 0000000..19fc826 --- /dev/null +++ b/python-smbprotocol-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43935ee63830c8aca5d84b837e1e8235f0b2e1a7c400771145c68306cf37dc18 +size 177006 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index fea220b..04c493c 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Oct 25 15:55:37 UTC 2020 - Martin Hauke + +- Update to version 1.2.0 + * Added experimental support for DFS shares when using smbclient + function. + * Added smbclient.ClientConfig() to set global default options + on new connections. + * Moved the SMB Header structures to smbprotocol.header. + * Added null_terminated option for a TextField value. + * Fix broken pipe errors that occur on long running connections + by sending a echo request for each connection session every + 10 minutes. + ------------------------------------------------------------------- Tue Aug 25 12:38:01 UTC 2020 - Martin Hauke diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 08d5685..946bb57 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.1.0 +Version: 1.2.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT @@ -28,6 +28,7 @@ URL: https://github.com/jborean93/smbprotocol Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module cryptography >= 2.0} BuildRequires: %{python_module pyspnego} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six}