Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-lupa for openSUSE:Factory 
checked in at 2025-06-02 22:00:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lupa (Old)
 and      /work/SRC/openSUSE:Factory/.python-lupa.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lupa"

Mon Jun  2 22:00:25 2025 rev:18 rq:1281777 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lupa/python-lupa.changes  2023-10-19 
22:49:36.543414585 +0200
+++ /work/SRC/openSUSE:Factory/.python-lupa.new.16005/python-lupa.changes       
2025-06-02 22:00:48.785849543 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 07:58:20 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-lupa.spec ++++++
--- /var/tmp/diff_new_pack.5T9lLd/_old  2025-06-02 22:00:50.277911423 +0200
+++ /var/tmp/diff_new_pack.5T9lLd/_new  2025-06-02 22:00:50.301912418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lupa
 #
-# Copyright (c) 2023 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
@@ -31,18 +31,20 @@
 Patch2:         noexcept.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(lua)
 Suggests:       lua
-%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150400
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
+Recommends:     luajit
 # Synchronized with archs where luajit is build
 %ifnarch riscv64 ppc64 ppc64le s390x
 BuildRequires:  pkgconfig(luajit)
 %endif
-Recommends:     luajit
 # /suse_version
 %endif
 %python_subpackages
@@ -57,10 +59,10 @@
 
 %build
 export CFLAGS="-fno-strict-aliasing %{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check

Reply via email to