Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-easygui for openSUSE:Factory 
checked in at 2025-06-23 15:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-easygui (Old)
 and      /work/SRC/openSUSE:Factory/.python-easygui.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-easygui"

Mon Jun 23 15:04:54 2025 rev:5 rq:1287766 version:0.98.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-easygui/python-easygui.changes    
2024-09-25 21:54:55.672366108 +0200
+++ /work/SRC/openSUSE:Factory/.python-easygui.new.7067/python-easygui.changes  
2025-06-23 15:06:10.575995161 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 01:30:16 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-easygui.spec ++++++
--- /var/tmp/diff_new_pack.EVZxSk/_old  2025-06-23 15:06:11.324026368 +0200
+++ /var/tmp/diff_new_pack.EVZxSk/_new  2025-06-23 15:06:11.324026368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-easygui
 #
-# Copyright (c) 2024 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 @@
 License:        BSD-3-Clause
 URL:            https://github.com/robertlugg/easygui
 Source0:        
https://files.pythonhosted.org/packages/source/e/easygui/easygui-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -40,13 +42,14 @@
 %setup -q -n %{py_name}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.txt
-%{python_sitelib}/*
+%{python_sitelib}/easygui
+%{python_sitelib}/easygui-%{version}.dist-info
 

Reply via email to