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 2025-03-06 14:48:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Levenshtein (Old) and /work/SRC/openSUSE:Factory/.python-Levenshtein.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Levenshtein" Thu Mar 6 14:48:25 2025 rev:16 rq:1250403 version:0.27.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Levenshtein/python-Levenshtein.changes 2024-10-30 17:33:17.577383826 +0100 +++ /work/SRC/openSUSE:Factory/.python-Levenshtein.new.19136/python-Levenshtein.changes 2025-03-06 14:49:00.746153498 +0100 @@ -1,0 +2,8 @@ +Wed Mar 5 10:37:35 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- update to 0.27.1 + * fix build with scikit-build-core v0.11 + * upgrade to Cython==3.0.12 +- Run tests + +------------------------------------------------------------------- Old: ---- levenshtein-0.26.1.tar.gz New: ---- levenshtein-0.27.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Levenshtein.spec ++++++ --- /var/tmp/diff_new_pack.o16RhO/_old 2025-03-06 14:49:01.530186378 +0100 +++ /var/tmp/diff_new_pack.o16RhO/_new 2025-03-06 14:49:01.534186545 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Levenshtein # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Levenshtein -Version: 0.26.1 +Version: 0.27.1 Release: 0 Summary: Python extension computing string distances and similarities License: GPL-2.0-or-later @@ -27,9 +27,9 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pip} -BuildRequires: %{python_module scikit-build-core >= 0.10.6} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rapidfuzz >= 3.9.0} +BuildRequires: %{python_module scikit-build-core >= 0.11} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: ninja @@ -58,6 +58,9 @@ %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} +%check +%pytest_arch + %files %{python_files} %license COPYING %doc HISTORY.md README.md ++++++ levenshtein-0.26.1.tar.gz -> levenshtein-0.27.1.tar.gz ++++++ ++++ 5791 lines of diff (skipped)