Marcel Telka
2024-03-25 11e28ab8b5c41832dad5af37c01e3db6ec54a1e5
python/rapidfuzz: update to 3.7.0

2 files modified
24 ■■■■ changed files
components/python/rapidfuzz/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/rapidfuzz/test/results-all.master 20 ●●●● patch | view | raw | blame | history
components/python/rapidfuzz/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        rapidfuzz
HUMAN_VERSION =            3.6.2
HUMAN_VERSION =            3.7.0
COMPONENT_SUMMARY =        rapidfuzz - rapid fuzzy string matching
COMPONENT_PROJECT_URL =        https://github.com/rapidfuzz/RapidFuzz
COMPONENT_ARCHIVE_HASH =    \
    sha256:cf911e792ab0c431694c9bf2648afabfd92099103f2e31492893e078ddca5e1a
    sha256:620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/rapidfuzz/test/results-all.master
@@ -320,7 +320,7 @@
tests/test_fuzz.py::test_simple_unicode_tests[token_set_ratio] PASSED
tests/test_fuzz.py::test_simple_unicode_tests[token_sort_ratio] PASSED
tests/test_fuzz.py::test_token_sort_ratio PASSED
tests/test_hypothesis.py::test_cdist SKIPPED (could not import 'nump...)
tests/test_hypothesis.py::test_cdist PASSED
tests/test_hypothesis.py::test_indel_editops PASSED
tests/test_hypothesis.py::test_indel_editops_block PASSED
tests/test_hypothesis.py::test_indel_opcodes PASSED
@@ -349,12 +349,12 @@
tests/test_hypothesis.py::test_partial_ratio_short_needle PASSED
tests/test_hypothesis.py::test_partial_token_ratio PASSED
tests/test_hypothesis.py::test_token_ratio PASSED
tests/test_process.py::test_cdist_empty_seq[WRatio] SKIPPED (could n...)
tests/test_process.py::test_cdist_empty_seq[custom_scorer] SKIPPED (...)
tests/test_process.py::test_cdist_empty_seq[ratio] SKIPPED (could no...)
tests/test_process.py::test_cdist_muliplier SKIPPED (could not impor...)
tests/test_process.py::test_cdist_not_symmetric SKIPPED (could not i...)
tests/test_process.py::test_cdist_pure_python_dtype SKIPPED (could n...)
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_not_symmetric PASSED
tests/test_process.py::test_cdist_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
@@ -374,15 +374,15 @@
tests/test_process.py::test_issue81 SKIPPED (could not import 'panda...)
tests/test_process.py::test_none_elements PASSED
tests/test_process.py::test_none_strings PASSED
tests/test_process.py::test_numpy_nan_elements SKIPPED (could not im...)
tests/test_process.py::test_numpy_nan_elements PASSED
tests/test_process.py::test_pandas_nan_elements SKIPPED (could not i...)
tests/test_process.py::test_result_order PASSED
tests/test_process.py::test_with_cutoff PASSED
tests/test_process.py::test_with_cutoff_edge_cases PASSED
tests/test_process.py::test_with_processor PASSED
tests/test_process.py::test_with_scorer PASSED
tests/test_process.py::test_wrapped_function[ratio] SKIPPED (could n...)
tests/test_process.py::test_wrapped_function[ratio] PASSED
tests/test_utils.py::test_fullProcess PASSED
=========================== short test summary info ============================
======== 366 passed, 11 skipped ========
======== 375 passed, 2 skipped ========