15
0

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:
Ludwig Nussel
2019-09-13 12:59:36 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286
size 133320

View File

@@ -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>

View File

@@ -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}