Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lazy for openSUSE:Factory checked in at 2025-05-31 19:16:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lazy (Old) and /work/SRC/openSUSE:Factory/.python-lazy.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy" Sat May 31 19:16:16 2025 rev:8 rq:1281362 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lazy/python-lazy.changes 2023-12-08 22:32:37.937277809 +0100 +++ /work/SRC/openSUSE:Factory/.python-lazy.new.16005/python-lazy.changes 2025-05-31 19:17:09.551483053 +0200 @@ -1,0 +2,5 @@ +Fri May 30 10:23:00 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lazy.spec ++++++ --- /var/tmp/diff_new_pack.py4RhV/_old 2025-05-31 19:17:10.123506692 +0200 +++ /var/tmp/diff_new_pack.py4RhV/_new 2025-05-31 19:17:10.127506857 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-lazy # -# 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/stefanholek/lazy Source: https://files.pythonhosted.org/packages/source/l/lazy/lazy-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -45,10 +47,10 @@ %setup -q -n lazy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check