Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-entrypoint2 for 
openSUSE:Factory checked in at 2025-05-30 14:27:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-entrypoint2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-entrypoint2.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-entrypoint2"

Fri May 30 14:27:34 2025 rev:19 rq:1280502 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-entrypoint2/python-entrypoint2.changes    
2023-06-12 15:25:12.302609571 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-entrypoint2.new.25440/python-entrypoint2.changes
 2025-05-30 17:25:29.167658997 +0200
@@ -1,0 +2,5 @@
+Tue May 27 09:40:36 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-entrypoint2.spec ++++++
--- /var/tmp/diff_new_pack.wKa5dA/_old  2025-05-30 17:25:29.699681052 +0200
+++ /var/tmp/diff_new_pack.wKa5dA/_new  2025-05-30 17:25:29.699681052 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-entrypoint2
 #
-# 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
@@ -35,7 +35,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/ponty/entrypoint2
 Source:         
https://github.com/ponty/entrypoint2/archive/%{version}.tar.gz#/entrypoint2-%{version}-gh.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-EasyProcess
@@ -60,12 +62,12 @@
 
 %if !%{with test}
 %build
-%python_build
+%pyproject_wheel
 %endif
 
 %if !%{with test}
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -78,6 +80,7 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/entrypoint2
+%{python_sitelib}/entrypoint2-%{version}*-info
 %endif
 

Reply via email to