[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/455: gnu: python-cachetools: Update to 5.5.0.
From: |
guix-commits |
Subject: |
07/455: gnu: python-cachetools: Update to 5.5.0. |
Date: |
Mon, 20 Jan 2025 15:46:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit bc8aed3ab59b703ffc935e5bc5a34334101820e3
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 d8e76a8bfa..4ef56d764d 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
- 09/455: gnu: python-pytest-qt: Update to 4.4.0., (continued)
- 09/455: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2025/01/20
- 11/455: gnu: Add python-time-machine., guix-commits, 2025/01/20
- 16/455: gnu: Add python-repoze-lru., guix-commits, 2025/01/20
- 23/455: gnu: Add python-devpi-client., guix-commits, 2025/01/20
- 01/455: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2025/01/20
- 03/455: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/20
- 02/455: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2025/01/20
- 08/455: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2025/01/20
- 12/455: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/20
- 21/455: gnu: Add python-devpi-common., guix-commits, 2025/01/20
- 07/455: gnu: python-cachetools: Update to 5.5.0.,
guix-commits <=
- 10/455: gnu: python-nox: Update to 2024.10.09., guix-commits, 2025/01/20
- 26/455: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/20
- 15/455: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2025/01/20
- 24/455: gnu: Add python-devpi-process., guix-commits, 2025/01/20
- 18/455: gnu: Add python-packaging-legacy., guix-commits, 2025/01/20
- 25/455: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/20
- 47/455: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/20
- 32/455: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2025/01/20
- 45/455: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2025/01/20
- 48/455: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/20