From 50eea1e3f1cb5ed4f609d069c2475d9bec464d1c5e365209f119a16c059b53fc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 30 Dec 2018 09:35:54 +0000 Subject: [PATCH] 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 --- python-smbprotocol-0.1.0.tar.gz | 3 --- python-smbprotocol-0.1.1.tar.gz | 3 +++ python-smbprotocol.changes | 8 ++++++++ python-smbprotocol.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 python-smbprotocol-0.1.0.tar.gz create mode 100644 python-smbprotocol-0.1.1.tar.gz diff --git a/python-smbprotocol-0.1.0.tar.gz b/python-smbprotocol-0.1.0.tar.gz deleted file mode 100644 index fe42b4d..0000000 --- a/python-smbprotocol-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3070837255861e8197e6278eec6397ac7e785625c97a0792ca87187ef0c9658e -size 93786 diff --git a/python-smbprotocol-0.1.1.tar.gz b/python-smbprotocol-0.1.1.tar.gz new file mode 100644 index 0000000..2771fb5 --- /dev/null +++ b/python-smbprotocol-0.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118985390a5a33487870a9691bf2d2afe145eabfc15b8fabe61a5fe706be21ea +size 94395 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 6f446a2..ba6f747 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -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 diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index d172806..c7ff2fc 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -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