Hello community,
here is the log from the commit of package python-editdistance for
openSUSE:Factory checked in at 2017-04-20 20:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-editdistance (Old)
and /work/SRC/openSUSE:Factory/.python-editdistance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-editdistance"
Thu Apr 20 20:48:48 2017 rev:2 rq:481350 version:0.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-editdistance/python-editdistance.changes
2017-03-18 20:50:48.563678257 +0100
+++
/work/SRC/openSUSE:Factory/.python-editdistance.new/python-editdistance.changes
2017-04-20 20:48:49.130045050 +0200
@@ -1,0 +2,5 @@
+Sat Mar 18 10:10:55 UTC 2017 - [email protected]
+
+- Ensure neutrality of descriptions
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-editdistance.spec ++++++
--- /var/tmp/diff_new_pack.xUvTPk/_old 2017-04-20 20:48:50.057913854 +0200
+++ /var/tmp/diff_new_pack.xUvTPk/_new 2017-04-20 20:48:50.061913289 +0200
@@ -20,7 +20,7 @@
Name: python-editdistance
Version: 0.3.1
Release: 0
-Summary: Fast implementation of the edit distance(Levenshtein distance)
+Summary: An implementation of the edit distance (Levenshtein distance)
License: MIT
Group: Development/Languages/Python
Url: https://www.github.com/aflc/editdistance
@@ -34,13 +34,13 @@
%python_subpackages
%description
+An implementation of the edit distance (Levenshtein distance).
-Fast implementation of the edit distance(Levenshtein distance).
+This library implements Levenshtein distance with C++ and Cython.
-This library simply implements Levenshtein distance with C++ and Cython.
-
-The algorithm used in this library is proposed by
-`Heikki Hyyrö, "Explaining and extending the bit-parallel approximate string
matching algorithm of Myers", (2001).
+The algorithm used in this library is proposed by Heikki Hyyrö,
+"Explaining and extending the bit-parallel approximate string
+matching algorithm of Myers", (2001).
%prep
%setup -q -n editdistance-%{version}