GNU bug report logs - #54798
[PATCH 0/5] Update python-jmespath to 1.0.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 8 Apr 2022 18:34:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Felix Gruber <felgru <at> posteo.net>
To: 54798 <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org>
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [bug#54798] [PATCH v2 2/4] gnu: awscli: Update to 1.22.90.
Date: Sun, 17 Apr 2022 20:04:20 +0000
* gnu/packages/python-web.scm (awscli): Update to 1.22.90.
[inputs]: Replace python-botocore-for-awscli with python-botocore.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 28c934e896..b048778932 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2870,14 +2870,14 @@ (define-public awscli
   (package
     ;; Note: updating awscli typically requires updating botocore as well.
     (name "awscli")
-    (version "1.21.11")
+    (version "1.22.90")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "0fkivwbx4nind5b7l4jhqm5bb9drgqsclcslrg4aggf9rcs4g4s0"))))
+         "0ky4ax4xh7s8w1l0hwc7w9ii8afvh9nib3kz09qhiqdinxzrlv54"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: The 'pypi' release does not contain tests.
@@ -2899,7 +2899,7 @@ (define-public awscli
                 (string-append "cmdline = ['" (which "groff") "'"))))))))
     (inputs
      (list python-colorama-for-awscli
-           python-botocore-for-awscli
+           python-botocore
            python-s3transfer
            python-docutils-0.15
            python-pyyaml
-- 
2.35.1





This bug report was last modified 3 years and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.