Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pythondialog for 
openSUSE:Factory checked in at 2025-06-30 14:01:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythondialog (Old)
 and      /work/SRC/openSUSE:Factory/.python-pythondialog.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pythondialog"

Mon Jun 30 14:01:03 2025 rev:3 rq:1289142 version:3.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythondialog/python-pythondialog.changes  
2022-10-08 01:25:39.902290209 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pythondialog.new.7067/python-pythondialog.changes
        2025-06-30 14:01:31.703290261 +0200
@@ -1,0 +2,6 @@
+Mon Jun 30 05:34:29 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pythondialog.spec ++++++
--- /var/tmp/diff_new_pack.8VqFYO/_old  2025-06-30 14:01:32.471322162 +0200
+++ /var/tmp/diff_new_pack.8VqFYO/_new  2025-06-30 14:01:32.471322162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pythondialog
 #
-# Copyright (c) 2022 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
@@ -17,7 +17,6 @@
 
 
 %define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pythondialog
 Version:        3.5.3
 Release:        0
@@ -26,7 +25,9 @@
 Group:          Development/Languages/Python
 URL:            http://pythondialog.sourceforge.net/
 Source:         
https://files.pythonhosted.org/packages/source/p/pythondialog/pythondialog-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       dialog
@@ -41,14 +42,16 @@
 %setup -q -n pythondialog-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/dialog.py
+%pycache_only %{python_sitelib}/__pycache__/dialog.*.pyc
+%{python_sitelib}/pythondialog-%{version}.dist-info
 %license COPYING
 %doc README.rst ChangeLog AUTHORS
 

Reply via email to