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 2026-04-12 17:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-editdistance (Old)
and /work/SRC/openSUSE:Factory/.python-editdistance.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-editdistance"
Sun Apr 12 17:52:38 2026 rev:9 rq:1346170 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-editdistance/python-editdistance.changes
2025-05-09 18:52:37.868255941 +0200
+++
/work/SRC/openSUSE:Factory/.python-editdistance.new.21863/python-editdistance.changes
2026-04-12 17:52:48.536379812 +0200
@@ -1,0 +2,9 @@
+Sun Apr 12 11:41:13 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.8.1:
+ * Add/Fix project metadata
+ * Fix bug for long sequences (> 640)
+ * Added ability to prematurely terminate search
+ * turn into pdm project
+
+-------------------------------------------------------------------
Old:
----
editdistance-0.6.2.tar.gz
New:
----
editdistance-0.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-editdistance.spec ++++++
--- /var/tmp/diff_new_pack.Ufnp4o/_old 2026-04-12 17:52:49.168405548 +0200
+++ /var/tmp/diff_new_pack.Ufnp4o/_new 2026-04-12 17:52:49.168405548 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-editdistance
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15allpythons}
Name: python-editdistance
-Version: 0.6.2
+Version: 0.8.1
Release: 0
Summary: An implementation of the edit distance (Levenshtein distance)
License: MIT
@@ -28,6 +28,7 @@
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 pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -63,6 +64,7 @@
%install
%pyproject_install
+%python_expand rm %{buildroot}%{$python_sitearch}/.gitignore
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
@@ -70,7 +72,7 @@
%files %{python_files}
%license LICENSE
-%doc README.rst
+%doc README.md
%exclude %{python_sitearch}/editdistance/*.h
%{python_sitearch}/editdistance
%{python_sitearch}/editdistance-%{version}.dist-info
++++++ editdistance-0.6.2.tar.gz -> editdistance-0.8.1.tar.gz ++++++
++++ 7932 lines of diff (skipped)