Hello community,
here is the log from the commit of package python-smbprotocol for
openSUSE:Leap:15.2 checked in at 2020-01-30 06:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-smbprotocol (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-smbprotocol.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-smbprotocol"
Thu Jan 30 06:07:25 2020 rev:4 rq:763555 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-smbprotocol/python-smbprotocol.changes
2020-01-15 15:53:04.167585045 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-smbprotocol.new.26092/python-smbprotocol.changes
2020-01-30 06:07:26.146432024 +0100
@@ -1,0 +2,41 @@
+Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.0.1
+ * Fix issue when reading a large file that exceeds 65KB and
+ raises STATUS_END_OF_FILE.
+ * Fix issue where listdir, scandir, walk would only enumerate a
+ subset of entries in a directories with lots of sub files/
+ folders
+
+-------------------------------------------------------------------
+Sat Nov 30 10:49:03 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.0.0
+ * Dropped support for Python 2.6 and Python 3.4
+ * Added the smbclient package that provides a higher level API
+ for interactive with SMB servers
+ * Deprecated smbprotocol.query_info in favour of
+ smbprotocol.file_info, query_info will be removed in the next
+ major release
+ * Add automatic symlink resolver when a symlink is in the path
+ being opened
+ * Fix issue when trying to connect to host with IPv6 address
+ * Fix response parsing for SMB2 Create Response Lease V1 and V2
+ * Added the ability to set the Oplock level when opening a file
+ * Revamped the socket listener and message processor to run in a
+ separate thread for faster message resolving
+ * Added the FileSystemWatcher in change_notify.py to provider a
+ way to watch for changes on the SMB filesystem
+ * Added the .cancel() method onto a Request to cancel an SMB
+ request on the server
+
+-------------------------------------------------------------------
+Thu Sep 19 18:50:13 UTC 2019 - Martin Hauke <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-smbprotocol-0.1.1.tar.gz
New:
----
python-smbprotocol-1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-smbprotocol.spec ++++++
--- /var/tmp/diff_new_pack.DUguqc/_old 2020-01-30 06:07:26.498432221 +0100
+++ /var/tmp/diff_new_pack.DUguqc/_new 2020-01-30 06:07:26.498432221 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smbprotocol
-Version: 0.1.1
+Version: 1.0.1
Release: 0
Summary: SMBv2/v3 client for Python 2 and 3
License: MIT
@@ -26,7 +26,12 @@
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 cryptography >= 2.0}
+BuildRequires: %{python_module ntlm-auth}
+BuildRequires: %{python_module pyasn1}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography >= 2.0
@@ -36,11 +41,6 @@
Suggests: python-gssapi >= 1.4.1
Suggests: python-ordereddict
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
%description
@@ -71,7 +71,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_version}
+%pytest
%files %{python_files}
%license LICENSE
++++++ python-smbprotocol-0.1.1.tar.gz -> python-smbprotocol-1.0.1.tar.gz ++++++
++++ 16090 lines of diff (skipped)