forked from pool/python-Levenshtein
Accepting request 1250395 from home:mcalabkova:branches:devel:languages:python
- update to 0.27.1 * fix build with scikit-build-core v0.11 * upgrade to Cython==3.0.12 - Run tests OBS-URL: https://build.opensuse.org/request/show/1250395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d19ba22330d50609b2349021ec3cf7d905c6fe21195a2d0d876a146e7ed2575
|
||||
size 374307
|
||||
3
levenshtein-0.27.1.tar.gz
Normal file
3
levenshtein-0.27.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e18b73564cfc846eec94dd13fab6cb006b5d2e0cc56bad1fd7d5585881302e3
|
||||
size 382571
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 10:37:35 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 0.27.1
|
||||
* fix build with scikit-build-core v0.11
|
||||
* upgrade to Cython==3.0.12
|
||||
- Run tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 21:21:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Levenshtein
|
||||
#
|
||||
# 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,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Levenshtein
|
||||
Version: 0.26.1
|
||||
Version: 0.27.1
|
||||
Release: 0
|
||||
Summary: Python extension computing string distances and similarities
|
||||
License: GPL-2.0-or-later
|
||||
@@ -27,9 +27,9 @@ Source: https://files.pythonhosted.org/packages/source/l/levenshtein/lev
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module scikit-build-core >= 0.10.6}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rapidfuzz >= 3.9.0}
|
||||
BuildRequires: %{python_module scikit-build-core >= 0.11}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja
|
||||
@@ -58,6 +58,9 @@ It supports both normal and Unicode strings.
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
%pytest_arch
|
||||
|
||||
%files %{python_files}
|
||||
%license COPYING
|
||||
%doc HISTORY.md README.md
|
||||
|
||||
Reference in New Issue
Block a user