Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-enrich for openSUSE:Factory checked in at 2025-05-27 18:50:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-enrich (Old) and /work/SRC/openSUSE:Factory/.python-enrich.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-enrich" Tue May 27 18:50:35 2025 rev:4 rq:1280250 version:1.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-enrich/python-enrich.changes 2023-05-10 16:19:33.411341120 +0200 +++ /work/SRC/openSUSE:Factory/.python-enrich.new.2732/python-enrich.changes 2025-05-27 18:50:57.974720612 +0200 @@ -1,0 +2,5 @@ +Mon May 26 12:47:47 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-enrich.spec ++++++ --- /var/tmp/diff_new_pack.E1Y2an/_old 2025-05-27 18:50:58.394738304 +0200 +++ /var/tmp/diff_new_pack.E1Y2an/_new 2025-05-27 18:50:58.398738472 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-enrich # -# 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 @@ -17,7 +17,6 @@ %{?sle15_python_module_pythons} -%{?python_enable_dependency_generator} Name: python-enrich Version: 1.2.7 Release: 0 @@ -35,6 +34,7 @@ BuildRequires: python-rpm-macros Requires: python-rich BuildArch: noarch +%{?python_enable_dependency_generator} %python_subpackages %description @@ -43,14 +43,14 @@ %prep %autosetup -p1 -n enrich-%{version} -sed -i 's/__VERSION__/%version/' setup.py +sed -i 's/__VERSION__/%{version}/' setup.py sed -i '/_scm/ d' setup.cfg %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check