Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-webruntime for 
openSUSE:Factory checked in at 2025-06-13 18:45:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webruntime (Old)
 and      /work/SRC/openSUSE:Factory/.python-webruntime.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-webruntime"

Fri Jun 13 18:45:07 2025 rev:6 rq:1285280 version:0.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webruntime/python-webruntime.changes      
2022-10-12 18:26:10.497885778 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webruntime.new.19631/python-webruntime.changes
   2025-06-13 18:45:25.450763744 +0200
@@ -1,0 +2,6 @@
+Fri Jun 13 02:44:03 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-webruntime.spec ++++++
--- /var/tmp/diff_new_pack.eymuEv/_old  2025-06-13 18:45:27.374842392 +0200
+++ /var/tmp/diff_new_pack.eymuEv/_new  2025-06-13 18:45:27.378842554 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-webruntime
 #
-# Copyright (c) 2022 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-%{**}}
 %define         skip_python2 1
 Name:           python-webruntime
 Version:        0.5.8
@@ -26,12 +25,14 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/flexxui/webruntime
 Source:         
https://files.pythonhosted.org/packages/source/w/webruntime/webruntime-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-dialite
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module dialite}
@@ -49,10 +50,10 @@
 %setup -q -n webruntime-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/webruntime
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -69,5 +70,6 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/webruntime
-%{python_sitelib}/*
+%{python_sitelib}/webruntime
+%{python_sitelib}/webruntime-%{version}.dist-info
 

Reply via email to