From 2da308ede9d85c185c5bd7199d544da0996af32d361505935ca21816c756f17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 14:39:27 +0000 Subject: [PATCH] - 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 --- jellyfish-0.7.1.tar.gz | 3 --- jellyfish-0.7.2.tar.gz | 3 +++ python-jellyfish.changes | 8 ++++++++ python-jellyfish.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 jellyfish-0.7.1.tar.gz create mode 100644 jellyfish-0.7.2.tar.gz diff --git a/jellyfish-0.7.1.tar.gz b/jellyfish-0.7.1.tar.gz deleted file mode 100644 index f1cbced..0000000 --- a/jellyfish-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79a5640bb47120596c91b9030ed3164cc5a3d0bb6b15779bb82c3c21f8efa1c1 -size 131122 diff --git a/jellyfish-0.7.2.tar.gz b/jellyfish-0.7.2.tar.gz new file mode 100644 index 0000000..c6fb500 --- /dev/null +++ b/jellyfish-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286 +size 133320 diff --git a/python-jellyfish.changes b/python-jellyfish.changes index 4e562e0..4bb28c1 100644 --- a/python-jellyfish.changes +++ b/python-jellyfish.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 11 14:35:56 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-jellyfish.spec b/python-jellyfish.spec index 018a05d..72d94dd 100644 --- a/python-jellyfish.spec +++ b/python-jellyfish.spec @@ -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}