forked from pool/python-jellyfish
- 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/package/show/devel:languages:python/python-jellyfish?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
82d6ae017e
commit
2da308ede9
@@ -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