Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-eradicate for 
openSUSE:Factory checked in at 2025-05-27 18:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eradicate (Old)
 and      /work/SRC/openSUSE:Factory/.python-eradicate.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eradicate"

Tue May 27 18:42:47 2025 rev:6 rq:1280506 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eradicate/python-eradicate.changes        
2023-09-20 13:31:20.767280917 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-eradicate.new.2732/python-eradicate.changes  
    2025-05-27 18:42:54.314356517 +0200
@@ -1,0 +2,5 @@
+Tue May 27 09:49:35 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-eradicate.spec ++++++
--- /var/tmp/diff_new_pack.L3qR9x/_old  2025-05-27 18:42:54.894380924 +0200
+++ /var/tmp/diff_new_pack.L3qR9x/_new  2025-05-27 18:42:54.894380924 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-eradicate
 #
-# 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
@@ -25,11 +25,13 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/myint/eradicate
 Source:         
https://files.pythonhosted.org/packages/source/e/eradicate/eradicate-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(post): alts
+Requires(postun): alts
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,10 +47,10 @@
 %setup -q -n eradicate-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/eradicate

Reply via email to