forked from pool/python-rapidfuzz
Accepting request 1140264 from devel:languages:python
- 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<uint64_t>``
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
OBS-URL: https://build.opensuse.org/request/show/1140264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rapidfuzz?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 10:46:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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<uint64_t>``
|
||||
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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
|
||||
size 1524315
|
||||
3
rapidfuzz-3.6.1.tar.gz
Normal file
3
rapidfuzz-3.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7
|
||||
size 1559239
|
||||
Reference in New Issue
Block a user