[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/20: gnu: python-terminado: Update to 0.8.1.
From: |
guix-commits |
Subject: |
19/20: gnu: python-terminado: Update to 0.8.1. |
Date: |
Wed, 2 Jan 2019 10:34:33 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d47b21c69c07bb9e0d0e00ddee278e8dbb8c7c42
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 2 16:29:16 2019 +0100
gnu: python-terminado: Update to 0.8.1.
* gnu/packages/python-web.scm (python-terminado): Update to 0.8.1.
---
gnu/packages/python-web.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8412325..2c9e51f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017 Danny Milosavljevic <address@hidden>
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2017 Roel Janssen <address@hidden>
;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
@@ -734,14 +734,14 @@ web framework, either via the basic or digest
authentication schemes.")
(define-public python-terminado
(package
(name "python-terminado")
- (version "0.6")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "terminado" version))
(sha256
(base32
- "09h1kwi86g5mrk14s4pgbhshd602zry29lnpxamcqz864kva22rc"))))
+ "0yh69k6579g848rmjyllb5h75pkvgcy27r1l3yzgkf33wnnzkasm"))))
(build-system python-build-system)
(propagated-inputs
`(("python-tornado" ,python-tornado)
@@ -752,9 +752,7 @@ web framework, either via the basic or digest
authentication schemes.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _
- (invoke "nosetests")
- #t)))))
+ (lambda _ (invoke "nosetests") #t)))))
(home-page "https://github.com/takluyver/terminado")
(synopsis "Terminals served to term.js using Tornado websockets")
(description "This package provides a Tornado websocket backend for the
- 18/20: gnu: Add python-qtconsole., (continued)
- 18/20: gnu: Add python-qtconsole., guix-commits, 2019/01/02
- 08/20: gnu: python-ipykernel: Update to 5.1.0., guix-commits, 2019/01/02
- 10/20: gnu: python-jupyter-client: Update to 5.2.4., guix-commits, 2019/01/02
- 12/20: gnu: Add python-send2trash., guix-commits, 2019/01/02
- 09/20: gnu: python-ipython: Break dependency on python-ipykernel., guix-commits, 2019/01/02
- 05/20: gnu: python-prompt-toolkit: Update to 2.0.7., guix-commits, 2019/01/02
- 11/20: gnu: Add python-prometheus-client., guix-commits, 2019/01/02
- 17/20: gnu: python-notebook: Update to 5.7.4., guix-commits, 2019/01/02
- 16/20: gnu: python-jupyter-console: Fix inputs., guix-commits, 2019/01/02
- 20/20: gnu: jupyter: Add missing dependency., guix-commits, 2019/01/02
- 19/20: gnu: python-terminado: Update to 0.8.1.,
guix-commits <=
- 07/20: gnu: python-ipython: Update to 5.8.0., guix-commits, 2019/01/02