Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sfs for openSUSE:Factory 
checked in at 2025-05-09 18:50:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-sfs.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sfs"

Fri May  9 18:50:47 2025 rev:6 rq:1276024 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sfs/python-sfs.changes    2024-09-17 
18:20:00.815489308 +0200
+++ /work/SRC/openSUSE:Factory/.python-sfs.new.30101/python-sfs.changes 
2025-05-09 18:53:12.589700259 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:18:44 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sfs.spec ++++++
--- /var/tmp/diff_new_pack.IrlgYK/_old  2025-05-09 18:53:13.025718396 +0200
+++ /var/tmp/diff_new_pack.IrlgYK/_new  2025-05-09 18:53:13.029718563 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sfs
 #
-# Copyright (c) 2024 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,7 +28,9 @@
 Patch:          numpy125.patch
 # PATCH-FIX-UPSTREAM https://github.com/sfstoolbox/sfs-python/pull/179 Update 
to changes in matplotlib 3.9.0
 Patch:          mpl39.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy
@@ -52,10 +54,10 @@
 %autosetup -p1 -n sfs-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,5 +67,5 @@
 %doc NEWS.rst README.rst
 %license LICENSE
 %{python_sitelib}/sfs
-%{python_sitelib}/sfs-%{version}*-info
+%{python_sitelib}/sfs-%{version}.dist-info
 

Reply via email to