Update to 0.26.0
- Fixes: rhbz#2262178
This commit is contained in:
parent
67e6ad6676
commit
1a36473623
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ python-Levenshtein-0.10.1.tar.bz2
|
|||
/python-Levenshtein-0.21.0.tar.gz
|
||||
/Levenshtein-0.21.0.tar.gz
|
||||
/Levenshtein-0.23.0.tar.gz
|
||||
/Levenshtein-0.26.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname Levenshtein
|
||||
|
||||
%global forgeurl https://github.com/maxbachmann/%{srcname}
|
||||
Version: 0.23.0
|
||||
Version: 0.26.0
|
||||
%forgemeta
|
||||
|
||||
Name: python-%{srcname}
|
||||
|
|
@ -45,6 +45,10 @@ sed 's/Cython>=3.0.0[ab0-9]\+/Cython>=0.29.26/' -i pyproject.toml
|
|||
|
||||
|
||||
%build
|
||||
# To avoid empty debugsourcefiles.list, we need to build the package
|
||||
# with RelWithDebInfo
|
||||
# Upstream issue: https://github.com/scikit-build/scikit-build-core/issues/915
|
||||
export SKBUILD_CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Levenshtein-0.23.0.tar.gz) = 137116f337f576534bf2c12dc49d35f81a3b267eb613e5e6cca6cb80e5701dd0adbfd97c1cec4ea8f1bb4dee2bc67deeb19553474348ea78af4e05b79ce01fdf
|
||||
SHA512 (Levenshtein-0.26.0.tar.gz) = cf48aa9e81a90c6a9a4cc7033f5035dc89f45db9c7e35929c4b11e2b9af180a018d455a56b8c1f5c748db263401155950e1985a195613a5bb914050f5d68e998
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue