GNU bug report logs -
#64474
[PATCH 0/3] Update awscli to 1.28.0
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Wed, 5 Jul 2023 11:04:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64474 in the body.
You can then email your comments to 64474 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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):
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):
* 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):
* 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):
* 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):
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):
[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)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64474
; Package
guix-patches
.
(Mon, 18 Nov 2024 23:10:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 64474 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
This issue was resolved in <https://issues.guix.gnu.org/74345> and
applied as ea6c381cac..391de92713 to master
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Mon, 18 Nov 2024 23:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Roman Scherer <roman <at> burningswell.com>
:
bug acknowledged by developer.
(Mon, 18 Nov 2024 23:15:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 64474-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 17 Dec 2024 12:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.