forked from pool/python-smbprotocol
Accepting request 662056 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/662056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smbprotocol?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3070837255861e8197e6278eec6397ac7e785625c97a0792ca87187ef0c9658e
|
|
||||||
size 93786
|
|
3
python-smbprotocol-0.1.1.tar.gz
Normal file
3
python-smbprotocol-0.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:118985390a5a33487870a9691bf2d2afe145eabfc15b8fabe61a5fe706be21ea
|
||||||
|
size 94395
|
@@ -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
|
Thu Sep 6 17:42:06 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@@ -13,11 +13,12 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-smbprotocol
|
Name: python-smbprotocol
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interact with a server using the SMB 2/3 Protocol
|
Summary: Interact with a server using the SMB 2/3 Protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -25,7 +26,6 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/jborean93/smbprotocol
|
URL: https://github.com/jborean93/smbprotocol
|
||||||
#Source: https://files.pythonhosted.org/packages/source/s/smbprotocol/smbprotocol-%%{version}.tar.gz
|
#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
|
Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -39,8 +39,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module cryptography >= 2.0}
|
BuildRequires: %{python_module cryptography >= 2.0}
|
||||||
BuildRequires: %{python_module ntlm-auth}
|
BuildRequires: %{python_module ntlm-auth}
|
||||||
BuildRequires: %{python_module pyasn1}
|
BuildRequires: %{python_module pyasn1}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user