gnu: python-s3transfer: Update to 0.16.0.

* gnu/packages/python-web.scm (python-s3transfer): Update to 0.16.0.

Change-Id: I6118598ce3f27d3434ceeef194dbdd53edfb9b97
This commit is contained in:
Sharlatan Hellseher 2026-01-23 22:27:27 +00:00
parent a7eed51149
commit a51e4974a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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