Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyzo for openSUSE:Factory 
checked in at 2025-05-09 18:50:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzo.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzo"

Fri May  9 18:50:32 2025 rev:5 rq:1276016 version:4.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzo/python-pyzo.changes  2021-05-02 
18:39:10.036167699 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzo.new.30101/python-pyzo.changes       
2025-05-09 18:53:05.441402910 +0200
@@ -1,0 +2,6 @@
+Fri May  9 05:15:21 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyzo.spec ++++++
--- /var/tmp/diff_new_pack.6sQGQx/_old  2025-05-09 18:53:06.865462146 +0200
+++ /var/tmp/diff_new_pack.6sQGQx/_new  2025-05-09 18:53:06.901463643 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzo
 #
-# Copyright (c) 2021 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
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define         skip_python2 1
 Name:           python-pyzo
 Version:        4.11.2
 Release:        0
@@ -25,8 +23,10 @@
 License:        BSD-3-Clause
 URL:            https://github.com/pyzo/pyzo
 Source:         
https://files.pythonhosted.org/packages/source/p/pyzo/pyzo-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module qt5}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
@@ -64,10 +64,10 @@
 sed -i -e '/^#!\//, 1d' pyzo/pyzokernel/guisupport.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 pushd pyzo/resources/
 %suse_update_desktop_file pyzo Development Science IDE NumericalAnalysis
 install -m 644 -Dt %{buildroot}%{_datadir}/applications pyzo.desktop
@@ -100,7 +100,8 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE.md
-%{python_sitelib}/*
+%{python_sitelib}/pyzo
+%{python_sitelib}/pyzo-%{version}.dist-info
 
 %files -n pyzo
 %license LICENSE.md

Reply via email to