[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/23: gnu: python-botocore: Update to 1.35.54.
From: |
guix-commits |
Subject: |
06/23: gnu: python-botocore: Update to 1.35.54. |
Date: |
Tue, 5 Nov 2024 08:39:59 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f4d1cbd70149df83f1d8045f27bea924b58d21ff
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 4 21:55:49 2024 +0000
gnu: python-botocore: Update to 1.35.54.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.54.
[arguments]<tests>: Enable tests. <test-flags>: Disable some failing
tests.
[native-inputs]: Add python-jsonschema, python-pytest,
python-pytest-xdist, python-setuptools, and python-wheel.
Change-Id: I7730f85d5ace5b8643f8e9201ea46e6723b1a022
---
gnu/packages/python-xyz.scm | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cfa750a9ac..1c1aa9cc37 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19584,24 +19584,37 @@ browser from Python.")
;; are compatible.
(package
(name "python-botocore")
- (version "1.24.35")
+ (version "1.35.54")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
- (base32
- "0rv8mvhq5s373zdjs2yb45hzvqcqdh2lp2rbb21jjc8ciwnl5d9n"))))
- (build-system python-build-system)
+ (base32 "0xhsi4gfmzh1r96zlaa55p9i3kvh5lj4grp866dr72lwwnfba6qk"))))
+ (build-system pyproject-build-system)
(arguments
- ;; FIXME: Many tests are failing.
- '(#:tests? #f))
+ (list
+ #:test-flags
+ #~(list "--numprocesses" "auto"
+ ;; It strugles to find 'botocore'.
+ "--ignore" "tests/functional/leak/test_resource_leaks.py"
+ ;; Tests require networking.
+ "--ignore" "tests/integration")))
+ (native-inputs
+ (list python-jsonschema
+ python-pytest
+ python-pytest-xdist
+ python-setuptools
+ python-wheel))
(propagated-inputs
- (list python-dateutil python-jmespath python-urllib3))
+ (list python-dateutil
+ python-jmespath
+ python-urllib3))
(home-page "https://github.com/boto/botocore")
(synopsis "Low-level interface to AWS")
- (description "Botocore is a Python library that provides a low-level
-interface to the Amazon Web Services (AWS) API.")
+ (description
+ "Botocore is a Python library that provides a low-level interface to the
+Amazon Web Services (AWS) API.")
(license license:asl2.0)))
(define-public python-boto3
- 08/23: gnu: python-boto3: Update to 1.35.54., (continued)
- 08/23: gnu: python-boto3: Update to 1.35.54., guix-commits, 2024/11/05
- 03/23: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/05
- 02/23: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/05
- 13/23: gnu: Remove python-m2r., guix-commits, 2024/11/05
- 04/23: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/05
- 20/23: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/05
- 19/23: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/05
- 17/23: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/05
- 23/23: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/05
- 14/23: gnu: Remove python-mrkd., guix-commits, 2024/11/05
- 06/23: gnu: python-botocore: Update to 1.35.54.,
guix-commits <=
- 01/23: gnu: Remove python-mistune-next., guix-commits, 2024/11/05
- 18/23: gnu: python-jplephem: Adjust inputs., guix-commits, 2024/11/05
- 12/23: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/05
- 09/23: gnu: awscli: Update to 1.35.20., guix-commits, 2024/11/05
- 05/23: gnu: Remove python-boto., guix-commits, 2024/11/05
- 15/23: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/05
- 10/23: gnu: Remove python-colorama-for-awscli., guix-commits, 2024/11/05
- 11/23: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/05
- 07/23: gnu: python-s3transfer: Update to 0.10.3., guix-commits, 2024/11/05
- 16/23: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/05