Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-rapidfuzz: update to 3.11.0 #53616

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-rapidfuzz/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.10.1
revision=2
version=3.11.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
makedepends="python3-devel rapidfuzz-cpp"
Expand All @@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz"
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
checksum=5a15546d847a915b3f42dc79ef9b0c78b998b4e2c53b252e7166284066585979
checksum=a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f

export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/rapidfuzz-cpp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=3.1.1
version=3.2.0
revision=1
build_style=cmake
short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
Expand All @@ -9,7 +9,7 @@ license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases"
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
checksum=5a72811a9f5a890c69cb479551c19517426fb793a10780f136eb482c426ec3c8
checksum=45504e1091814017fb16e69b9f9494233043eee6a8a17ee7c327ffde3b0cc412

post_install() {
vlicense LICENSE
Expand Down
Loading