Skip to content
Snippets Groups Projects
Unverified Commit b22cdf0c authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: python-paramiko: Update to 2.1.2.

* gnu/packages.scm (python-paramiko, python2-paramiko):
Update to 2.1.2.  Enable tests.
parent bb7cf4f5
No related branches found
No related tags found
No related merge requests found
...@@ -533,26 +533,24 @@ (define-public python2-py-bcrypt ...@@ -533,26 +533,24 @@ (define-public python2-py-bcrypt
(define-public python-paramiko (define-public python-paramiko
(package (package
(name "python-paramiko") (name "python-paramiko")
(version "1.17.4") (version "2.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "paramiko" version)) (uri (pypi-uri "paramiko" version))
(sha256 (sha256
(base32 (base32
"1rs2qcmskcmq66q6g5al08wa41l9am0fad5r719m8wf91msyylqw")))) "04734n0wy3hxk6rij4fr29in5jmr70nxpc7pqi2ksbjysfz4kbjz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; FIXME: One test fails with "EOFError not raised by connect". '(#:phases
#:tests? #f)) (modify-phases %standard-phases
;; #:phases (replace 'check
;; (modify-phases %standard-phases (lambda _
;; (replace 'check (zero? (system* "python" "test.py")))))))
;; (lambda _
;; (zero? (system* "python" "test.py")))))))
(propagated-inputs (propagated-inputs
`(("python-pycrypto" ,python-pycrypto) `(("python-pyasn1" ,python-pyasn1)
("python-ecdsa" ,python-ecdsa))) ("python-cryptography" ,python-cryptography)))
(home-page "http://www.paramiko.org/") (home-page "http://www.paramiko.org/")
(synopsis "SSHv2 protocol library") (synopsis "SSHv2 protocol library")
(description "Paramiko is a python implementation of the SSHv2 protocol, (description "Paramiko is a python implementation of the SSHv2 protocol,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment