Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-editdistance"

Fri May  9 18:49:48 2025 rev:8 rq:1275978 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-editdistance/python-editdistance.changes  
2023-11-23 21:44:03.099012857 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-editdistance.new.30101/python-editdistance.changes
       2025-05-09 18:52:37.868255941 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:08:58 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-editdistance.spec ++++++
--- /var/tmp/diff_new_pack.NbcJhJ/_old  2025-05-09 18:52:38.308274245 +0200
+++ /var/tmp/diff_new_pack.NbcJhJ/_new  2025-05-09 18:52:38.312274411 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-editdistance
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %{?sle15allpythons}
 
 Name:           python-editdistance
@@ -27,8 +28,10 @@
 Source:         
https://github.com/roy-ht/editdistance/archive/refs/tags/v%{version}.tar.gz#/editdistance-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
@@ -56,10 +59,10 @@
 %setup -q -n editdistance-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -70,7 +73,7 @@
 %doc README.rst
 %exclude %{python_sitearch}/editdistance/*.h
 %{python_sitearch}/editdistance
-%{python_sitearch}/editdistance-%{version}*info
+%{python_sitearch}/editdistance-%{version}.dist-info
 
 %files %{python_files devel}
 %{python_sitearch}/editdistance/*.h

Reply via email to