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 2025-05-12 16:56:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pysmb (Old) and /work/SRC/openSUSE:Factory/.python-pysmb.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysmb" Mon May 12 16:56:04 2025 rev:13 rq:1276871 version:1.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pysmb/python-pysmb.changes 2024-02-12 18:54:24.323257099 +0100 +++ /work/SRC/openSUSE:Factory/.python-pysmb.new.30101/python-pysmb.changes 2025-05-12 16:56:09.618985251 +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 BETA DEBUG BEGIN: Old:- Switch to pyproject macros. - Drop patch python-pysmb-drop-SafeConfigParser.patch, included upstream. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysmb.spec ++++++ --- /var/tmp/diff_new_pack.vgz4u8/_old 2025-05-12 16:56:10.447019987 +0200 +++ /var/tmp/diff_new_pack.vgz4u8/_new 2025-05-12 16:56:10.451020155 +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)