forked from pool/python-rapidfuzz
Accepting request 1067725 from home:Simmphonie:branches:devel:languages:python
- update to version 2.13.7 * fix function signature of get_requires_for_build_wheel OBS-URL: https://build.opensuse.org/request/show/1067725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 24 12:52:39 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
- update to version 2.13.7
|
||||||
|
* fix function signature of get_requires_for_build_wheel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 17 22:35:21 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
Sat Dec 17 22:35:21 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-rapidfuzz
|
Name: python-rapidfuzz
|
||||||
Version: 2.13.6
|
Version: 2.13.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rapid fuzzy string matching
|
Summary: Rapid fuzzy string matching
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -35,7 +35,11 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module scikit-build}
|
BuildRequires: %{python_module scikit-build}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
BuildRequires: gcc11-c++ >= 8
|
||||||
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Suggests: python-numpy
|
Suggests: python-numpy
|
||||||
@@ -48,6 +52,9 @@ RapidFuzz is a fast string matching library for Python and C++, which is using t
|
|||||||
%setup -q -n rapidfuzz-%{version}
|
%setup -q -n rapidfuzz-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
export CXX=g++-11 CC=gcc-11
|
||||||
|
%endif
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:948445a054d9fb30a93597c325d8836232bd68e61443a88779a57702aa35a007
|
|
||||||
size 999974
|
|
3
rapidfuzz-2.13.7.tar.gz
Normal file
3
rapidfuzz-2.13.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d3e252d4127c79b4d7c2ae47271636cbaca905c8bb46d80c7930ab906cf4b5c
|
||||||
|
size 999972
|
Reference in New Issue
Block a user