From 00fdc1139b715cf3833e0c7fda58e0e112e5be2f Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sun, 07 Apr 2024 17:16:14 +0200
Subject: [PATCH] python/rapidfuzz: update to 3.8.0

---
 components/python/rapidfuzz/Makefile                |    4 ++--
 components/python/rapidfuzz/test/results-all.master |   15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/components/python/rapidfuzz/Makefile b/components/python/rapidfuzz/Makefile
index 8d853e1..6a89220 100644
--- a/components/python/rapidfuzz/Makefile
+++ b/components/python/rapidfuzz/Makefile
@@ -19,11 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		rapidfuzz
-HUMAN_VERSION =			3.7.0
+HUMAN_VERSION =			3.8.0
 COMPONENT_SUMMARY =		rapidfuzz - rapid fuzzy string matching
 COMPONENT_PROJECT_URL =		https://github.com/rapidfuzz/RapidFuzz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9
+	sha256:08dae251048dea15609e0a9331bac90d3e6d1d183af2a455b80c7bbf2bb0750e
 COMPONENT_LICENSE =		MIT
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/rapidfuzz/test/results-all.master b/components/python/rapidfuzz/test/results-all.master
index 4a40868..6ed713f 100644
--- a/components/python/rapidfuzz/test/results-all.master
+++ b/components/python/rapidfuzz/test/results-all.master
@@ -4,7 +4,7 @@
 rootdir: $(@D)
 configfile: pyproject.toml
 testpaths: tests
-collecting ... collected 377 items
+collecting ... collected 386 items
 
 tests/distance/test_DamerauLevenshtein.py::testCaseInsensitive PASSED
 tests/distance/test_DamerauLevenshtein.py::test_distance[ATCG-TAGC-2] PASSED
@@ -37,6 +37,8 @@
 tests/distance/test_JaroWinkler.py::testCaseInsensitive PASSED
 tests/distance/test_JaroWinkler.py::test_edge_case_lengths PASSED
 tests/distance/test_JaroWinkler.py::test_hash_special_case PASSED
+tests/distance/test_JaroWinkler.py::test_invalid_prefix_weight PASSED
+tests/distance/test_JaroWinkler.py::test_large_prefix_weight PASSED
 tests/distance/test_LCSseq.py::testCaseInsensitive PASSED
 tests/distance/test_LCSseq.py::test_Editops PASSED
 tests/distance/test_LCSseq.py::test_basic PASSED
@@ -352,9 +354,16 @@
 tests/test_process.py::test_cdist_empty_seq[WRatio] PASSED
 tests/test_process.py::test_cdist_empty_seq[custom_scorer] PASSED
 tests/test_process.py::test_cdist_empty_seq[ratio] PASSED
-tests/test_process.py::test_cdist_muliplier PASSED
+tests/test_process.py::test_cdist_multiplier PASSED
 tests/test_process.py::test_cdist_not_symmetric PASSED
 tests/test_process.py::test_cdist_pure_python_dtype PASSED
+tests/test_process.py::test_cpdist_empty_seq[WRatio] PASSED
+tests/test_process.py::test_cpdist_empty_seq[custom_scorer] PASSED
+tests/test_process.py::test_cpdist_empty_seq[ratio] PASSED
+tests/test_process.py::test_cpdist_integral_dtype_rounding PASSED
+tests/test_process.py::test_cpdist_multiplier PASSED
+tests/test_process.py::test_cpdist_not_same_length PASSED
+tests/test_process.py::test_cpdist_pure_python_dtype PASSED
 tests/test_process.py::test_empty_strings PASSED
 tests/test_process.py::test_extractOne_case_sensitive[custom_scorer-<lambda>] PASSED
 tests/test_process.py::test_extractOne_case_sensitive[custom_scorer-None] PASSED
@@ -385,4 +394,4 @@
 tests/test_utils.py::test_fullProcess PASSED
 
 =========================== short test summary info ============================
-======== 375 passed, 2 skipped ========
+======== 384 passed, 2 skipped ========

--
Gitblit v1.9.3