Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hankel for openSUSE:Factory 
checked in at 2025-07-07 14:46:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hankel (Old)
 and      /work/SRC/openSUSE:Factory/.python-hankel.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hankel"

Mon Jul  7 14:46:26 2025 rev:14 rq:1290926 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hankel/python-hankel.changes      
2024-11-15 15:43:25.602885124 +0100
+++ /work/SRC/openSUSE:Factory/.python-hankel.new.1903/python-hankel.changes    
2025-07-07 14:46:27.496172164 +0200
@@ -1,0 +2,5 @@
+Mon Jul  7 02:10:01 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-hankel.spec ++++++
--- /var/tmp/diff_new_pack.tO3PuA/_old  2025-07-07 14:46:28.548216086 +0200
+++ /var/tmp/diff_new_pack.tO3PuA/_new  2025-07-07 14:46:28.560216588 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hankel
 #
-# 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
@@ -26,8 +26,10 @@
 Source:         
https://files.pythonhosted.org/packages/source/h/%{modname}/%{modname}-%{version}.tar.gz
 # 
https://github.com/steven-murray/hankel/commit/3307d7527325dc80ac441d845982f93fd84d5311
 Patch0:         fix-get_h-test.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-mpmath >= 1.0.0
@@ -50,10 +52,10 @@
 %autosetup -p1 -n hankel-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # TESTS TAKE TOO LONG ON i586 LEADING TO OBS WORKER TIMING OUT
@@ -66,5 +68,5 @@
 %doc README.rst CHANGELOG.rst
 %license LICENSE.rst
 %{python_sitelib}/%{modname}/
-%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/
+%{python_sitelib}/%{modname}-%{version}.dist-info/
 

Reply via email to