14
0

Accepting request 662055 from home:mnhauke

- Update to version 0.1.1
  * Fix initial negotiate message not setting connection timeout
    value.
  * Fix endless loop when running a compound message that failed.

OBS-URL: https://build.opensuse.org/request/show/662055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=3
This commit is contained in:
2018-12-30 09:35:54 +00:00
committed by Git OBS Bridge
parent c1dff23559
commit 50eea1e3f1
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 29 14:10:26 UTC 2018 - mardnh@gmx.de
- Update to version 0.1.1
* Fix initial negotiate message not setting connection timeout
value.
* Fix endless loop when running a compound message that failed.
-------------------------------------------------------------------
Thu Sep 6 17:42:06 UTC 2018 - mardnh@gmx.de

View File

@@ -13,11 +13,12 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smbprotocol
Version: 0.1.0
Version: 0.1.1
Release: 0
Summary: Interact with a server using the SMB 2/3 Protocol
License: MIT
@@ -25,7 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/jborean93/smbprotocol
#Source: https://files.pythonhosted.org/packages/source/s/smbprotocol/smbprotocol-%%{version}.tar.gz
Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -39,8 +39,8 @@ BuildArch: noarch
BuildRequires: %{python_module cryptography >= 2.0}
BuildRequires: %{python_module ntlm-auth}
BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module six}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
%python_subpackages
%description