forked from pool/python-smbprotocol
Accepting request 843920 from home:mnhauke
- 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. OBS-URL: https://build.opensuse.org/request/show/843920 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=16
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user