diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-23 21:42:28 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:38 +0100 |
| commit | 77d64772aa632bc70f8c96a7688f8a692d6dd92a (patch) | |
| tree | 261386b546e7adc8b650f118e9563f80ee96db32 | |
| parent | dd41cf4b34e6f5b037b0bf4bed218d636815e0ff (diff) | |
gnu: python-botocore: Update to 1.42.5.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.42.5.
Change-Id: Id0d2b730cdd7bdbf80cc4df8f04726d941cc5e24
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f6a530ff06e..35ae85ac088 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19863,23 +19863,24 @@ enhancements to optimization and data fitting problems.") browser from Python.") (license license:bsd-3))) +;; TODO: Move to python-web. (define-public python-botocore ;; Note: When updating botocore, also make sure that boto3 and awscli ;; are compatible. (package (name "python-botocore") - (version "1.40.61") + (version "1.42.5") (source (origin (method url-fetch) (uri (pypi-uri "botocore" version)) (sha256 (base32 - "1kajxzrh4nq4hx7rgbam0sffx06d45q7rw2csv69q3q9kgb7lj52")))) + "0vqkfzrljd15qnzgdzqqbf1l1f8qhg5pz010b5wxk1j2y63w9grp")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 4491 passed, 72 skipped + ;; tests: 4496 passed, 87 skipped #:test-flags #~(list "--numprocesses" (number->string (min (parallel-job-count) 8)) ;; The full test suite is huge, run some of it's portion. |
