Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-robotframework for 
openSUSE:Factory checked in at 2025-06-24 20:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-robotframework (Old)
 and      /work/SRC/openSUSE:Factory/.python-robotframework.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-robotframework"

Tue Jun 24 20:48:58 2025 rev:8 rq:1288110 version:7.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-robotframework/python-robotframework.changes  
    2024-11-09 20:59:34.065407263 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-robotframework.new.7067/python-robotframework.changes
    2025-06-24 20:50:57.016735253 +0200
@@ -1,0 +2,6 @@
+Tue Jun 24 02:22:31 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-robotframework.spec ++++++
--- /var/tmp/diff_new_pack.zGOVv5/_old  2025-06-24 20:50:57.912771922 +0200
+++ /var/tmp/diff_new_pack.zGOVv5/_new  2025-06-24 20:50:57.912771922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-robotframework
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-robotframework
 Version:        7.1.1
 Release:        0
@@ -24,7 +23,9 @@
 License:        Apache-2.0
 URL:            https://robotframework.org/
 Source:         
https://files.pythonhosted.org/packages/source/r/robotframework/robotframework-%{version}.zip
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
@@ -49,10 +50,10 @@
 done
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 for p in robot rebot libdoc; do
     %python_clone -a %{buildroot}%{_bindir}/$p
 done
@@ -71,5 +72,6 @@
 %python_alternative %{_bindir}/rebot
 %python_alternative %{_bindir}/robot
 %python_alternative %{_bindir}/libdoc
-%{python_sitelib}/*
+%{python_sitelib}/robot
+%{python_sitelib}/robotframework-%{version}.dist-info
 

Reply via email to