python3-rapidfuzz: update to 3.12.1

Closes: #54317 [via git-merge-pr]
This commit is contained in:
chrysos349 2025-02-12 22:04:38 +03:00 committed by classabbyamp
parent ab66271d35
commit 0df78cbde5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
diff --git a/pyproject.toml b/pyproject.toml
index 7f5442efc..0aaffcae4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "scikit-build-core>=0.10.7"
+ "scikit-build-core>=0.10.6"
]
build-backend = "scikit_build_core.build"

View File

@ -1,6 +1,6 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.11.0
version=3.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
@ -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=a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f
checksum=6a98bbca18b4a37adddf2d8201856441c26e9c981d8895491b5bc857b5f780eb
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"