[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/45: gnu: python-cachetools: Update to 5.5.0.
From: |
guix-commits |
Subject: |
07/45: gnu: python-cachetools: Update to 5.5.0. |
Date: |
Tue, 17 Dec 2024 11:50:31 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit cb870f22d6369314840b97d8163d5b36437da081
Author: Ricardo Wurmus <rekado@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 ce32cd1eb3..6a68d02f91 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1189,14 +1189,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
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., (continued)
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 36/45: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 40/45: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/17
- 19/45: gnu: Add python-legacy-cgi., guix-commits, 2024/12/17
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17
- 04/45: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 03/45: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 07/45: gnu: python-cachetools: Update to 5.5.0.,
guix-commits <=
- 14/45: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/17
- 24/45: gnu: Add python-devpi-server., guix-commits, 2024/12/17
- 26/45: gnu: Add python-devpi-process., guix-commits, 2024/12/17
- 44/45: gnu: python-tox: Simplify., guix-commits, 2024/12/17
- 21/45: gnu: Add python-lazy., guix-commits, 2024/12/17
- 20/45: gnu: Add python-packaging-legacy., guix-commits, 2024/12/17
- 30/45: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/17
- 33/45: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/17
- 35/45: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/17
- 38/45: gnu: python-devtools: Simplify., guix-commits, 2024/12/17