Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-acitoolkit for openSUSE:Factory checked in at 2023-10-29 19:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acitoolkit (Old) and /work/SRC/openSUSE:Factory/.python-acitoolkit.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acitoolkit" Sun Oct 29 19:39:56 2023 rev:7 rq:1117697 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acitoolkit/python-acitoolkit.changes 2023-06-21 22:41:22.914921022 +0200 +++ /work/SRC/openSUSE:Factory/.python-acitoolkit.new.17445/python-acitoolkit.changes 2023-10-29 19:40:08.623760387 +0100 @@ -1,0 +2,5 @@ +Fri Oct 13 16:21:03 UTC 2023 - Matej Cepl <[email protected]> + +- Clean up the SPEC file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acitoolkit.spec ++++++ --- /var/tmp/diff_new_pack.YvqyZj/_old 2023-10-29 19:40:09.095777559 +0100 +++ /var/tmp/diff_new_pack.YvqyZj/_new 2023-10-29 19:40:09.095777559 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-acitoolkit Version: 0.4 Release: 0 @@ -31,10 +30,11 @@ BuildRequires: %{python_module graphviz} BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pip} BuildRequires: %{python_module requests} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tabulate} BuildRequires: %{python_module websocket-client > 0.33.0} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -86,8 +86,7 @@ %prep %setup -q -n acitoolkit-%{version} # Remove dependencies of applications/ and samples/ from the library -%patch0 -p1 -%patch1 -p1 +%autopatch -p1 chmod -x LICENSE NOTICE @@ -105,10 +104,10 @@ applications/reports/static/*.css applications/reports/static/*.js %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Install docs, samples and applications into a common doc area @@ -119,7 +118,7 @@ %fdupes %{buildroot}%{_defaultdocdir}/%{name}/ %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python tests/acitoolkit_test.py offline +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python tests/acitoolkit_test.py -v offline %files -n %{name}-doc %license LICENSE NOTICE @@ -138,5 +137,5 @@ %doc README.md %license LICENSE NOTICE %{python_sitelib}/acitoolkit -%{python_sitelib}/acitoolkit-*.egg-info +%{python_sitelib}/acitoolkit-%{version}*-info
