unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1.
@ 2022-06-29  8:18 Nicolas Graves via Guix-patches via
  2022-06-29  8:23 ` [bug#56296] Nicolas Graves via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-06-29  8:18 UTC (permalink / raw)
  To: 56296; +Cc: Nicolas Graves

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#56296]
  2022-06-29  8:18 [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
@ 2022-06-29  8:23 ` Nicolas Graves via Guix-patches via
  2022-08-01 11:14 ` [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
  2022-09-24  7:29 ` bug#56296: obsolete patch Nicolas Graves via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-06-29  8:23 UTC (permalink / raw)
  To: 56296


This patch should fix the build of python-rq, python-django-rq and
python-rq-scheduler packages. 

Cheers,

Nicolas Graves




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1.
  2022-06-29  8:18 [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
  2022-06-29  8:23 ` [bug#56296] Nicolas Graves via Guix-patches via
@ 2022-08-01 11:14 ` Nicolas Graves via Guix-patches via
  2022-09-24  7:29 ` bug#56296: obsolete patch Nicolas Graves via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-08-01 11:14 UTC (permalink / raw)
  To: 56296

Hi!

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

Thanks! 

-- 
Best regards,
Nicolas Graves




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#56296: obsolete patch
  2022-06-29  8:18 [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
  2022-06-29  8:23 ` [bug#56296] Nicolas Graves via Guix-patches via
  2022-08-01 11:14 ` [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
@ 2022-09-24  7:29 ` Nicolas Graves via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-09-24  7:29 UTC (permalink / raw)
  To: 56296-done


This patch is obsolete since python-rq has been updated to 1.11.
python-django-rq is still not fixed. 

-- 
Best regards,
Nicolas Graves




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-24  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  8:18 [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
2022-06-29  8:23 ` [bug#56296] Nicolas Graves via Guix-patches via
2022-08-01 11:14 ` [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
2022-09-24  7:29 ` bug#56296: obsolete patch Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).