15
0

4 Commits

Author SHA256 Message Date
0c7011b3eb Accepting request 1194585 from devel:languages:python
- update to 3.9.6:
  * upgrade to Cython==3.0.11
  * add python 3.13 wheels
  * include simd binaries in pyinstaller builds
  * fix builds with setuptools 72 by upgrading scikit-build

OBS-URL: https://build.opensuse.org/request/show/1194585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rapidfuzz?expand=0&rev=12
2024-08-19 21:44:31 +00:00
1cac91a866 - update to 3.9.6:
* upgrade to Cython==3.0.11
  * add python 3.13 wheels
  * include simd binaries in pyinstaller builds
  * fix builds with setuptools 72 by upgrading scikit-build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=24
2024-08-18 17:20:59 +00:00
b24d753038 Accepting request 1185906 from devel:languages:python
- update to 3.9.4:
  * fix bug in Levenshtein.editops and Levenshtein.opcodes which
    could lead to incorrect results and crashes for some inputs
  * fix None handling for queries in process.cdist for scorers
    not supporting SIMD
  * fix supported versions of taskflow in cmake to be in the
    range v3.3 - v3.7
  * disable AVX2 on MacOS since it did lead to illegal
    instructions being generated
  * significantly improve type hints for the library
  * fix cmake version parsing
  * use the correct version of rapidfuzz-cpp when building
    against a system installed version
  * added process.cpdist which allows pairwise comparison of two
    collection of inputs
  * fix some minor errors in the type hints
  * fix potentially incorrect results of JaroWinkler when using
    high prefix weights

OBS-URL: https://build.opensuse.org/request/show/1185906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rapidfuzz?expand=0&rev=11
2024-07-08 17:07:50 +00:00
e2d0a03492 - update to 3.9.4:
* fix bug in Levenshtein.editops and Levenshtein.opcodes which
    could lead to incorrect results and crashes for some inputs
  * fix None handling for queries in process.cdist for scorers
    not supporting SIMD
  * fix supported versions of taskflow in cmake to be in the
    range v3.3 - v3.7
  * disable AVX2 on MacOS since it did lead to illegal
    instructions being generated
  * significantly improve type hints for the library
  * fix cmake version parsing
  * use the correct version of rapidfuzz-cpp when building
    against a system installed version
  * added process.cpdist which allows pairwise comparison of two
    collection of inputs
  * fix some minor errors in the type hints
  * fix potentially incorrect results of JaroWinkler when using
    high prefix weights

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=22
2024-07-06 18:36:22 +00:00
4 changed files with 35 additions and 4 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Aug 18 17:20:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.9.6:
* upgrade to Cython==3.0.11
* add python 3.13 wheels
* include simd binaries in pyinstaller builds
* fix builds with setuptools 72 by upgrading scikit-build
-------------------------------------------------------------------
Sat Jul 6 18:31:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.9.4:
* fix bug in Levenshtein.editops and Levenshtein.opcodes which
could lead to incorrect results and crashes for some inputs
* fix None handling for queries in process.cdist for scorers
not supporting SIMD
* fix supported versions of taskflow in cmake to be in the
range v3.3 - v3.7
* disable AVX2 on MacOS since it did lead to illegal
instructions being generated
* significantly improve type hints for the library
* fix cmake version parsing
* use the correct version of rapidfuzz-cpp when building
against a system installed version
* added process.cpdist which allows pairwise comparison of two
collection of inputs
* fix some minor errors in the type hints
* fix potentially incorrect results of JaroWinkler when using
high prefix weights
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 6 12:11:45 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Apr 6 12:11:45 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-rapidfuzz Name: python-rapidfuzz
Version: 3.7.0 Version: 3.9.6
Release: 0 Release: 0
Summary: Rapid fuzzy string matching Summary: Rapid fuzzy string matching
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9
size 1569549

3
rapidfuzz-3.9.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cf2a7d621e4515fee84722e93563bf77ff2cbe832a77a48b81f88f9e23b9e8d
size 1596107