[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: Add python-botocore-for-awscli.
From: |
guix-commits |
Subject: |
03/07: gnu: Add python-botocore-for-awscli. |
Date: |
Tue, 12 Apr 2022 17:14:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9320410d76b213853cb18adc3e2b1e7f0262fbb1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 12 23:07:50 2022 +0200
gnu: Add python-botocore-for-awscli.
* gnu/packages/python-xyz.scm (python-botocore-for-awscli): New variable.
---
gnu/packages/python-xyz.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8484770719..4c01d39036 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14654,6 +14654,20 @@ interface to the Amazon Web Services (AWS) API.")
(define-public python2-botocore
(package-with-python2 python-botocore))
+(define-public python-botocore-for-awscli
+ ;; Note: When updating botocore, also make sure that boto3 and awscli
+ ;; are compatible.
+ (package
+ (inherit python-botocore)
+ (version "1.22.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "botocore" version))
+ (sha256
+ (base32
+ "1z7g2scyzvfq4yj9b4w911k7802ry1v6lqfnwq12l0ak7ywmsvrh"))))))
+
(define-public python-boto3
(package
(name "python-boto3")
- branch master updated (42679e3f81 -> 6a69e41c17), guix-commits, 2022/04/12
- 01/07: gnu: Add python-pyyaml-for-awscli., guix-commits, 2022/04/12
- 03/07: gnu: Add python-botocore-for-awscli.,
guix-commits <=
- 07/07: gnu: python-moto: Update to 3.1.4., guix-commits, 2022/04/12
- 02/07: gnu: awscli: Use older pyyaml., guix-commits, 2022/04/12
- 04/07: gnu: python-boto3: Update to 1.21.35., guix-commits, 2022/04/12
- 05/07: gnu: python-botocore: Update to 1.24.35., guix-commits, 2022/04/12
- 06/07: gnu: awscli: Use older version of botocore., guix-commits, 2022/04/12