Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyacoustid for openSUSE:Factory checked in at 2025-06-04 20:29:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyacoustid (Old) and /work/SRC/openSUSE:Factory/.python-pyacoustid.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyacoustid" Wed Jun 4 20:29:16 2025 rev:6 rq:1282605 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyacoustid/python-pyacoustid.changes 2023-12-15 21:48:23.596597626 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyacoustid.new.16005/python-pyacoustid.changes 2025-06-04 20:29:22.183012191 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 08:46:21 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyacoustid.spec ++++++ --- /var/tmp/diff_new_pack.PngZGI/_old 2025-06-04 20:29:22.683032907 +0200 +++ /var/tmp/diff_new_pack.PngZGI/_new 2025-06-04 20:29:22.683032907 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyacoustid # -# Copyright (c) 2023 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-%{**}} Name: python-pyacoustid Version: 1.3.0 Release: 0 @@ -26,8 +25,10 @@ URL: https://github.com/sampsyo/pyacoustid Source: https://files.pythonhosted.org/packages/source/p/pyacoustid/pyacoustid-%{version}.tar.gz BuildRequires: %{python_module audioread} +BuildRequires: %{python_module pip} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-audioread @@ -47,14 +48,18 @@ %setup -q -n pyacoustid-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/acoustid.py +%{python_sitelib}/chromaprint.py +%{python_sitelib}/pyacoustid-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/acoustid* +%pycache_only %{python_sitelib}/__pycache__/chromaprint*