[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: awscli: Update to 1.20.64.
From: |
guix-commits |
Subject: |
07/07: gnu: awscli: Update to 1.20.64. |
Date: |
Tue, 19 Oct 2021 09:24:26 -0400 (EDT) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 727f05e1e285aa52f5a19ec923fdc2259859b4b1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 19 13:23:27 2021 +0000
gnu: awscli: Update to 1.20.64.
* gnu/packages/python-web.scm (awscli): Update to 1.20.64.
[arguments]: Remove trailing #t.
[propagated-inputs]: Replace python-colorama with
python-colorama-for-awscli;
replace python-docutils with python-docutils-0.15.
---
gnu/packages/python-web.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4e7c5d0..453ec47 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2821,14 +2821,14 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(package
;; Note: updating awscli typically requires updating botocore as well.
(name "awscli")
- (version "1.18.203")
+ (version "1.20.64")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9"))))
+ "0pl88y70rgwfprgv5gqkc2fcbasc9d0qyffl98l82bsc24d4c8b9"))))
(build-system python-build-system)
(arguments
;; FIXME: The 'pypi' release does not contain tests.
@@ -2841,13 +2841,12 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(("if not self._exists_on_path\\('groff'\\):") "")
(("raise ExecutableNotFoundError\\('groff'\\)") "")
(("cmdline = \\['groff'")
- (string-append "cmdline = ['" (which "groff") "'")))
- #t)))))
+ (string-append "cmdline = ['" (which "groff") "'"))))))))
(propagated-inputs
- `(("python-colorama" ,python-colorama)
+ `(("python-colorama" ,python-colorama-for-awscli)
("python-botocore" ,python-botocore)
("python-s3transfer" ,python-s3transfer)
- ("python-docutils" ,python-docutils)
+ ("python-docutils" ,python-docutils-0.15)
("python-pyyaml" ,python-pyyaml)
("python-rsa" ,python-rsa)))
(native-inputs
- branch core-updates-frozen updated (174c29a -> 727f05e), guix-commits, 2021/10/19
- 07/07: gnu: awscli: Update to 1.20.64.,
guix-commits <=
- 04/07: gnu: Add python-colorama-for-awscli., guix-commits, 2021/10/19
- 01/07: gnu: festival: Fix build with -fcommon., guix-commits, 2021/10/19
- 03/07: gnu: Add python-docutils-0.15., guix-commits, 2021/10/19
- 02/07: gnu: python-s3transfer: Update to 0.5.0., guix-commits, 2021/10/19
- 06/07: gnu: python-boto3: Update to 1.18.64., guix-commits, 2021/10/19
- 05/07: gnu: python-botocore: Update to 1.21.64., guix-commits, 2021/10/19