GNU bug report logs - #76746
[PATCH 00/13] Add spotify-downloader.

Previous Next

Package: guix-patches;

Reported by: 45mg <45mg.writes <at> gmail.com>

Date: Tue, 4 Mar 2025 19:11:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: 45mg <45mg.writes <at> gmail.com>
To: 76746 <at> debbugs.gnu.org
Cc: 45mg <45mg.writes <at> gmail.com>, Lars-Dominik Braun <lars <at> 6xq.net>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, Tanguy Le Carrour <tanguy <at> bioneland.org>, jgart <jgart <at> dismail.de>
Subject: [bug#76746] [PATCH 02/13] gnu: python-rapidfuzz: Update to 3.10.1.
Date: Wed,  5 Mar 2025 00:43:05 +0530
* gnu/packages/python-xyz.scm (python-rapidfuzz): Update to 3.10.1.
[native-inputs]: Add cmake-minimal, to not build pure-Python version.
Replace python-scikit-build with python-scikit-build-core.

Change-Id: I5a28bf883377814465ae088ae5fbde81120e03bb
---
 gnu/packages/python-xyz.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 268510f3e2..e93a6dcb7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2863,19 +2863,23 @@ (define-public python-d2to1
 (define-public python-rapidfuzz
   (package
     (name "python-rapidfuzz")
-    (version "3.6.1")
+    (version "3.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rapidfuzz" version))
        (sha256
-        (base32 "1rrx043zqqql31pcp92k61digibymp3l382gaxr4h8717kp0nrim"))))
+        (base32 "0yarb1k40a36f4p2afy5was9ifbq1jdyyyfw88zmp4bshinm85as"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-packaging
-           python-pytest
-           python-scikit-build
-           python-setuptools))
+     (list
+      ;; If it doesn't detect cmake, it will build a pure-Python version that
+      ;; fails some tests.
+      cmake-minimal
+      python-packaging
+      python-pytest
+      python-scikit-build-core
+      python-setuptools))
     (home-page "https://github.com/rapidfuzz/RapidFuzz")
     (synopsis "Rapid fuzzy string matching")
     (description "RapidFuzz is a fast string matching library for Python and
-- 
2.48.1





This bug report was last modified 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.