Update package version to 0.27.4

This commit is contained in:
2026-09-04 15:58:04 +03:00
parent 2b61a07d40
commit 5b19d3a3c4
3 changed files with 5 additions and 16 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/remove-version-constraints.patch
sed -e 's|-m cython|-m cython --cplus|g' -i src/Levenshtein/CMakeLists.txt # Fix building with Cython 3.2
# Remove Cython version constraints
sed -i 's| "Cython>=.*| "Cython"|g' -i pyproject.toml
}
# The build function is executed in the source directory