Hello community, here is the log from the commit of package python-smbprotocol for openSUSE:Factory checked in at 2020-08-31 16:48:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-smbprotocol (Old) and /work/SRC/openSUSE:Factory/.python-smbprotocol.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-smbprotocol" Mon Aug 31 16:48:29 2020 rev:7 rq:829569 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-smbprotocol/python-smbprotocol.changes 2019-12-21 12:29:44.919316651 +0100 +++ /work/SRC/openSUSE:Factory/.python-smbprotocol.new.3399/python-smbprotocol.changes 2020-08-31 16:49:24.924330136 +0200 @@ -1,0 +2,22 @@ +Tue Aug 25 12:38:01 UTC 2020 - Martin Hauke <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- python-smbprotocol-1.0.1.tar.gz New: ---- python-smbprotocol-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-smbprotocol.spec ++++++ --- /var/tmp/diff_new_pack.0JW4eW/_old 2020-08-31 16:49:26.272330790 +0200 +++ /var/tmp/diff_new_pack.0JW4eW/_new 2020-08-31 16:49:26.272330790 +0200 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT @@ -27,19 +27,16 @@ #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 cryptography >= 2.0} -BuildRequires: %{python_module ntlm-auth} -BuildRequires: %{python_module pyasn1} +BuildRequires: %{python_module pyspnego} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cryptography >= 2.0 -Requires: python-ntlm-auth -Requires: python-pyasn1 +Requires: python-pyspnego Requires: python-six Suggests: python-gssapi >= 1.4.1 -Suggests: python-ordereddict BuildArch: noarch %python_subpackages ++++++ python-smbprotocol-1.0.1.tar.gz -> python-smbprotocol-1.1.0.tar.gz ++++++ ++++ 3128 lines of diff (skipped)
