Update package version to 0.27.3
This commit is contained in:
@@ -1,10 +1,29 @@
|
||||
name: python-levenshtein
|
||||
description: Python extension for computing string edit distances and similarities
|
||||
version: 0.27.1
|
||||
revision: 2
|
||||
version: 0.27.3
|
||||
revision: 1
|
||||
url: https://github.com/rapidfuzz/Levenshtein
|
||||
license: GPL2-or-later
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
depends: ["gcc-libs", "glibc", "python3", "python-rapidfuzz"]
|
||||
make_depends: ["python-cython", "python-build", "python-installer", "python-scikit-build-core", "python-setuptools", "rapidfuzz-cpp"]
|
||||
type: source
|
||||
depends:
|
||||
- gcc-libs
|
||||
- glibc
|
||||
- python3=3.14.*
|
||||
- python-rapidfuzz
|
||||
make_depends:
|
||||
- python-cython
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-scikit-build-core
|
||||
- python-setuptools
|
||||
- rapidfuzz-cpp
|
||||
check_depends:
|
||||
- python-pytest
|
||||
downloads:
|
||||
- url: https://github.com/rapidfuzz/Levenshtein/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: bc052cc7ac742b4a2dcfb82212b157f4adce9193ed27fe4d495f1349546eecdd
|
||||
|
||||
Reference in New Issue
Block a user