Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-freeipa for openSUSE:Factory checked in at 2025-06-11 16:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-freeipa (Old) and /work/SRC/openSUSE:Factory/.python-freeipa.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-freeipa" Wed Jun 11 16:22:31 2025 rev:4 rq:1284364 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-freeipa/python-freeipa.changes 2021-05-21 21:50:17.914163258 +0200 +++ /work/SRC/openSUSE:Factory/.python-freeipa.new.19631/python-freeipa.changes 2025-06-11 16:23:36.733178076 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 02:31:54 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-freeipa.spec ++++++ --- /var/tmp/diff_new_pack.Nj8ZgF/_old 2025-06-11 16:23:37.869225483 +0200 +++ /var/tmp/diff_new_pack.Nj8ZgF/_new 2025-06-11 16:23:37.873225651 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-freeipa # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2020 Neal Gompa <ngomp...@gmail.com>. # # All modifications and additions to the file contributed by third parties @@ -27,10 +27,12 @@ License: MIT URL: https://python-freeipa.readthedocs.io/ Source0: https://github.com/opennode/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -48,10 +50,10 @@ rm -rf %{pypi_name}.egg-info %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,5 +63,5 @@ %license LICENSE.md %doc README.rst %{python_sitelib}/python_freeipa/ -%{python_sitelib}/python_freeipa-%{version}-py%{python_version}.egg-info/ +%{python_sitelib}/python_freeipa-%{version}.dist-info/