[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-django-redis: Update to 4.10.0.
From: |
guix-commits |
Subject: |
03/07: gnu: python-django-redis: Update to 4.10.0. |
Date: |
Mon, 4 Mar 2019 16:09:22 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit f55fe42b36806aa4e87b21a830bb13d3c99d0291
Author: Julien Lepiller <address@hidden>
Date: Mon Mar 4 21:09:12 2019 +0100
gnu: python-django-redis: Update to 4.10.0.
* gnu/packages/django.scm (python-django-redis): Update to 4.10.0.
---
gnu/packages/django.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index bce8444..054088d 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -638,22 +638,22 @@ support, and optional data-URI image and font embedding.")
(define-public python-django-redis
(package
(name "python-django-redis")
- (version "4.7.0")
+ (version "4.10.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-redis" version))
(sha256
(base32
- "0yyyxv8n9l9dhs893jsqwg2cxqkkc79g719n9dzzzqgkzialv1c1"))))
+ "1rxcwnv9ik0swkwvfqdi9i9baw6n8if5pj6q63fjh4p9chw3j2xg"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
- (and (zero? (system* "redis-server" "--daemonize" "yes"))
- (with-directory-excursion "tests"
- (zero? (system* "python" "runtests.py")))))))))
+ (invoke "redis-server" "--daemonize" "yes")
+ (with-directory-excursion "tests"
+ (invoke "python" "runtests.py")))))))
(native-inputs
`(("python-fakeredis" ,python-fakeredis)
("python-hiredis" ,python-hiredis)
- branch master updated (bcbb3cc -> b95d758), guix-commits, 2019/03/04
- 07/07: gnu: pootle: Update to 2.8.2., guix-commits, 2019/03/04
- 04/07: gnu: python-django-rq: Update to 1.3.0., guix-commits, 2019/03/04
- 05/07: gnu: python2-openid: Fix package., guix-commits, 2019/03/04
- 02/07: gnu: python-rq: Update to 0.13.0., guix-commits, 2019/03/04
- 06/07: gnu: python-django-allauth: Update to 0.39.1., guix-commits, 2019/03/04
- 03/07: gnu: python-django-redis: Update to 4.10.0.,
guix-commits <=
- 01/07: gnu: python-redis: Update to 3.2.0., guix-commits, 2019/03/04