Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pysmb for openSUSE:Leap:16.0 checked in at 2025-07-24 08:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-pysmb (Old) and /work/SRC/openSUSE:Leap:16.0/.python-pysmb.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysmb" Thu Jul 24 08:31:11 2025 rev:2 rq:1293732 version:1.2.11 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-pysmb/python-pysmb.changes 2025-03-19 11:55:42.476333617 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-pysmb.new.8875/python-pysmb.changes 2025-07-24 08:31:33.623201933 +0200 @@ -1,0 +2,14 @@ +Mon May 12 02:35:20 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 1.2.11: + * Fix out-of-memory issues during large file operations (due to + accumulation of messages in message_history). + * Fix a bug where the OperationFailure exceptions do not contain the error + messages that were thrown when the exception occurred (#212) + * Update test cases to replace SafeConfigParser with ConfigParser (#219) + * Allow callers to override default tqdm kwargs (#222) +- Add missing Requires on python-tqdm. +- Switch to pyproject macros. +- Drop patch python-pysmb-drop-SafeConfigParser.patch, included upstream. + +------------------------------------------------------------------- Old: ---- pysmb-1.2.9.1.zip python-pysmb-drop-SafeConfigParser.patch New: ---- pysmb-1.2.11.zip ----------(Old B)---------- Old:- Switch to pyproject macros. - Drop patch python-pysmb-drop-SafeConfigParser.patch, included upstream. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysmb.spec ++++++ --- /var/tmp/diff_new_pack.aO0wVB/_old 2025-07-24 08:31:33.907213741 +0200 +++ /var/tmp/diff_new_pack.aO0wVB/_new 2025-07-24 08:31:33.911213907 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pysmb # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: python-pysmb -Version: 1.2.9.1 +Version: 1.2.11 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 python-pysmb-drop-SafeConfigParser.patch gh#miketeo/pysmb#219 badshah...@gmail.com -- Replace deprecated SafeConfigParser with ConfigParser -Patch0: python-pysmb-drop-SafeConfigParser.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-pyasn1 +Requires: python-tqdm BuildArch: noarch # SECTION test requirements %if 0%{?sle_version} && 0%{?sle_version} <= 150400 @@ -53,10 +53,10 @@ sed -Ei "1{/^#!\/usr\/bin\/python/d}" python*/smb/*/sha256.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -74,5 +74,5 @@ %license LICENSE %{python_sitelib}/smb/ %{python_sitelib}/nmb/ -%{python_sitelib}/pysmb-%{version}-py%{python_version}.egg-info/ +%{python_sitelib}/pysmb-%{version}.dist-info/ ++++++ pysmb-1.2.9.1.zip -> pysmb-1.2.11.zip ++++++ ++++ 6002 lines of diff (skipped)