forked from pool/python-smbprotocol
Accepting request 829569 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/829569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smbprotocol?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e03296995e89f82524f20654113e531f7133d113382e6078c418bbc0edd80fb4
|
|
||||||
size 160249
|
|
3
python-smbprotocol-1.1.0.tar.gz
Normal file
3
python-smbprotocol-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1a1e6f403a91f5143726cd5523c8665f491a7dd60b4e137d2ead4ede6ba13cf
|
||||||
|
size 158719
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 25 12:38:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.1.0
|
||||||
|
* Speed up logging statements for large messages like a read and
|
||||||
|
write message.
|
||||||
|
* Changed authentication dep to pyspnego that handles all the
|
||||||
|
authentication work.
|
||||||
|
* Fixed up authentication against hosts that don't present the
|
||||||
|
initial GSSAPI token like Azure File Storage.
|
||||||
|
* Added specific exception types for every 'NtStatus' value to
|
||||||
|
make it easier to catch only specific exceptions.
|
||||||
|
* Added the following exceptions to the list of known exception
|
||||||
|
codes:
|
||||||
|
* 'STATUS_NETWORK_NAME_DELETED'
|
||||||
|
* 'STATUS_NOT_FOUND'
|
||||||
|
* 'STATUS_PATH_NOT_COVERED'
|
||||||
|
* 'STATUS_DFS_UNAVAILABLE'
|
||||||
|
* 'STATUS_SERVER_UNAVAILABLE'
|
||||||
|
* Fix session key generation when creating a new session from
|
||||||
|
an existing connection object.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-smbprotocol
|
# spec file for package python-smbprotocol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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.0.1
|
Version: 1.1.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
|
||||||
@@ -27,19 +27,16 @@ 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 cryptography >= 2.0}
|
||||||
BuildRequires: %{python_module ntlm-auth}
|
BuildRequires: %{python_module pyspnego}
|
||||||
BuildRequires: %{python_module pyasn1}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
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
|
||||||
Requires: python-ntlm-auth
|
Requires: python-pyspnego
|
||||||
Requires: python-pyasn1
|
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Suggests: python-gssapi >= 1.4.1
|
Suggests: python-gssapi >= 1.4.1
|
||||||
Suggests: python-ordereddict
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user