Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pysmb for openSUSE:Factory 
checked in at 2022-07-15 13:52:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysmb (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysmb.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysmb"

Fri Jul 15 13:52:56 2022 rev:10 rq:989364 version:1.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysmb/python-pysmb.changes        
2022-02-05 23:23:38.619735728 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysmb.new.1523/python-pysmb.changes      
2022-07-15 13:53:14.463578212 +0200
@@ -1,0 +2,10 @@
+Wed Jun 22 00:41:45 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 1.2.8:
+  * Fix issue with listPath based on recommendation.
+  * Fix embedded MD4 algorithm.
+  * Add SMB UTF-16 surrogate exception workaround policy. 
+- Drop fix-smbconnection-tests.patch: incorporated upstream.
+- Delete a test file that has incorrect imports and is not needed.
+
+-------------------------------------------------------------------

Old:
----
  fix-smbconnection-tests.patch
  pysmb-1.2.7.zip

New:
----
  pysmb-1.2.8.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pysmb.spec ++++++
--- /var/tmp/diff_new_pack.nb2CVX/_old  2022-07-15 13:53:15.023578393 +0200
+++ /var/tmp/diff_new_pack.nb2CVX/_new  2022-07-15 13:53:15.031578396 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           python-pysmb
-Version:        1.2.7
+Version:        1.2.8
 Release:        0
 Summary:        SMB/CIFS library to support file sharing between Windows and 
Linux machines
 License:        Zlib
 Group:          Development/Languages/Python
 URL:            https://miketeo.net/projects/pysmb
 Source:         
https://files.pythonhosted.org/packages/source/p/pysmb/pysmb-%{version}.zip
-# PATCH-FIX-UPSTREAM gh#miketeo/pysmb#189
-Patch0:         fix-smbconnection-tests.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -59,6 +57,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+rm python3/tests/SMBConnectionTests/test_SMBHandler.py
 %{python_expand # Run only the tests that can work without network (and only 
from the right python[2,3] dir)
 python_testdir_str=$python
 python_testdir=${python_testdir_str:0:7}
@@ -70,6 +69,8 @@
 %files %{python_files}
 %doc CHANGELOG README.txt
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/smb/
+%{python_sitelib}/nmb/
+%{python_sitelib}/pysmb-%{version}-py%{python_version}.egg-info/
 
 %changelog

Reply via email to