gnu: python-twisted: Update to 17.1.0.
* gnu/packages/python.scm (python-twisted): Update to 17.1.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
0cd83b4e00
commit
c1578ad063
|
@ -11745,13 +11745,13 @@ format.")
|
||||||
(define-public python-twisted
|
(define-public python-twisted
|
||||||
(package
|
(package
|
||||||
(name "python-twisted")
|
(name "python-twisted")
|
||||||
(version "16.2.0")
|
(version "17.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Twisted" version ".tar.bz2"))
|
(uri (pypi-uri "Twisted" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450"))))
|
"1p245mg15hkxp7hy5cyq2fgvlgjkb4cg0gwkwd148nzy1bbi3wnv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Some tests are failing.
|
'(#:tests? #f)) ; FIXME: Some tests are failing.
|
||||||
|
@ -11761,7 +11761,10 @@ format.")
|
||||||
;; (lambda _
|
;; (lambda _
|
||||||
;; (zero? (system* "./bin/trial" "twisted")))))
|
;; (zero? (system* "./bin/trial" "twisted")))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-interface" ,python-zope-interface)))
|
`(("python-zope-interface" ,python-zope-interface)
|
||||||
|
("python-incremental" ,python-incremental)
|
||||||
|
("python-constantly" ,python-constantly)
|
||||||
|
("python-automat" ,python-automat)))
|
||||||
(home-page "https://twistedmatrix.com/")
|
(home-page "https://twistedmatrix.com/")
|
||||||
(synopsis "Asynchronous networking framework written in Python")
|
(synopsis "Asynchronous networking framework written in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue