Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-svneverever for 
openSUSE:Factory checked in at 2025-07-02 18:17:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svneverever (Old)
 and      /work/SRC/openSUSE:Factory/.python-svneverever.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-svneverever"

Wed Jul  2 18:17:26 2025 rev:5 rq:1289940 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-svneverever/python-svneverever.changes    
2023-07-17 19:24:55.174305059 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-svneverever.new.7067/python-svneverever.changes
  2025-07-02 18:18:00.528659381 +0200
@@ -1,0 +2,5 @@
+Mon Jun 23 06:12:18 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Use pyproject macros to build and install. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-svneverever.spec ++++++
--- /var/tmp/diff_new_pack.2w6ldM/_old  2025-07-02 18:18:01.316692122 +0200
+++ /var/tmp/diff_new_pack.2w6ldM/_new  2025-07-02 18:18:01.320692289 +0200
@@ -19,7 +19,6 @@
 %define mod_name svneverever
 %define skip_python2 1
 %define oldpython python
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-svneverever
 Version:        1.7.2
 Release:        0
@@ -28,6 +27,8 @@
 URL:            https://github.com/hartwork/svneverever
 Source:         
https://github.com/hartwork/svneverever/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       subversion
@@ -46,10 +47,10 @@
 %setup -q -n %{mod_name}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone %{buildroot}%{_bindir}/%{mod_name} -a
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -62,6 +63,6 @@
 %files %{python_files}
 %doc README.md
 %python_alternative %{_bindir}/%{mod_name}
-%{python_sitelib}/%{mod_name}-%{version}-*.egg-info
+%{python_sitelib}/%{mod_name}-%{version}.dist-info
 %{python_sitelib}/%{mod_name}/
 

Reply via email to