gnu: python-jsonrpclib-pelix: Update to 0.3.2.

* gnu/packages/python.scm (python-jsonrpclib-pelix): Update to 0.3.2.
[arguments]: Disable #:tests?.
This commit is contained in:
Tobias Geerinckx-Rice 2018-11-01 03:21:00 +01:00
parent 60ed87871d
commit a72d337fbc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 2 deletions

View File

@ -12824,15 +12824,17 @@ embeddable JavaScript engine.")
(define-public python-jsonrpclib-pelix (define-public python-jsonrpclib-pelix
(package (package
(name "python-jsonrpclib-pelix") (name "python-jsonrpclib-pelix")
(version "0.3.1") (version "0.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jsonrpclib-pelix" version)) (uri (pypi-uri "jsonrpclib-pelix" version))
(sha256 (sha256
(base32 (base32
"1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl")))) "0f83z5zi7w32vprhk1dyc94ir1bh4hdd57bjdbwkq9ykng8qilhl"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests in PyPI tarball
(home-page "https://github.com/tcalmant/jsonrpclib/") (home-page "https://github.com/tcalmant/jsonrpclib/")
(synopsis "JSON-RPC 2.0 client library for Python") (synopsis "JSON-RPC 2.0 client library for Python")
(description (description