17
0

2 Commits

Author SHA256 Message Date
308cc96a7e Accepting request 1318522 from devel:languages:python
- Update to 1.2.1:
  * add support for Python 3.14 (bump PyO3 to 0.26)
  * drop support for Python 3.8, add support for Python 3.13 and PyPy 3.11
    (PyO3 0.24 bump)
  * add jaccard_similarity
  * match_rating_codex now returns consistent results for Unicode characters
    regardless of position

OBS-URL: https://build.opensuse.org/request/show/1318522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=7
2025-11-19 13:58:35 +00:00
73c66c9196 - Update to 1.2.1:
* add support for Python 3.14 (bump PyO3 to 0.26)
  * drop support for Python 3.8, add support for Python 3.13 and PyPy 3.11
    (PyO3 0.24 bump)
  * add jaccard_similarity
  * match_rating_codex now returns consistent results for Unicode characters
    regardless of position

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=15
2025-11-18 23:54:09 +00:00
6 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">jellyfish-1.0.3.tar.gz</param>
<param name="srctar">jellyfish-1.2.1.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>

View File

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

3
jellyfish-1.2.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 18 23:53:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.1:
* add support for Python 3.14 (bump PyO3 to 0.26)
* drop support for Python 3.8, add support for Python 3.13 and PyPy 3.11
(PyO3 0.24 bump)
* add jaccard_similarity
* match_rating_codex now returns consistent results for Unicode characters
regardless of position
-------------------------------------------------------------------
Thu Feb 15 02:57:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jellyfish
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -17,14 +17,14 @@
Name: python-jellyfish
Version: 1.0.3
Version: 1.2.1
Release: 0
Summary: A library for doing approximate and phonetic matching of strings
License: BSD-2-Clause
URL: http://github.com/jamesturk/jellyfish
Source0: https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-%{version}.tar.gz
Source1: vendor.tar.xz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa24a2a98db634a67efa21076f40fb0b654ebc4fa37de256f1a1869476331c52
size 5463332
oid sha256:2b43966c209db3003c780a6bd4bfb5c9a14de8dfd2bd59eacb9909d86c09f97e
size 3713172