From 2a45d7b48d4605dff8e135f08d3bc4ecd6333deb747bc4e2a9ce9baa0515534f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Jun 2020 05:27:20 +0000 Subject: [PATCH] - Update to 0.8.2: * fix jaro_winkler/jaro_winkler_similarity mix-up * deprecate jaro_distance in favor of jaro_similarity backwards compatible shim left in place, will be removed in 1.0 * rename jaro_winkler to jaro_winkler_similarity to match other functions backwards compatible shim added, but will be removed in 1.0 * fix soundex bug with W/H cases, #83 * fix metaphone bug with WH prefix, #108 * fix C match rating codex bug with duplicate letters, #121 * fix metaphone bug with leading vowels and 'kn' pair, #123 * fix Python jaro_winkler bug #124 * fix Python 3.9 deprecation warning * add manylinux wheels OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=11 --- jellyfish-0.7.2.tar.gz | 3 --- jellyfish-0.8.2.tar.gz | 3 +++ python-jellyfish.changes | 17 +++++++++++++++++ python-jellyfish.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 jellyfish-0.7.2.tar.gz create mode 100644 jellyfish-0.8.2.tar.gz diff --git a/jellyfish-0.7.2.tar.gz b/jellyfish-0.7.2.tar.gz deleted file mode 100644 index c6fb500..0000000 --- a/jellyfish-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286 -size 133320 diff --git a/jellyfish-0.8.2.tar.gz b/jellyfish-0.8.2.tar.gz new file mode 100644 index 0000000..e0e20e8 --- /dev/null +++ b/jellyfish-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a499741401512d05bbd3556e448e960bc908eba3879fb73d450e8e91566a030b +size 134200 diff --git a/python-jellyfish.changes b/python-jellyfish.changes index 4bb28c1..da50b02 100644 --- a/python-jellyfish.changes +++ b/python-jellyfish.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 17 05:24:54 UTC 2020 - Steve Kowalik + +- Update to 0.8.2: + * fix jaro_winkler/jaro_winkler_similarity mix-up + * deprecate jaro_distance in favor of jaro_similarity + backwards compatible shim left in place, will be removed in 1.0 + * rename jaro_winkler to jaro_winkler_similarity to match other functions + backwards compatible shim added, but will be removed in 1.0 + * fix soundex bug with W/H cases, #83 + * fix metaphone bug with WH prefix, #108 + * fix C match rating codex bug with duplicate letters, #121 + * fix metaphone bug with leading vowels and 'kn' pair, #123 + * fix Python jaro_winkler bug #124 + * fix Python 3.9 deprecation warning + * add manylinux wheels + ------------------------------------------------------------------- Wed Sep 11 14:35:56 UTC 2019 - Tomáš Chvátal diff --git a/python-jellyfish.spec b/python-jellyfish.spec index 72d94dd..d22d4a1 100644 --- a/python-jellyfish.spec +++ b/python-jellyfish.spec @@ -1,7 +1,7 @@ # # spec file for package python-jellyfish # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jellyfish -Version: 0.7.2 +Version: 0.8.2 Release: 0 Summary: A library for doing approximate and phonetic matching of strings License: BSD-2-Clause