diff --git a/python-rapidfuzz.changes b/python-rapidfuzz.changes index ee47fa2..0a2f5e7 100644 --- a/python-rapidfuzz.changes +++ b/python-rapidfuzz.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jan 21 10:46:47 UTC 2024 - Dirk Müller + +- update to 3.6.1: + * fix overflow error on systems with ``sizeof(size_t) < 8`` + * fix pure python fallback implementation of ``fuzz.token_set_ratio`` + * properly link with ``-latomic`` if ``std::atomic`` + is not natively supported + * add banded implementation of LCS / Indel. This improves the + runtime from ``O((|s1|/64) * |s2|)`` to + ``O((score_cutoff/64) * |s2|)`` + * upgrade to ``Cython==3.0.7`` + * cdist for many metrics now returns a matrix of ``uint32`` + instead of ``int32`` by default + ------------------------------------------------------------------- Wed Dec 27 16:06:20 UTC 2023 - Dirk Müller diff --git a/python-rapidfuzz.spec b/python-rapidfuzz.spec index 6f97471..ef48f02 100644 --- a/python-rapidfuzz.spec +++ b/python-rapidfuzz.spec @@ -1,7 +1,7 @@ # # spec file for package python-rapidfuzz # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-rapidfuzz -Version: 3.5.2 +Version: 3.6.1 Release: 0 Summary: Rapid fuzzy string matching License: MIT diff --git a/rapidfuzz-3.5.2.tar.gz b/rapidfuzz-3.5.2.tar.gz deleted file mode 100644 index 39a5b95..0000000 --- a/rapidfuzz-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e -size 1524315 diff --git a/rapidfuzz-3.6.1.tar.gz b/rapidfuzz-3.6.1.tar.gz new file mode 100644 index 0000000..8cc7b3a --- /dev/null +++ b/rapidfuzz-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7 +size 1559239