summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-23 22:27:27 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:38 +0100
commit6d12acdd2072edf8db67a553aa75649fa8c660e9 (patch)
tree3504ea336b41bfcc4f3249f4c832f0b0bbeff471 /gnu/packages/python-web.scm
parentda450aa7deebcdc8e094bb581d52d3c1e3df9955 (diff)
gnu: python-s3transfer: Update to 0.16.0.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.16.0. Change-Id: I6118598ce3f27d3434ceeef194dbdd53edfb9b97
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2bde63e43cb..1d3a883927d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7814,18 +7814,19 @@ S3.")
(define-public python-s3transfer
(package
(name "python-s3transfer")
- (version "0.14.0")
+ (version "0.16.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "s3transfer" version))
(sha256
- (base32 "09a17scf96zfdw2chb22yyvmnj4anfijgkncfi89id68wxj25wgg"))))
+ (base32 "087rmdwsn9drkh5rwwbfym5p8qvirc8gllnd54i7j9c04q9hz6cf"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 630 passed, 51 skipped
#:test-flags
- #~(list "--numprocesses" (number->string (parallel-job-count))
+ #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
;; Tests require networking.
"--ignore" "tests/integration")))
(native-inputs