diff --git a/python-rapidfuzz.changes b/python-rapidfuzz.changes index 8fa288c..8bf1b50 100644 --- a/python-rapidfuzz.changes +++ b/python-rapidfuzz.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 27 21:32:37 UTC 2026 - Dirk Müller + +- update to 3.14.3: + * add missing pypy and freethreaded linux wheels + * drop s390x and ppc64le wheels since they are virtually unused + and require extremly long to build under emulation + * upgrade to Cython==3.1.6 + * enable free threading + * Fully disable line tracing in release builds + * upgrade to rapidfuzz-cpp==3.3.3 + * add support for freethreaded Python + * add python 3.14 wheels + * dropped support for Python3.9 + * drop 32 bit linux wheels + * remove unused hook-dirs from pyinstaller config to fix a + warning + * fixed WRatio for a length ratio of exactly 8.0 + ------------------------------------------------------------------- Tue Jul 15 04:49:52 UTC 2025 - Steve Kowalik diff --git a/python-rapidfuzz.spec b/python-rapidfuzz.spec index a8bdf42..ee22b50 100644 --- a/python-rapidfuzz.spec +++ b/python-rapidfuzz.spec @@ -1,7 +1,7 @@ # # spec file for package python-rapidfuzz # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-rapidfuzz -Version: 3.13.0 +Version: 3.14.3 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 >= 3.0.12} -BuildRequires: %{python_module devel >= 3.9} +BuildRequires: %{python_module Cython >= 3.1.4} +BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} diff --git a/rapidfuzz-3.13.0.tar.gz b/rapidfuzz-3.13.0.tar.gz deleted file mode 100644 index ef4fa82..0000000 --- a/rapidfuzz-3.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8 -size 57904226 diff --git a/rapidfuzz-3.14.3.tar.gz b/rapidfuzz-3.14.3.tar.gz new file mode 100644 index 0000000..2042a2a --- /dev/null +++ b/rapidfuzz-3.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2491937177868bc4b1e469087601d53f925e8d270ccc21e07404b4b5814b7b5f +size 57863900