From a51e4974a1b2ac7606070c00bae379ac6b5bc763 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 23 Jan 2026 22:27:27 +0000 Subject: [PATCH] gnu: python-s3transfer: Update to 0.16.0. * gnu/packages/python-web.scm (python-s3transfer): Update to 0.16.0. Change-Id: I6118598ce3f27d3434ceeef194dbdd53edfb9b97 --- gnu/packages/python-web.scm | 7 ++++--- 1 file 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