Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-simpleeval for 
openSUSE:Factory checked in at 2025-06-12 15:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-simpleeval (Old)
 and      /work/SRC/openSUSE:Factory/.python-simpleeval.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-simpleeval"

Thu Jun 12 15:54:43 2025 rev:8 rq:1285131 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-simpleeval/python-simpleeval.changes      
2024-01-17 22:16:25.057460048 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-simpleeval.new.19631/python-simpleeval.changes
   2025-06-12 15:56:19.492807243 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:04:12 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-simpleeval.spec ++++++
--- /var/tmp/diff_new_pack.SXgsUR/_old  2025-06-12 15:56:20.052830484 +0200
+++ /var/tmp/diff_new_pack.SXgsUR/_new  2025-06-12 15:56:20.052830484 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-simpleeval
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2015-2024 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,9 +16,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%{?sle15_python_module_pythons}
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
 %define modname simpleeval
+%{?sle15_python_module_pythons}
 Name:           python-%{modname}
 Version:        0.9.13
 Release:        0
@@ -26,7 +26,9 @@
 License:        MIT
 URL:            https://github.com/danthedeckie/simpleeval
 Source0:        
https://files.pythonhosted.org/packages/source/s/simpleeval/%{modname}-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -48,10 +50,10 @@
 %setup -q -n %{modname}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +62,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENCE
-%{python_sitelib}/*
+%{python_sitelib}/simpleeval.py
+%pycache_only %{python_sitelib}/__pycache__/simpleeval*
+%{python_sitelib}/simpleeval-%{version}*-info
 

Reply via email to