Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-ezdxf"

Fri May  9 18:49:52 2025 rev:7 rq:1275983 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ezdxf/python-ezdxf.changes        
2024-04-14 12:26:27.505598279 +0200
+++ /work/SRC/openSUSE:Factory/.python-ezdxf.new.30101/python-ezdxf.changes     
2025-05-09 18:52:40.568368258 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:09:30 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ezdxf.spec ++++++
--- /var/tmp/diff_new_pack.oIugwl/_old  2025-05-09 18:52:41.168393218 +0200
+++ /var/tmp/diff_new_pack.oIugwl/_new  2025-05-09 18:52:41.168393218 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ezdxf
 #
-# 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
@@ -26,6 +26,7 @@
 Source:         
https://github.com/mozman/ezdxf/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz
 # SECTION setup requirements
 BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
@@ -59,10 +60,10 @@
 sed -i '1 {/env python/ d}' src/ezdxf/addons/drawing/qtviewer.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/ezdxf
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
@@ -80,6 +81,6 @@
 %license LICENSE
 %doc README.md
 %python_alternative %{_bindir}/ezdxf
-%{python_sitearch}/%{packagename}-%{version}*-info
 %{python_sitearch}/%{packagename}
+%{python_sitearch}/%{packagename}-%{version}.dist-info
 

Reply via email to