Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-process-tests for 
openSUSE:Factory checked in at 2025-06-04 20:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-process-tests (Old)
 and      /work/SRC/openSUSE:Factory/.python-process-tests.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-process-tests"

Wed Jun  4 20:26:59 2025 rev:10 rq:1282309 version:3.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-process-tests/python-process-tests.changes    
    2023-12-13 18:34:10.844671189 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-process-tests.new.16005/python-process-tests.changes
     2025-06-04 20:27:05.925366971 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 12:19:27 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-process-tests.spec ++++++
--- /var/tmp/diff_new_pack.YD8Ooh/_old  2025-06-04 20:27:06.345384373 +0200
+++ /var/tmp/diff_new_pack.YD8Ooh/_new  2025-06-04 20:27:06.349384539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-process-tests
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,9 @@
 License:        BSD-2-Clause
 URL:            https://github.com/ionelmc/python-process-tests
 Source:         
https://files.pythonhosted.org/packages/source/p/process-tests/process-tests-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -40,10 +42,10 @@
 dos2unix LICENSE src/process_tests.egg-info/dependency_links.txt
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
@@ -51,5 +53,5 @@
 %doc README.rst
 %pycache_only %{python_sitelib}/__pycache__
 %{python_sitelib}/process_tests.py*
-%{python_sitelib}/process_tests-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/process_tests-%{version}*-info
 

Reply via email to