[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/23: gnu: awscli, python-botocore: Add comment about compatibility.
From: |
guix-commits |
Subject: |
02/23: gnu: awscli, python-botocore: Add comment about compatibility. |
Date: |
Fri, 20 Nov 2020 19:23:09 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 8343ae2b9178d71c78d5473d57c32b101704099b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 20 20:19:50 2020 +0100
gnu: awscli, python-botocore: Add comment about compatibility.
* gnu/packages/python-web.scm (awscli): Mention that it must be updated
together with ...
* gnu/packages/python-xyz.scm (python-botocore): ... this package, and add
similar comment about awscli.
---
gnu/packages/python-web.scm | 1 +
gnu/packages/python-xyz.scm | 2 ++
2 files changed, 3 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 15b53c2..6f82953 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2288,6 +2288,7 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(define-public awscli
(package
+ ;; Note: updating awscli typically requires updating botocore as well.
(name "awscli")
(version "1.18.6")
(source
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b53cb25..69a2121 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10979,6 +10979,8 @@ manipulation library.")
(license license:expat)))
(define-public python-botocore
+ ;; Note: When updating botocore, also make sure that boto3 and awscli
+ ;; are compatible.
(package
(name "python-botocore")
(version "1.15.26")
- branch master updated (74c4492 -> beba9ff), guix-commits, 2020/11/20
- 03/23: gnu: python-botocore: Remove unused inputs., guix-commits, 2020/11/20
- 02/23: gnu: awscli, python-botocore: Add comment about compatibility.,
guix-commits <=
- 08/23: gnu: Add python-gorilla., guix-commits, 2020/11/20
- 10/23: gnu: Add python-minio., guix-commits, 2020/11/20
- 01/23: gnu: cheese: Remove obsolete input., guix-commits, 2020/11/20
- 04/23: gnu: python-botocore: Update to 1.19.22., guix-commits, 2020/11/20
- 05/23: gnu: awscli: Update to 1.18.183., guix-commits, 2020/11/20
- 06/23: gnu: python-s3transfer: Update to 0.3.3., guix-commits, 2020/11/20
- 07/23: gnu: Add python-databricks-cli., guix-commits, 2020/11/20
- 09/23: gnu: Add python-querystring-parser., guix-commits, 2020/11/20
- 11/23: gnu: python-docker: Propagate runtime dependency., guix-commits, 2020/11/20
- 14/23: gnu: Add python-jsonpickle., guix-commits, 2020/11/20