rekado pushed a commit to branch python-team
in repository guix.

commit c47e2d3448ad8477efc19636746a212609ad789b
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Mon Dec 16 16:24:24 2024 +0100

    gnu: python-cachetools: Update to 5.5.0.
    
    * gnu/packages/python-xyz.scm (python-cachetools): Update to 5.5.0.
    [build-system]: Use pyproject-build-system.
    [native-inputs]: Add python-setuptools and python-wheel.
    
    Change-Id: Ica8b4d3b807aaf88e8026e12e3c04d75a8dd77c6
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 341b46141a..f4b64d897b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1253,14 +1253,15 @@ libraries to make them compatible with the Array API 
standard")
 (define-public python-cachetools
   (package
     (name "python-cachetools")
-    (version "5.3.1")
+    (version "5.5.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "cachetools" version))
               (sha256
                (base32
-                "0azn5c4nkwpq7s5wjzs605if9nxjzblghjnlihm767sfkcnkzs6w"))))
-    (build-system python-build-system)
+                "0ahg0mfp2ijsf92z5599kinpcp99lsfdpnddggxk75p3rfs4zhic"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
     (home-page "https://github.com/tkem/cachetools/";)
     (synopsis "Extensible memoizing collections and decorators")
     (description "This module provides various memoizing collections and

Reply via email to