[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: python-tornado: Update to 5.1.1.
From: |
guix-commits |
Subject: |
08/12: gnu: python-tornado: Update to 5.1.1. |
Date: |
Sun, 27 Jan 2019 05:49:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 3fcaf42a1cc323e5e0a8cccb4fbbb56d2a9b2753
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 27 11:57:30 2019 +0200
gnu: python-tornado: Update to 5.1.1.
* gnu/packages/python-web.scm (python-tornado): Update to 5.1.1.
[propagated-inputs]: Move python-backports-abc to python2-tornado only.
[home-page]: Use https.
---
gnu/packages/python-web.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8056c86..632de62 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -665,13 +665,14 @@ teams extension for python-openid.")
(define-public python-tornado
(package
(name "python-tornado")
- (version "4.5.1")
+ (version "5.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tornado" version))
(sha256
- (base32 "1zbkgcdfq81k298awrm8p0xwbwwn2p3nbizdglzfbkskhai082fv"))))
+ (base32
+ "02clqk2116jbnq8lnaqmdw3p52nqrd9ib59r4xz2ll43fpcmhlaf"))))
(build-system python-build-system)
(arguments
'(;; FIXME: Two tests error out with:
@@ -682,14 +683,12 @@ teams extension for python-openid.")
;; (lambda _
;; ;; 'setup.py test' hits an AssertionError on BSD-specific
;; ;; "tornado/platform/kqueue.py". This is the supported method:
- ;; (invoke- "python" "-m" "tornado.test")
+ ;; (invoke "python" "-m" "tornado.test.runtests")
;; #t)))
#:tests? #f))
(native-inputs
`(("python-certifi" ,python-certifi)))
- (propagated-inputs
- `(("python-backports-abc" ,python-backports-abc)))
- (home-page "http://www.tornadoweb.org/")
+ (home-page "https://www.tornadoweb.org/")
(synopsis "Python web framework and asynchronous networking library")
(description
"Tornado is a Python web framework and asynchronous networking library,
@@ -706,6 +705,7 @@ connection to each user.")
(propagated-inputs
`(("python2-backport-ssl-match-hostname"
,python2-backport-ssl-match-hostname)
+ ("python2-backports-abc" ,python2-backports-abc)
("python2-singledispatch" ,python2-singledispatch)
,@(package-propagated-inputs tornado))))))
- branch master updated (9f92038 -> 2066975), guix-commits, 2019/01/27
- 06/12: gnu: python-flask: Update to 1.0.2., guix-commits, 2019/01/27
- 07/12: gnu: python-flask: Run test suite., guix-commits, 2019/01/27
- 02/12: gnu: python-itsdangerous: Update to 1.1.0., guix-commits, 2019/01/27
- 05/12: gnu: python-werkzeug: Update to 0.14.1., guix-commits, 2019/01/27
- 08/12: gnu: python-tornado: Update to 5.1.1.,
guix-commits <=
- 10/12: gnu: python-urllib3: Update to 1.24.1., guix-commits, 2019/01/27
- 12/12: gnu: python-cryptography, python-cryptography-vectors: Update to 2.5., guix-commits, 2019/01/27
- 09/12: gnu: python-flaky: Update to 3.5.3., guix-commits, 2019/01/27
- 03/12: gnu: python-click: Update to 7.0., guix-commits, 2019/01/27
- 04/12: gnu: python-click: Enable tests., guix-commits, 2019/01/27
- 01/12: gnu: python-entrypoints: Update to 0.3., guix-commits, 2019/01/27
- 11/12: gnu: python-bcrypt: Update to 3.1.6., guix-commits, 2019/01/27