Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pythonfinder for 
openSUSE:Factory checked in at 2025-06-11 16:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythonfinder (Old)
 and      /work/SRC/openSUSE:Factory/.python-pythonfinder.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pythonfinder"

Wed Jun 11 16:26:09 2025 rev:11 rq:1284651 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythonfinder/python-pythonfinder.changes  
2023-02-06 14:15:37.224631500 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pythonfinder.new.19631/python-pythonfinder.changes
       2025-06-11 16:27:50.611771119 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 05:56:03 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pythonfinder.spec ++++++
--- /var/tmp/diff_new_pack.XYgl33/_old  2025-06-11 16:27:51.375802990 +0200
+++ /var/tmp/diff_new_pack.XYgl33/_new  2025-06-11 16:27:51.383803324 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pythonfinder
 #
-# 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,7 +25,9 @@
 Source:         
https://github.com/sarugaku/pythonfinder/archive/refs/tags/v%{version}.tar.gz#/pythonfinder-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gh#sarugaku/pythonfinder#127
 Patch0:         support-packaging-22.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 36.2.2}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-attrs
@@ -34,7 +36,7 @@
 Requires:       python-packaging >= 22.0
 Requires:       python-vistir >= 0.2.5
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module attrs}
@@ -61,10 +63,10 @@
 rm -rf src/pythonfinder/_vendor/pep514tools
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pyfinder
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -83,5 +85,6 @@
 %doc CHANGELOG.rst README.rst
 %license LICENSE.txt
 %python_alternative %{_bindir}/pyfinder
-%{python_sitelib}/*
+%{python_sitelib}/pythonfinder
+%{python_sitelib}/pythonfinder-%{version}.dist-info
 

Reply via email to