14
0

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:
2020-10-29 10:39:49 +00:00
committed by Git OBS Bridge
parent 2043c5fc54
commit 35e2bc80f8
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1a1e6f403a91f5143726cd5523c8665f491a7dd60b4e137d2ead4ede6ba13cf
size 158719

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43935ee63830c8aca5d84b837e1e8235f0b2e1a7c400771145c68306cf37dc18
size 177006

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Oct 25 15:55:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de> Tue Aug 25 12:38:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smbprotocol Name: python-smbprotocol
Version: 1.1.0 Version: 1.2.0
Release: 0 Release: 0
Summary: SMBv2/v3 client for Python 2 and 3 Summary: SMBv2/v3 client for Python 2 and 3
License: MIT 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 Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module cryptography >= 2.0} BuildRequires: %{python_module cryptography >= 2.0}
BuildRequires: %{python_module pyspnego} BuildRequires: %{python_module pyspnego}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}