Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-npTDMS"

Fri May  9 18:50:15 2025 rev:6 rq:1276000 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-npTDMS/python-npTDMS.changes      
2024-03-27 20:42:39.713328808 +0100
+++ /work/SRC/openSUSE:Factory/.python-npTDMS.new.30101/python-npTDMS.changes   
2025-05-09 18:52:50.944799890 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:12:10 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-npTDMS.spec ++++++
--- /var/tmp/diff_new_pack.a2FJgk/_old  2025-05-09 18:52:51.388818360 +0200
+++ /var/tmp/diff_new_pack.a2FJgk/_new  2025-05-09 18:52:51.392818526 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-npTDMS
 #
-# 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
@@ -23,7 +23,9 @@
 License:        LGPL-3.0-only
 URL:            https://github.com/adamreeve/npTDMS
 Source:         
https://github.com/adamreeve/npTDMS/archive/%{version}.tar.gz#/npTDMS-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy
@@ -45,10 +47,10 @@
 %setup -q -n npTDMS-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/tdmsinfo
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -67,5 +69,5 @@
 %license COPYING COPYING.LESSER
 %python_alternative %{_bindir}/tdmsinfo
 %{python_sitelib}/nptdms
-%{python_sitelib}/npTDMS-%{version}*info
+%{python_sitelib}/np[Tt][Dd][Mm][Ss]-%{version}.dist-info
 

Reply via email to