guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-django-rq: Update to 1.3.0.


From: guix-commits
Subject: 04/07: gnu: python-django-rq: Update to 1.3.0.
Date: Mon, 4 Mar 2019 16:09:22 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 1396837184fd5e119f8e1978714d4f1804ded9c3
Author: Julien Lepiller <address@hidden>
Date:   Mon Mar 4 21:14:28 2019 +0100

    gnu: python-django-rq: Update to 1.3.0.
    
    * gnu/packages/django.scm (python-django-rq): Update to 1.3.0.
---
 gnu/packages/django.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 054088d..beda8e2 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -675,25 +675,26 @@ support, and optional data-URI image and font embedding.")
 (define-public python-django-rq
   (package
     (name "python-django-rq")
-    (version "0.9.4")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-rq" version))
               (sha256
                (base32
-                "04v8ilfdp10bk31fxgh4cn083gsn5m06342cnpm5d10nd8hc0vky"))))
+                "0xh6qa7i779vh58lwwv6yk0wx8bi38mvmpz79grnl2cl8531r928"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (and (zero? (system* "redis-server" "--daemonize" "yes"))
-                  (zero? (system* "django-admin.py" "test" "django_rq"
-                                  "--settings=django_rq.test_settings"
-                                  "--pythonpath="))))))))
+             (invoke "redis-server" "--daemonize" "yes")
+             (invoke "django-admin.py" "test" "django_rq"
+                     "--settings=django_rq.tests.settings"
+                     "--pythonpath="))))))
     (native-inputs
-     `(("redis" ,redis)))
+     `(("python-mock" ,python-mock)
+       ("redis" ,redis)))
     (propagated-inputs
      `(("python-django" ,python-django)
        ("python-rq" ,python-rq)))



reply via email to

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