Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-thLib for openSUSE:Factory checked in at 2025-06-04 20:28:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-thLib (Old) and /work/SRC/openSUSE:Factory/.python-thLib.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-thLib" Wed Jun 4 20:28:32 2025 rev:6 rq:1282513 version:0.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-thLib/python-thLib.changes 2021-02-15 23:20:43.307792037 +0100 +++ /work/SRC/openSUSE:Factory/.python-thLib.new.16005/python-thLib.changes 2025-06-04 20:28:36.793131667 +0200 @@ -1,0 +2,6 @@ +Wed Jun 4 06:09:25 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-thLib.spec ++++++ --- /var/tmp/diff_new_pack.AIPKuu/_old 2025-06-04 20:28:37.289152217 +0200 +++ /var/tmp/diff_new_pack.AIPKuu/_new 2025-06-04 20:28:37.293152383 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-thLib # -# 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 Name: python-thLib @@ -24,17 +23,18 @@ Release: 0 Summary: Collection of Python utilities for signal analysis License: BSD-2-Clause -Group: Development/Languages/Python URL: http://work.thaslwanter.at Source: https://files.pythonhosted.org/packages/source/t/thLib/thLib-%{version}.tar.gz BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas} +BuildRequires: %{python_module pip} BuildRequires: %{python_module scikit-image} BuildRequires: %{python_module scipy} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module statsmodels} BuildRequires: %{python_module sympy} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib @@ -68,10 +68,10 @@ sed -i 's/\r$//' docs/_build/html/_static/pygments.css %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-thLib @@ -87,5 +87,6 @@ %doc CHANGES.txt README.txt %{_docdir}/%{python_prefix}-thLib/html/ %{_docdir}/%{python_prefix}-thLib/doctrees/ -%{python_sitelib}/* +%{python_sitelib}/thLib +%{python_sitelib}/th[Ll]ib-%{version}.dist-info