diff --git a/python-yamlloader.changes b/python-yamlloader.changes index 0f8bc69..329f3fa 100644 --- a/python-yamlloader.changes +++ b/python-yamlloader.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 16:20:30 UTC 2025 - Matej Cepl + +- Clean up the SPEC file. + ------------------------------------------------------------------- Mon Apr 14 14:05:53 UTC 2025 - Georg Pfuetzenreuter diff --git a/python-yamlloader.spec b/python-yamlloader.spec index 204d3e4..6ae5071 100644 --- a/python-yamlloader.spec +++ b/python-yamlloader.spec @@ -27,7 +27,9 @@ URL: https://github.com/Phynix/yamlloader Source: https://files.pythonhosted.org/packages/source/y/yamlloader/yamlloader-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -45,13 +47,12 @@ feature of regular dicts.) %prep %setup -q -n yamlloader-%{version} -%autopatch -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check