1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
committed by Andreas Enge
parent da450aa7de
commit 6d12acdd20

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