17
0

2 Commits

Author SHA256 Message Date
0bb168dae1 Accepting request 1293242 from devel:languages:python
- 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/request/show/1293242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rapidfuzz?expand=0&rev=13
2025-07-15 14:43:08 +00:00
1c5c245f97 - 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
2025-07-15 04:50:19 +00:00
4 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 15 04:49:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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

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

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

View File

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