GNU bug report logs - #64474
[PATCH 0/3] Update awscli to 1.28.0

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Wed, 5 Jul 2023 11:04:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 64474 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Wed, 05 Jul 2023 11:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 05 Jul 2023 11:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH 0/3] Update awscli to 1.28.0
Date: Wed,  5 Jul 2023 13:02:23 +0200
Hi Guix,

this patch series updates awscli to version 1.28.0. I also updated
python-botocore (as mentioned in the awscli package), and python-s3transfer
which was necessary to satisfy a version requirement in awscli.

Could you please review the patches?

Thanks

Roman Scherer (3):
  gnu: python-botocore: Update to 1.30.0.
  gnu: python-s3transfer: Update to 0.6.1.
  gnu: awscli: Update to 1.28.0.

 gnu/packages/python-web.scm | 8 ++++----
 gnu/packages/python-xyz.scm | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

--
2.40.1




Information forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Wed, 05 Jul 2023 12:18:01 GMT) Full text and rfc822 format available.

Message #8 received at 64474 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: 64474 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH 1/3] gnu: python-botocore: Update to 1.30.0.
Date: Wed,  5 Jul 2023 14:17:06 +0200
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.30.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a9df4e6a9..34a6170ae9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16776,14 +16776,14 @@ (define-public python-botocore
   ;; are compatible.
   (package
     (name "python-botocore")
-    (version "1.24.35")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "botocore" version))
        (sha256
         (base32
-         "0rv8mvhq5s373zdjs2yb45hzvqcqdh2lp2rbb21jjc8ciwnl5d9n"))))
+         "0gy26zq3s02m1hn3z6cm3fj9l0k933q6cl6q91d63w49l9w5pjxr"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Many tests are failing.
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Wed, 05 Jul 2023 12:18:02 GMT) Full text and rfc822 format available.

Message #11 received at 64474 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: 64474 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH 2/3] gnu: python-s3transfer: Update to 0.6.1.
Date: Wed,  5 Jul 2023 14:17:07 +0200
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.6.1.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d0ac175039..ddce9d504a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4028,13 +4028,13 @@ (define-public python-betamax-serializers
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.5.0")
+    (version "0.6.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "0k6sc956yrrv9b4laa0r79jhxajpyxr21jcd1ka8m1n53lz85vah"))))
+                "1adwmjf8w7s1a948h9xd6lcqhwdpmrm2pxp10l4hqk0zf69b82v4"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Wed, 05 Jul 2023 12:18:02 GMT) Full text and rfc822 format available.

Message #14 received at 64474 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: 64474 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH 3/3] gnu: awscli: Update to 1.28.0.
Date: Wed,  5 Jul 2023 14:17:08 +0200
* gnu/packages/python-web.scm (awscli): Update to 1.28.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ddce9d504a..761343d2ad 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3490,14 +3490,14 @@ (define-public awscli
   (package
     ;; Note: updating awscli typically requires updating botocore as well.
     (name "awscli")
-    (version "1.22.90")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "0ky4ax4xh7s8w1l0hwc7w9ii8afvh9nib3kz09qhiqdinxzrlv54"))))
+         "0rmvnwlvr12lgin09gbcppsj21nn6ynfypvcxpsvzmr3vxg1j0qg"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: The 'pypi' release does not contain tests.
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Mon, 17 Jul 2023 22:23:01 GMT) Full text and rfc822 format available.

Message #17 received at 64474 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 64474 <at> debbugs.gnu.org, Greg Hogan <code <at> greghogan.com>
Subject: Re: bug#64474: [PATCH 0/3] Update awscli to 1.28.0
Date: Tue, 18 Jul 2023 00:22:44 +0200
Hi Roman,

Roman Scherer <roman <at> burningswell.com> skribis:

> this patch series updates awscli to version 1.28.0. I also updated
> python-botocore (as mentioned in the awscli package), and python-s3transfer
> which was necessary to satisfy a version requirement in awscli.
>
> Could you please review the patches?

This introduces build failures according to
<https://qa.guix.gnu.org/issue/64474>.

Could you take a look?

Cc’ing Greg Hogan who often takes care of these packages.

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#64474; Package guix-patches. (Mon, 31 Jul 2023 12:24:01 GMT) Full text and rfc822 format available.

Message #20 received at 64474 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 64474 <at> debbugs.gnu.org, Greg Hogan <code <at> greghogan.com>
Subject: Re: bug#64474: [PATCH 0/3] Update awscli to 1.28.0
Date: Mon, 31 Jul 2023 14:23:18 +0200
[Message part 1 (text/plain, inline)]
Hi Ludovic,

sorry for the late reply, I was/am traveling. I followed the link but I
don't see/understand where the error is.
Could it be that it disappeared? The badge says QA/unknown. Is there a way
for me to trigger this build again, so I can see the error(s)?

Roman

On Tue, Jul 18, 2023 at 12:22 AM Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hi Roman,
>
> Roman Scherer <roman <at> burningswell.com> skribis:
>
> > this patch series updates awscli to version 1.28.0. I also updated
> > python-botocore (as mentioned in the awscli package), and
> python-s3transfer
> > which was necessary to satisfy a version requirement in awscli.
> >
> > Could you please review the patches?
>
> This introduces build failures according to
> <https://qa.guix.gnu.org/issue/64474>.
>
> Could you take a look?
>
> Cc’ing Greg Hogan who often takes care of these packages.
>
> Thanks,
> Ludo’.
>
[Message part 2 (text/html, inline)]

This bug report was last modified 277 days ago.

Previous Next


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