Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyclipper for 
openSUSE:Factory checked in at 2025-06-11 16:25:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyclipper (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyclipper.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyclipper"

Wed Jun 11 16:25:48 2025 rev:11 rq:1284632 version:1.3.0.post6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyclipper/python-pyclipper.changes        
2024-10-29 14:35:20.093984206 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyclipper.new.19631/python-pyclipper.changes 
    2025-06-11 16:27:38.279256674 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 05:49:27 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyclipper.spec ++++++
--- /var/tmp/diff_new_pack.yUXQYI/_old  2025-06-11 16:27:39.039288378 +0200
+++ /var/tmp/diff_new_pack.yUXQYI/_new  2025-06-11 16:27:39.039288378 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyclipper
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2020 Xu Zhao (i...@xuzhao.net).
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,9 +28,11 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pyclipper/pyclipper-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
@@ -50,10 +52,10 @@
 %setup -q -n pyclipper-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -63,5 +65,5 @@
 %doc README.rst
 %license LICENSE
 %{python_sitearch}/pyclipper
-%{python_sitearch}/pyclipper-%{version}*-info
+%{python_sitearch}/pyclipper-%{version}.dist-info
 

Reply via email to