forked from pool/python-smbprotocol
Accepting request 732117 from devel:languages:python
- Update to version 0.2.0 * Fix issue where timeout was not being applied to the new connection * Fix various deprecated regex escape patterns * Simplified the fallback NTLM context object OBS-URL: https://build.opensuse.org/request/show/732117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smbprotocol?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:118985390a5a33487870a9691bf2d2afe145eabfc15b8fabe61a5fe706be21ea
|
|
||||||
size 94395
|
|
3
python-smbprotocol-0.2.0.tar.gz
Normal file
3
python-smbprotocol-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dceb0880e2e1cb254e2eb2ba2d6ea527812c5e470e30386979fe8db6de89c3ec
|
||||||
|
size 95574
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 18:50:13 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 0.2.0
|
||||||
|
* Fix issue where timeout was not being applied to the new
|
||||||
|
connection
|
||||||
|
* Fix various deprecated regex escape patterns
|
||||||
|
* Simplified the fallback NTLM context object
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 3 01:57:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Jan 3 01:57:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -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: 0.1.1
|
Version: 0.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
|
||||||
@@ -26,7 +26,12 @@ 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 cryptography >= 2.0}
|
||||||
|
BuildRequires: %{python_module ntlm-auth}
|
||||||
|
BuildRequires: %{python_module pyasn1}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cryptography >= 2.0
|
Requires: python-cryptography >= 2.0
|
||||||
@@ -36,11 +41,6 @@ Requires: python-six
|
|||||||
Suggests: python-gssapi >= 1.4.1
|
Suggests: python-gssapi >= 1.4.1
|
||||||
Suggests: python-ordereddict
|
Suggests: python-ordereddict
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: %{python_module cryptography >= 2.0}
|
|
||||||
BuildRequires: %{python_module ntlm-auth}
|
|
||||||
BuildRequires: %{python_module pyasn1}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -71,7 +71,7 @@ Features
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user