guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: python-cachecontrol: Update to 0.14.1.


From: guix-commits
Subject: 01/10: gnu: python-cachecontrol: Update to 0.14.1.
Date: Fri, 27 Dec 2024 16:26:45 -0500 (EST)

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

commit d0dde28015e6cf3a4e880ba9ab1df7e4056596bd
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 6ca2a12c0e..181b5e921c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]