[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/21: gnu: python-boto3: Update to 1.35.59.
From: |
guix-commits |
Subject: |
08/21: gnu: python-boto3: Update to 1.35.59. |
Date: |
Mon, 18 Nov 2024 18:00:26 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4722bec61558db0b63715c38046d6f53c890cd67
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 13 18:16:16 2024 +0100
gnu: python-boto3: Update to 1.35.59.
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.59.
[native-inputs]: Remove python-nose.
Change-Id: Iafc22bafbf6ef185c2d9f4907386bd904ebaecbd
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1739a4c80b..52c6850878 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19363,7 +19363,7 @@ Amazon Web Services (AWS) API.")
(define-public python-boto3
(package
(name "python-boto3")
- (version "1.35.54")
+ (version "1.35.59")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@@ -19372,17 +19372,16 @@ Amazon Web Services (AWS) API.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0w0k719i8pyzkvd2snv6z91r57k6cxkq1i3phygdpwzk0k6acvj2"))))
+ (base32 "10bdzdaw7qg2m5n5ivb2zzsdl7wgjmz05xyxajd4cmk629ick95m"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
#~(list "--numprocesses" "auto"
- ;; Tests require networking.
+ ;; Integration tests are trying to connect to AWS.
"--ignore" "tests/integration")))
(native-inputs
(list python-mock
- python-nose
python-pytest
python-pytest-xdist
python-setuptools
- branch master updated (1affd2b5aa -> 4473f8ae90), guix-commits, 2024/11/18
- 01/21: gnu: python-botocore: Update to 1.35.54., guix-commits, 2024/11/18
- 05/21: gnu: Remove python-boto., guix-commits, 2024/11/18
- 03/21: gnu: python-boto3: Update to 1.35.54., guix-commits, 2024/11/18
- 14/21: gnu: Add awscli-2., guix-commits, 2024/11/18
- 08/21: gnu: python-boto3: Update to 1.35.59.,
guix-commits <=
- 10/21: gnu: awscli-2: Add missing inputs., guix-commits, 2024/11/18
- 06/21: gnu: Remove python-colorama-for-awscli., guix-commits, 2024/11/18
- 13/21: gnu: Add python-awscrt-for-awscli., guix-commits, 2024/11/18
- 11/21: gnu: awscli-2: Update to 2.3.1., guix-commits, 2024/11/18
- 18/21: gnu: packages/astronomy: Adjust inputs., guix-commits, 2024/11/18
- 04/21: gnu: awscli: Update to 1.35.20., guix-commits, 2024/11/18
- 07/21: gnu: python-botocore: Update to 1.35.59., guix-commits, 2024/11/18
- 16/21: gnu: yt-dlp: Update to 2024.10.22., guix-commits, 2024/11/18
- 21/21: gnu: Add python-svgelements., guix-commits, 2024/11/18
- 02/21: gnu: python-s3transfer: Update to 0.10.3., guix-commits, 2024/11/18