gnu: http-parser: Update to 1.1.4.
* gnu/packages/web.scm (http-parser): Update to 1.1.4. [phases]: Delete trailing #t.master
parent
7d5c5b3493
commit
07f078dbcf
|
@ -6390,13 +6390,13 @@ message stream (in a web server that is per connection).")
|
||||||
(define-public python-httpretty
|
(define-public python-httpretty
|
||||||
(package
|
(package
|
||||||
(name "python-httpretty")
|
(name "python-httpretty")
|
||||||
(version "1.0.5")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "httpretty" version))
|
(uri (pypi-uri "httpretty" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dg0nfl7i9kjnq98ww98x2afzav4mpgiwzvjc43ily1x9my94g75"))))
|
(base32 "0s1vjdaf3pk2xd0hvi5f7p3jm2rgwpbc734jdp9r50m1smfhxpi0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Tests require network access.
|
`(#:tests? #f ; Tests require network access.
|
||||||
|
@ -6405,8 +6405,7 @@ message stream (in a web server that is per connection).")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "nosetests"))
|
(invoke "nosetests")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-coverage" ,python-coverage)
|
`(("python-coverage" ,python-coverage)
|
||||||
("python-eventlet" ,python-eventlet)
|
("python-eventlet" ,python-eventlet)
|
||||||
|
|
Reference in New Issue