forked from pool/python-textdistance
Compare commits
22 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0ed51acec0 | |||
| ab2dec6602 | |||
| 213d9b2658 | |||
| 63aaa49b1a | |||
| c173a8f5d5 | |||
| d67bf8c101 | |||
| 4c8dfb042d | |||
| 669bd89914 | |||
| e1c97df057 | |||
| c6cb1ab063 | |||
| 4985e73307 | |||
| 2066c34dd4 | |||
| f0d351b3d1 | |||
| ab37227783 | |||
| 6db85be7e0 | |||
| bfb74dc039 | |||
| c453db385d | |||
| e5539cd3c1 | |||
| 2e8c5fb3aa | |||
| e5ef1a3042 | |||
| 25df111065 | |||
| d5200885c0 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 06:07:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 17:30:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-textdistance
|
||||
#
|
||||
# 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
|
||||
@@ -25,7 +25,9 @@ URL: https://github.com/life4/textdistance
|
||||
Source: https://github.com/life4/textdistance/archive/refs/tags/%{version}.tar.gz#/textdistance-%{version}.tar.gz
|
||||
# PATCH-FEATURE-OPENSUSE hypothesis-profile-conftest.patch -- add hypothesis profile for slow OBS executions, code@bnavigator.de
|
||||
Patch1: hypothesis-profile-conftest.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: python-distance
|
||||
@@ -51,10 +53,10 @@ implementation, common interface, optional external libs usage.
|
||||
chmod a-x README.md
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab9cca83c9321d69771a0e26eb4aca6271cd5e129badc93223a5697ed3719e79
|
||||
size 46619
|
||||
Reference in New Issue
Block a user