[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/55: gnu: python-cachetools: Update to 5.3.1.
From: |
guix-commits |
Subject: |
41/55: gnu: python-cachetools: Update to 5.3.1. |
Date: |
Thu, 21 Sep 2023 13:31:39 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 36821b23b7f5320a6d3926afcff22d2bfe3ed0eb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 11 16:24:42 2023 +0800
gnu: python-cachetools: Update to 5.3.1.
* gnu/packages/python-xyz.scm (python-cachetools): Update to 5.3.1.
* gnu/packages/matrix.scm (python-matrix-nio)[arguments]: Add phase to
loosen
cachetools requirement.
---
gnu/packages/matrix.scm | 7 +++++++
gnu/packages/python-xyz.scm | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 6107dfc979..32ae62fcb4 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -171,6 +171,13 @@ homeserver and generally help bootstrap the ecosystem.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "pyproject.toml"
+ ;; Remove upper bounds of cachetool pin.
+ (("cachetools (.*version = )\"\\^4" _ match)
+ (string-append "cachetools " match
+ "\">=4")))))
(add-before 'check 'install-tests
(lambda* (#:key inputs outputs #:allow-other-keys)
(copy-recursively (string-append
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5445318157..d569e334d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -742,13 +742,13 @@ from a docstring rather than the other way around.")
(define-public python-cachetools
(package
(name "python-cachetools")
- (version "4.2.2")
+ (version "5.3.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "cachetools" version))
(sha256
(base32
- "1zqc098gk6y614lxwqd9z2gm8lldgvrpid133pnlm4m048gfvdb1"))))
+ "0azn5c4nkwpq7s5wjzs605if9nxjzblghjnlihm767sfkcnkzs6w"))))
(build-system python-build-system)
(home-page "https://github.com/tkem/cachetools/")
(synopsis "Extensible memoizing collections and decorators")
- 26/55: gnu: python-httpx: Update to 0.24.1., (continued)
- 26/55: gnu: python-httpx: Update to 0.24.1., guix-commits, 2023/09/21
- 25/55: gnu: websockify: Don't propagate inputs., guix-commits, 2023/09/21
- 30/55: gnu: python-deprecated: Update to 1.2.14., guix-commits, 2023/09/21
- 32/55: gnu: python-pkginfo: Update to 1.9.6., guix-commits, 2023/09/21
- 31/55: gnu: python-daemon: Update to 3.0.1., guix-commits, 2023/09/21
- 33/55: gnu: python-pytest-django: Update to 4.5.2., guix-commits, 2023/09/21
- 38/55: gnu: python-platformdirs: Update to 3.10.0., guix-commits, 2023/09/21
- 42/55: gnu: python-cmarkgfm: Update to 2022.10.27., guix-commits, 2023/09/21
- 36/55: gnu: python-django@4: Update to 4.2.5., guix-commits, 2023/09/21
- 39/55: gnu: python-distlib: Update to 0.3.7., guix-commits, 2023/09/21
- 41/55: gnu: python-cachetools: Update to 5.3.1.,
guix-commits <=
- 37/55: gnu: python-bleach: Update to 6.0.0., guix-commits, 2023/09/21
- 51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8., guix-commits, 2023/09/21
- 43/55: gnu: python-websockets: Update to 11.0.3., guix-commits, 2023/09/21
- 50/55: gnu: barectf: Update to 3.1.2., guix-commits, 2023/09/21
- 53/55: gnu: python-duniterpy: Update to 1.1.1., guix-commits, 2023/09/21
- 47/55: gnu: python-hyperlink: Update to 21.0.0., guix-commits, 2023/09/21
- 45/55: gnu: python-psycopg-pool: Update to 3.1.7., guix-commits, 2023/09/21
- 54/55: gnu: python-arboreto: Add missing inputs., guix-commits, 2023/09/21