[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/187: gnu: awscli: Update to 1.36.32.
From: |
guix-commits |
Subject: |
135/187: gnu: awscli: Update to 1.36.32. |
Date: |
Wed, 8 Jan 2025 10:16:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 86a1e30a215d759c7ef553e694e3aab06b60037d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 10:19:13 2025 +0100
gnu: awscli: Update to 1.36.32.
* gnu/packages/python-web.scm (awscli): Update to 1.36.32.
[arguments]: Enable more tests.
Change-Id: I7d3d58cd5c1774adfb155894e8b5316f1e9b6034
---
gnu/packages/python-web.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cb7a830412..0d728a3c3a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4619,7 +4619,7 @@ opt.override_default_trust_store_from_path(None,
os.getenv('SSL_CERT_FILE')) if
(package
;; Note: updating awscli typically requires updating botocore as well.
(name "awscli")
- (version "1.36.0")
+ (version "1.36.32")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@@ -4628,7 +4628,7 @@ opt.override_default_trust_store_from_path(None,
os.getenv('SSL_CERT_FILE')) if
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1iwivc5kj2h5619rvbncrh4649lalxj7bxndzvrjw398vv7cixp5"))))
+ (base32 "1b4bfv7mgrxw7nfbv9ag97qcsqch2p7raip6111rqg5vdhvsck19"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4640,12 +4640,11 @@ opt.override_default_trust_store_from_path(None,
os.getenv('SSL_CERT_FILE')) if
;;
;; AssertionError: 'argument operation: Invalid choice, valid
;; choices are:' not found in '
- "-k" (string-append "not test_subscribe_to_shard_removed"
- ;; Tests fail during mocking.
- " and not test_expected_runtime_dependencies"
- " and not
test_expected_unbounded_runtime_dependencies"
- " and not test_no_groff_or_mandoc_exists"
- " and not test_start_conversation_removed"))
+ "-k"
+ (string-append "not test_subscribe_to_shard_removed"
+ " and not test_start_conversation_removed"
+ ;; Tests fail during mocking.
+ " and not test_no_groff_or_mandoc_exists"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-reference-to-groff
- 52/187: gnu: python-pandas-2: Remove X., (continued)
- 52/187: gnu: python-pandas-2: Remove X., guix-commits, 2025/01/08
- 86/187: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/08
- 88/187: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/08
- 87/187: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/08
- 91/187: gnu: python-trio-typing: Update to 0.10.0., guix-commits, 2025/01/08
- 108/187: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/08
- 120/187: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/08
- 112/187: gnu: python-black: Limit number of test processes., guix-commits, 2025/01/08
- 109/187: gnu: python-aiohttp-socks: Update to 0.10.1., guix-commits, 2025/01/08
- 128/187: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/08
- 135/187: gnu: awscli: Update to 1.36.32.,
guix-commits <=
- 129/187: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/08
- 136/187: gnu: awscli-2: Remove obsolete build phase., guix-commits, 2025/01/08
- 141/187: gnu: python-isort: Disable one test., guix-commits, 2025/01/08
- 148/187: gnu: Add python-inline-snapshot., guix-commits, 2025/01/08
- 151/187: gnu: Add rust-jiter-0.7., guix-commits, 2025/01/08
- 154/187: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/08
- 166/187: gnu: python-starsessions: Disable one more test., guix-commits, 2025/01/08
- 179/187: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/08
- 29/187: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2025/01/08
- 33/187: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2025/01/08