From a61108e2942033dad14d0f5aa5c8a260e55edfd42d4e04210267a302d3095d33 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 15 Jul 2025 04:50:19 +0000 Subject: [PATCH] - Update to 3.13.0: * add support for arrays of type 'w' * add support for any DTypeLike as dtype in ``cdist`` and ``cpdist`` * upgrade to ``Cython==3.0.12`` * generate code for fallback imports to be better parseable for tools bundling Python applications into a single binary * added support for taskflow 3.9.0 * improve calculation of min score inside partial_ratio so it can skip more alignments * fix compilation on clang-19 * fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets * drop support for Python 3.8 * switch build system to ``scikit-build-core`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=26 --- python-rapidfuzz.changes | 18 ++++++++++++++++++ python-rapidfuzz.spec | 12 +++++------- rapidfuzz-3.13.0.tar.gz | 3 +++ rapidfuzz-3.9.6.tar.gz | 3 --- 4 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 rapidfuzz-3.13.0.tar.gz delete mode 100644 rapidfuzz-3.9.6.tar.gz diff --git a/python-rapidfuzz.changes b/python-rapidfuzz.changes index d57eadc..8fa288c 100644 --- a/python-rapidfuzz.changes +++ b/python-rapidfuzz.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 15 04:49:52 UTC 2025 - Steve Kowalik + +- Update to 3.13.0: + * add support for arrays of type 'w' + * add support for any DTypeLike as dtype in ``cdist`` and ``cpdist`` + * upgrade to ``Cython==3.0.12`` + * generate code for fallback imports to be better parseable for tools + bundling Python applications into a single binary + * added support for taskflow 3.9.0 + * improve calculation of min score inside partial_ratio so it can skip + more alignments + * fix compilation on clang-19 + * fix incorrect results in simd optimized implementation of Levenshtein + and OSA on 32bit targets + * drop support for Python 3.8 + * switch build system to ``scikit-build-core`` + ------------------------------------------------------------------- Sun Aug 18 17:20:38 UTC 2024 - Dirk Müller diff --git a/python-rapidfuzz.spec b/python-rapidfuzz.spec index 86d3a3f..a8bdf42 100644 --- a/python-rapidfuzz.spec +++ b/python-rapidfuzz.spec @@ -1,7 +1,7 @@ # # spec file for package python-rapidfuzz # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,19 @@ %{?sle15_python_module_pythons} Name: python-rapidfuzz -Version: 3.9.6 +Version: 3.13.0 Release: 0 Summary: Rapid fuzzy string matching License: MIT URL: https://github.com/maxbachmann/RapidFuzz Source: https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-%{version}.tar.gz -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module Cython >= 3.0.12} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scikit-build} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module scikit-build-core >= 0.11} BuildRequires: fdupes BuildRequires: ninja BuildRequires: python-rpm-macros diff --git a/rapidfuzz-3.13.0.tar.gz b/rapidfuzz-3.13.0.tar.gz new file mode 100644 index 0000000..ef4fa82 --- /dev/null +++ b/rapidfuzz-3.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8 +size 57904226 diff --git a/rapidfuzz-3.9.6.tar.gz b/rapidfuzz-3.9.6.tar.gz deleted file mode 100644 index ac7a7d3..0000000 --- a/rapidfuzz-3.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cf2a7d621e4515fee84722e93563bf77ff2cbe832a77a48b81f88f9e23b9e8d -size 1596107