Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-genfire for openSUSE:Factory 
checked in at 2025-05-27 18:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-genfire (Old)
 and      /work/SRC/openSUSE:Factory/.python-genfire.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-genfire"

Tue May 27 18:44:12 2025 rev:6 rq:1280623 version:1.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-genfire/python-genfire.changes    
2022-11-07 13:51:48.563841328 +0100
+++ /work/SRC/openSUSE:Factory/.python-genfire.new.2732/python-genfire.changes  
2025-05-27 18:44:20.637988957 +0200
@@ -1,0 +2,5 @@
+Tue May 27 14:01:01 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-genfire.spec ++++++
--- /var/tmp/diff_new_pack.DXwX8x/_old  2025-05-27 18:44:21.750035751 +0200
+++ /var/tmp/diff_new_pack.DXwX8x/_new  2025-05-27 18:44:21.754035919 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-genfire
 #
-# Copyright (c) 2022 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
@@ -28,10 +28,12 @@
 BuildRequires:  %{python_module PyQt5 >= 5.5.0}
 BuildRequires:  %{python_module matplotlib >= 2.0.2}
 BuildRequires:  %{python_module numpy >= 1.12.1}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyFFTW}
 BuildRequires:  %{python_module pyparsing >= 2.2.0}
 BuildRequires:  %{python_module scipy >= 0.19.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Pillow >= 4.1.1
@@ -41,9 +43,9 @@
 Requires:       python-pyparsing >= 2.2.0
 Requires:       python-scipy >= 0.19.0
 Requires:       python-setuptools
+Requires(post): alts
+Requires(postun): alts
 BuildArch:      noarch
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 %python_subpackages
 
 %description
@@ -55,10 +57,10 @@
 %setup -q -n %{packagename}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/genfire
 

Reply via email to