summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-06 14:44:37 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:19:27 +0100
commita2914f185f78266397a50a16730efc8cde946cce (patch)
tree67fa5597f294bf465134a39170bef38385ad10ea /gnu/packages/python-web.scm
parent730ccf68a03fc89ead8ecdceec72998000a88d69 (diff)
gnu: python-warcio: Update to 1.8.1.
* gnu/packages/python-web.scm (python-warcio): Update to 1.8.1. [native-inputs]: Drop obvious comment, drop python-wheel, add python-pytest. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ea7142e0573..8f32d1adb94 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10510,7 +10510,7 @@ designated prefix.")
10510 ;; https://github.com/webrecorder/warcio/issues/132). 10510 ;; https://github.com/webrecorder/warcio/issues/132).
10511 (package 10511 (package
10512 (name "python-warcio") 10512 (name "python-warcio")
10513 (version "1.7.5") 10513 (version "1.8.1")
10514 (source 10514 (source
10515 (origin 10515 (origin
10516 (method git-fetch) 10516 (method git-fetch)
@@ -10520,7 +10520,7 @@ designated prefix.")
10520 (file-name (git-file-name name version)) 10520 (file-name (git-file-name name version))
10521 (sha256 10521 (sha256
10522 (base32 10522 (base32
10523 "0r3kijsm8wsbipi5pxsrqpg5nn4w8iaw5i8010b0ligmfxnxamlb")))) 10523 "19wwg7zmx33c942dbahdkng1byiwr4c9cd1ayrsh13f818n17zps"))))
10524 (build-system pyproject-build-system) 10524 (build-system pyproject-build-system)
10525 (arguments 10525 (arguments
10526 (list 10526 (list
@@ -10536,11 +10536,10 @@ designated prefix.")
10536 ; The following test requires the hookdns package. 10536 ; The following test requires the hookdns package.
10537 "--ignore=test/test_capture_http_proxy.py"))) 10537 "--ignore=test/test_capture_http_proxy.py")))
10538 (native-inputs 10538 (native-inputs
10539 ;; These inputs are required for the test suite.
10540 (list python-httpbin 10539 (list python-httpbin
10540 python-pytest
10541 python-requests 10541 python-requests
10542 python-setuptools 10542 python-setuptools
10543 python-wheel
10544 python-wsgiprox)) 10543 python-wsgiprox))
10545 (home-page "https://github.com/webrecorder/warcio") 10544 (home-page "https://github.com/webrecorder/warcio")
10546 (synopsis "Streaming web archival archive (WARC) library") 10545 (synopsis "Streaming web archival archive (WARC) library")