[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/455: gnu: python-cachecontrol: Update to 0.14.1.
From: |
guix-commits |
Subject: |
73/455: gnu: python-cachecontrol: Update to 0.14.1. |
Date: |
Mon, 20 Jan 2025 15:46:36 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7c942c1a635cfd01a00881f94c70d891a6fff4fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 27 20:45:06 2024 +0100
gnu: python-cachecontrol: Update to 0.14.1.
* gnu/packages/python-web.scm (python-cachecontrol): Update to 0.14.1.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-filelock.
[native-inputs]: Add python-flit-core.
Change-Id: I61bc38aafe04cf7f11394a654cf28181d39ce355
---
gnu/packages/python-web.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8b4a73575d..66ca00def3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5148,7 +5148,7 @@ provide an easy-to-use Python interface for building
OAuth1 and OAuth2 clients."
(define-public python-cachecontrol
(package
(name "python-cachecontrol")
- (version "0.12.10")
+ (version "0.14.1")
(source
(origin
(method git-fetch)
@@ -5159,14 +5159,16 @@ provide an easy-to-use Python interface for building
OAuth1 and OAuth2 clients."
(file-name (git-file-name name version))
(sha256
(base32
- "0fviacb13h72l5c77p35lgr6kvlidfdb9xsicg3v6lblmp9cn2ws"))))
- (build-system python-build-system)
+ "07ifs4dhahhsgj4vxgfl5ymnmb4my5l2wb8jiinn6fncszcfmr59"))))
+ (build-system pyproject-build-system)
(arguments
;; Versions > 0.11.6 depend on CherryPy for testing.
;; It's too much work to package CherryPy for now.
`(#:tests? #f))
(propagated-inputs
- (list python-requests python-msgpack python-lockfile))
+ (list python-filelock python-lockfile python-msgpack python-requests))
+ (native-inputs
+ (list python-flit-core))
(home-page "https://github.com/ionrock/cachecontrol")
(synopsis "The httplib2 caching algorithms for use with requests")
(description "CacheControl is a port of the caching algorithms in
- 125/455: gnu: python-google-auth: Update to 2.37.0., (continued)
- 125/455: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/20
- 61/455: gnu: Add rust-jiter-0.2., guix-commits, 2025/01/20
- 58/455: gnu: python-httpretty: Enable tests., guix-commits, 2025/01/20
- 75/455: gnu: python-schema-salad: Update to 8.8.20241206093842., guix-commits, 2025/01/20
- 110/455: gnu: python-cattrs: Disable additional failing tests., guix-commits, 2025/01/20
- 67/455: gnu: python-markdown2: Update to 2.5.2., guix-commits, 2025/01/20
- 60/455: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2025/01/20
- 65/455: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/20
- 114/455: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/20
- 102/455: gnu: Add python-aiohappyeyeballs., guix-commits, 2025/01/20
- 73/455: gnu: python-cachecontrol: Update to 0.14.1.,
guix-commits <=
- 96/455: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/20
- 85/455: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/20
- 115/455: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/20
- 112/455: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/20
- 95/455: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/20
- 70/455: gnu: beancount: Fix build., guix-commits, 2025/01/20
- 103/455: gnu: python-aiohttp: Update to 3.11.11., guix-commits, 2025/01/20
- 111/455: gnu: python-anyio: Remove old version of dataclasses., guix-commits, 2025/01/20
- 72/455: gnu: python-rdflib-6: Update to 6.3.2., guix-commits, 2025/01/20
- 122/455: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/20