summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-28 00:18:47 -0300
committerVinicius Monego <monego@posteo.net>2025-06-29 00:04:43 -0300
commit8508a6e65fbd4dd74c22f4df2920fa461fe9abd3 (patch)
tree45983d9583b39ef6e02fce43971a87f318c2081a /gnu/packages/web.scm
parent47948f47f9674adec5dd2a950c4d197c48cb4e9c (diff)
gnu: python-internetarchive: Update to 5.4.0.
* gnu/packages/web.scm (python-internetarchive): Update to 5.4.0. [propagated-inputs]: Remove python-backports-csv, python-clint, python-docopt, python-importlib-metadata, python-six. Add python-urllib3. [native-inputs]: Remove python-pytest-capturelog. Change-Id: I5a74b105cba787f92bc7329bccd134d415d48403
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm15
1 files changed, 5 insertions, 10 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b23a3ec88a..af97acb107 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7328,7 +7328,7 @@ command-line arguments or read from stdin.")
(define-public python-internetarchive
(package
(name "python-internetarchive")
- (version "5.1.0")
+ (version "5.4.0")
(source
(origin
(method git-fetch)
@@ -7338,7 +7338,7 @@ command-line arguments or read from stdin.")
(file-name (git-file-name name version))
(sha256
(base32
- "186nx0dj0lgqrqkg9kzng5h0scbz3m6bk44vj83wzckr8yh3q08z"))))
+ "0wfzz22daiax20v0xc2is3i3plk7mcz9m0is52nwdrvx9dazi0nq"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -7350,19 +7350,14 @@ command-line arguments or read from stdin.")
" and not test_upload"
" and not test_ia"))))
(propagated-inputs
- (list python-backports-csv
- python-clint
- python-docopt
- python-importlib-metadata
- python-jsonpatch
+ (list python-jsonpatch
python-requests
- python-six
python-schema
- python-tqdm))
+ python-tqdm
+ python-urllib3))
(native-inputs
(list nss-certs-for-test
python-pytest
- python-pytest-capturelog
python-responses
python-setuptools
python-wheel))