Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-agate-excel"

Fri May  9 18:49:21 2025 rev:9 rq:1275955 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-excel/python-agate-excel.changes    
2023-12-03 20:49:30.403304330 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-agate-excel.new.30101/python-agate-excel.changes
 2025-05-09 18:52:13.819255567 +0200
@@ -1,0 +2,5 @@
+Fri May  9 04:39:16 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-agate-excel.spec ++++++
--- /var/tmp/diff_new_pack.izSiJ5/_old  2025-05-09 18:52:14.343277365 +0200
+++ /var/tmp/diff_new_pack.izSiJ5/_new  2025-05-09 18:52:14.347277532 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-excel
 #
-# 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
@@ -27,8 +27,10 @@
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module olefile}
 BuildRequires:  %{python_module openpyxl >= 2.3.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module xlrd >= 0.9.4}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -50,10 +52,10 @@
 sed -i -e '/^#!\//, 1d' agateexcel/*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,6 +64,6 @@
 %files %{python_files}
 %doc AUTHORS.rst README.rst
 %license COPYING
-%{python_sitelib}/agateexcel*
-%{python_sitelib}/agate_excel*
+%{python_sitelib}/agateexcel
+%{python_sitelib}/agate_excel-%{version}.dist-info
 

Reply via email to