Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tsk for openSUSE:Factory 
checked in at 2025-09-29 16:37:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tsk (Old)
 and      /work/SRC/openSUSE:Factory/.python-tsk.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tsk"

Mon Sep 29 16:37:29 2025 rev:11 rq:1307754 version:20250729

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tsk/python-tsk.changes    2025-08-05 
14:22:20.827897076 +0200
+++ /work/SRC/openSUSE:Factory/.python-tsk.new.11973/python-tsk.changes 
2025-09-29 16:37:43.336254539 +0200
@@ -1,0 +2,9 @@
+Mon Sep 22 10:38:29 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Switch build system from setuptools to pyproject.toml
+  * Add python-pip and python-wheel to BuildRequires
+  * Replace %python_build with %pyproject_wheel
+  * Replace %python_install with %pyproject_install
+- Limit Python files matched in %files section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tsk.spec ++++++
--- /var/tmp/diff_new_pack.VPZVkR/_old  2025-09-29 16:37:44.000282360 +0200
+++ /var/tmp/diff_new_pack.VPZVkR/_new  2025-09-29 16:37:44.004282527 +0200
@@ -34,7 +34,9 @@
 #PATCH-FIX-UPSTREAM fix-rename-bool-variable.patch taken from 
https://github.com/py4n6/pytsk/pull/111/
 Patch0:         fix-rename-bool-variable.patch
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
@@ -60,10 +62,10 @@
 
 %build
 CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -75,5 +77,6 @@
 %files %{python_files}
 %doc README
 %license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/pytsk3-%{version}.dist-info
+%{python_sitearch}/pytsk3.*.so
 

Reply via email to