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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56296 in the body.
You can then email your comments to 56296 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56296; Package guix-patches. (Wed, 29 Jun 2022 08:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Jun 2022 08:20:02 GMT) Full text and rfc822 format available.

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





Information forwarded to guix-patches <at> gnu.org:
bug#56296; Package guix-patches. (Wed, 29 Jun 2022 08:24:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 56296 <at> debbugs.gnu.org
Date: Wed, 29 Jun 2022 10:23:23 +0200
This patch should fix the build of python-rq, python-django-rq and
python-rq-scheduler packages. 

Cheers,

Nicolas Graves




Information forwarded to guix-patches <at> gnu.org:
bug#56296; Package guix-patches. (Mon, 01 Aug 2022 11:15:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 56296 <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-rq: Update to 1.10.1.
Date: Mon, 01 Aug 2022 13:14:08 +0200
Hi!

Quick reminder for this patch, will allow me to send some other patches
later. 

Thanks! 

-- 
Best regards,
Nicolas Graves




Reply sent to Nicolas Graves <ngraves <at> ngraves.fr>:
You have taken responsibility. (Sat, 24 Sep 2022 07:30:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Sat, 24 Sep 2022 07:30:03 GMT) Full text and rfc822 format available.

Message #16 received at 56296-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 56296-done <at> debbugs.gnu.org
Subject: obsolete patch 
Date: Sat, 24 Sep 2022 09:29:52 +0200
This patch is obsolete since python-rq has been updated to 1.11.
python-django-rq is still not fixed. 

-- 
Best regards,
Nicolas Graves




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 22 Oct 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 187 days ago.

Previous Next


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