Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-concurrentloghandler for openSUSE:Factory checked in at 2025-05-20 17:04:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old) and /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-concurrentloghandler" Tue May 20 17:04:38 2025 rev:16 rq:1278585 version:0.9.19 Changes: -------- --- /work/SRC/openSUSE:Factory/python-concurrentloghandler/python-concurrentloghandler.changes 2021-07-27 14:32:29.579458491 +0200 +++ /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new.30101/python-concurrentloghandler.changes 2025-05-20 17:04:44.051099702 +0200 @@ -1,0 +2,5 @@ +Fri May 16 10:04:29 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-concurrentloghandler.spec ++++++ --- /var/tmp/diff_new_pack.JjyBlm/_old 2025-05-20 17:04:44.891135340 +0200 +++ /var/tmp/diff_new_pack.JjyBlm/_new 2025-05-20 17:04:44.895135510 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-concurrentloghandler # -# Copyright (c) 2021 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,7 +17,6 @@ %define modname concurrent-log-handler -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-concurrentloghandler Version: 0.9.19 Release: 0 @@ -26,14 +25,14 @@ Group: Development/Libraries/Python URL: https://github.com/Preston-Landers/concurrent-log-handler Source: https://github.com/Preston-Landers/%{modname}/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz -# PATCH-FEATURE-UPSTREAM test_returncode.patch bsc#[0-9]+ mc...@suse.com -# test script should return errorlevel -# Patch0: test_returncode.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module portalocker} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: sed +Requires: python-portalocker BuildArch: noarch %python_subpackages @@ -49,10 +48,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # Remove files installed in wrong places rm -rf %{buildroot}%{_usr}/{docs,tests} %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -66,5 +65,6 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/concurrent_log_handler +%{python_sitelib}/concurrent_log_handler-%{version}*-info