* [bug#64474] [PATCH 0/3] Update awscli to 1.28.0
@ 2023-07-05 11:02 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 1/3] gnu: python-botocore: Update to 1.30.0 Roman Scherer
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Roman Scherer @ 2023-07-05 11:02 UTC (permalink / raw)
To: 64474; +Cc: Roman Scherer
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 1/3] gnu: python-botocore: Update to 1.30.0.
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
@ 2023-07-05 12:17 ` Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 2/3] gnu: python-s3transfer: Update to 0.6.1 Roman Scherer
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Roman Scherer @ 2023-07-05 12:17 UTC (permalink / raw)
To: 64474; +Cc: Roman Scherer
* 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 2/3] gnu: python-s3transfer: Update to 0.6.1.
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 1/3] gnu: python-botocore: Update to 1.30.0 Roman Scherer
@ 2023-07-05 12:17 ` Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0 Roman Scherer
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Roman Scherer @ 2023-07-05 12:17 UTC (permalink / raw)
To: 64474; +Cc: Roman Scherer
* 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0.
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 1/3] gnu: python-botocore: Update to 1.30.0 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 2/3] gnu: python-s3transfer: Update to 0.6.1 Roman Scherer
@ 2023-07-05 12:17 ` Roman Scherer
2023-07-17 22:22 ` [bug#64474] [PATCH 0/3] Update awscli " Ludovic Courtès
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Roman Scherer @ 2023-07-05 12:17 UTC (permalink / raw)
To: 64474; +Cc: Roman Scherer
* 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 0/3] Update awscli to 1.28.0
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
` (2 preceding siblings ...)
2023-07-05 12:17 ` [bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0 Roman Scherer
@ 2023-07-17 22:22 ` Ludovic Courtès
2023-07-31 12:23 ` Roman Scherer
2024-11-18 23:08 ` Sharlatan Hellseher
2024-11-18 23:13 ` bug#64474: " Sharlatan Hellseher
5 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2023-07-17 22:22 UTC (permalink / raw)
To: Roman Scherer; +Cc: 64474, Greg Hogan
Hi Roman,
Roman Scherer <roman@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’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 0/3] Update awscli to 1.28.0
2023-07-17 22:22 ` [bug#64474] [PATCH 0/3] Update awscli " Ludovic Courtès
@ 2023-07-31 12:23 ` Roman Scherer
0 siblings, 0 replies; 8+ messages in thread
From: Roman Scherer @ 2023-07-31 12:23 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 64474, Greg Hogan
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
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@gnu.org> wrote:
> Hi Roman,
>
> Roman Scherer <roman@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’.
>
[-- Attachment #2: Type: text/html, Size: 1462 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#64474] [PATCH 0/3] Update awscli to 1.28.0
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
` (3 preceding siblings ...)
2023-07-17 22:22 ` [bug#64474] [PATCH 0/3] Update awscli " Ludovic Courtès
@ 2024-11-18 23:08 ` Sharlatan Hellseher
2024-11-18 23:13 ` bug#64474: " Sharlatan Hellseher
5 siblings, 0 replies; 8+ messages in thread
From: Sharlatan Hellseher @ 2024-11-18 23:08 UTC (permalink / raw)
To: 64474
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
Hi,
This issue was resolved in <https://issues.guix.gnu.org/74345> and
applied as ea6c381cac..391de92713 to master
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#64474: [PATCH 0/3] Update awscli to 1.28.0
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
` (4 preceding siblings ...)
2024-11-18 23:08 ` Sharlatan Hellseher
@ 2024-11-18 23:13 ` Sharlatan Hellseher
5 siblings, 0 replies; 8+ messages in thread
From: Sharlatan Hellseher @ 2024-11-18 23:13 UTC (permalink / raw)
To: 64474-done
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-11-18 23:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 11:02 [bug#64474] [PATCH 0/3] Update awscli to 1.28.0 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 1/3] gnu: python-botocore: Update to 1.30.0 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 2/3] gnu: python-s3transfer: Update to 0.6.1 Roman Scherer
2023-07-05 12:17 ` [bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0 Roman Scherer
2023-07-17 22:22 ` [bug#64474] [PATCH 0/3] Update awscli " Ludovic Courtès
2023-07-31 12:23 ` Roman Scherer
2024-11-18 23:08 ` Sharlatan Hellseher
2024-11-18 23:13 ` bug#64474: " Sharlatan Hellseher
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).