GNU bug report logs - #56296
[PATCH] gnu: python-rq: Update to 1.10.1.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 29 Jun 2022 08:20:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: python-rq: Update to 1.10.1.
Date: Wed, 29 Jun 2022 10:18:40 +0200
* gnu/packages/databases.scm (python-rq): Update to 1.10.1.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9e9b584f7a..f45cb99f6e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3956,7 +3956,7 @@ (define-public python-redis
 (define-public python-rq
   (package
     (name "python-rq")
-    (version "1.5.2")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -3965,7 +3965,7 @@ (define-public python-rq
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va"))))
+        (base32 "1f4fi1rvn97d2b524q45k6s10b007pr23k0mf44q7hy8q4vnjmh5"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -3982,7 +3982,7 @@ (define-public python-rq
                                                       (getenv "PATH")))
                         (invoke "pytest" "-vv")))))))
     (native-inputs
-     (list python-mock python-pytest redis))
+     (list python-mock python-pytest redis python-psutil))
     (propagated-inputs
      (list python-click python-redis))
     (home-page "https://python-rq.org/")
-- 
2.36.1





This bug report was last modified 2 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.