forked from pool/python-jellyfish
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 308cc96a7e | |||
| 73c66c9196 |
2
_service
2
_service
@@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<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="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@@ -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
3
jellyfish-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72d2fda61b23babe862018729be73c8b0dc12e3e6601f36f6e65d905e249f4db
|
||||||
|
size 364417
|
||||||
@@ -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>
|
Thu Feb 15 02:57:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jellyfish
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-jellyfish
|
Name: python-jellyfish
|
||||||
Version: 1.0.3
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for doing approximate and phonetic matching of strings
|
Summary: A library for doing approximate and phonetic matching of strings
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: http://github.com/jamesturk/jellyfish
|
URL: http://github.com/jamesturk/jellyfish
|
||||||
Source0: https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module maturin}
|
BuildRequires: %{python_module maturin}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fa24a2a98db634a67efa21076f40fb0b654ebc4fa37de256f1a1869476331c52
|
oid sha256:2b43966c209db3003c780a6bd4bfb5c9a14de8dfd2bd59eacb9909d86c09f97e
|
||||||
size 5463332
|
size 3713172
|
||||||
|
|||||||
Reference in New Issue
Block a user