[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-boto3: Update to 1.18.64.
From: |
guix-commits |
Subject: |
06/07: gnu: python-boto3: Update to 1.18.64. |
Date: |
Tue, 19 Oct 2021 09:24:26 -0400 (EDT) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit d5f89c0b938fdfb82639db70a4a1c135e993ea49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 19 13:22:52 2021 +0000
gnu: python-boto3: Update to 1.18.64.
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.18.64.
[arguments]: Remove trailing #t.
[native-inputs]: Add python-pytest.
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e7456b..fa1fec6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13495,7 +13495,7 @@ interface to the Amazon Web Services (AWS) API.")
(define-public python-boto3
(package
(name "python-boto3")
- (version "1.16.22")
+ (version "1.18.64")
(home-page "https://github.com/boto/boto3";)
(source (origin
(method git-fetch)
@@ -13503,19 +13503,19 @@ interface to the Amazon Web Services (AWS) API.")
(file-name (git-file-name name version))
(sha256
(base32
- "0h20hgl4yfl58g75qhb6ibrdmzn47md3srgar7hask14cjmfhfy3"))))
+ "02hy80xfyxln5yr43cbrmq3kpkdijv8v228alz1x92y4gghnb8cj"))))
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'delete-network-tests
;; Deleting integration tests because they are trying to connect to
AWS.
(lambda _
- (delete-file-recursively "tests/integration")
- #t)))))
+ (delete-file-recursively "tests/integration"))))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)
- ("python-mock" ,python-mock)))
+ ("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-botocore" ,python-botocore)
("python-jmespath" ,python-jmespath)
- branch core-updates-frozen updated (174c29a -> 727f05e), guix-commits, 2021/10/19
- 07/07: gnu: awscli: Update to 1.20.64., guix-commits, 2021/10/19
- 04/07: gnu: Add python-colorama-for-awscli., guix-commits, 2021/10/19
- 01/07: gnu: festival: Fix build with -fcommon., guix-commits, 2021/10/19
- 03/07: gnu: Add python-docutils-0.15., guix-commits, 2021/10/19
- 02/07: gnu: python-s3transfer: Update to 0.5.0., guix-commits, 2021/10/19
- 06/07: gnu: python-boto3: Update to 1.18.64.,
guix-commits <=
- 05/07: gnu: python-botocore: Update to 1.21.64., guix-commits, 2021/10/19