Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Levenshtein for 
openSUSE:Factory checked in at 2024-10-01 17:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Levenshtein (Old)
 and      /work/SRC/openSUSE:Factory/.python-Levenshtein.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Levenshtein"

Tue Oct  1 17:11:34 2024 rev:14 rq:1202814 version:0.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Levenshtein/python-Levenshtein.changes    
2024-05-30 15:32:10.599630195 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Levenshtein.new.29891/python-Levenshtein.changes
 2024-10-01 17:11:47.349655074 +0200
@@ -1,0 +2,11 @@
+Mon Sep 23 12:56:31 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.26.0
+  * Add support for Python 3.13
+  * Drop support for Python 3.8
+  * Switch build system to `scikit-build-core`
+  * Upgrade to `Cython==3.0.11`
+- Adjust upstream source name in spec file
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  Levenshtein-0.25.1.tar.gz

New:
----
  levenshtein-0.26.0.tar.gz

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

Other differences:
------------------
++++++ python-Levenshtein.spec ++++++
--- /var/tmp/diff_new_pack.eeSVZs/_old  2024-10-01 17:11:48.869718435 +0200
+++ /var/tmp/diff_new_pack.eeSVZs/_new  2024-10-01 17:11:48.873718601 +0200
@@ -18,22 +18,23 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-Levenshtein
-Version:        0.25.1
+Version:        0.26.0
 Release:        0
 Summary:        Python extension computing string distances and similarities
 License:        GPL-2.0-or-later
 URL:            https://github.com/rapidfuzz/Levenshtein
-Source:         
https://files.pythonhosted.org/packages/source/L/Levenshtein/Levenshtein-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/l/levenshtein/levenshtein-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module scikit-build}
+BuildRequires:  %{python_module scikit-build-core >= 0.10.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ninja
 BuildRequires:  python-rpm-macros
+Requires:       (python-rapidfuzz >= 3.9.0 with python-rapidfuzz < 4.0.0)
 %python_subpackages
 
 %description
@@ -48,7 +49,7 @@
 It supports both normal and Unicode strings.
 
 %prep
-%setup -q -n Levenshtein-%{version}
+%setup -q -n levenshtein-%{version}
 
 %build
 %pyproject_wheel

Reply via email to