forked from pool/python-jellyfish
Accepting request 730189 from devel:languages:python
- Update to 0.7.2: * fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr * fix final H in NYSIIS * fix issue w/ trailing W in metaphone OBS-URL: https://build.opensuse.org/request/show/730189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79a5640bb47120596c91b9030ed3164cc5a3d0bb6b15779bb82c3c21f8efa1c1
|
||||
size 131122
|
||||
3
jellyfish-0.7.2.tar.gz
Normal file
3
jellyfish-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286
|
||||
size 133320
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 14:35:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.7.2:
|
||||
* fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr
|
||||
* fix final H in NYSIIS
|
||||
* fix issue w/ trailing W in metaphone
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 10:40:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jellyfish
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: A library for doing approximate and phonetic matching of strings
|
||||
License: BSD-2-Clause
|
||||
@@ -56,6 +56,7 @@ Match Rating Codex.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
%pytest %{buildroot}%{$python_sitearch}/jellyfish/test.py
|
||||
|
||||
%files %{python_files}
|
||||
|
||||
Reference in New Issue
Block a user