summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-23 21:42:25 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:38 +0100
commit960399a026aeacfc0d43f3f21cf299ce514f1e41 (patch)
treea86b3584833635a8ad546aa6e2864735ea405271 /gnu/packages
parent6d12acdd2072edf8db67a553aa75649fa8c660e9 (diff)
gnu: python-aiobotocore: Update to 3.0.0.
* gnu/packages/python-web.scm (python-aiobotocore): Update to 3.0.0. [propagated-inputs]: Remove python-urllib3; add python-typing-extensions. [home-page]: Fix it. Change-Id: I69dad6eecf07d551b2254cc9120ea79f3f18d649
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm28
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1d3a883927d..45f0d982c6b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1908,29 +1908,29 @@ by calling @code{FrozenList.freeze}.")
(define-public python-aiobotocore
(package
(name "python-aiobotocore")
- (version "2.25.1")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiobotocore" version))
(sha256
- (base32 "1g7dv81bw7vq55gv3c5jxdw7wp7dp6dwjbh79y3fiv6ppwwyg6za"))))
+ (base32 "0bcmnbm30hwaks8l895j8xy08cil0dpjcfpidg2qjawbs4a9s0ra"))))
(build-system pyproject-build-system)
(arguments
- (list
- ;; TODO: Too many tests fail seemingly because they need Internet access.
- #:tests? #false))
- (propagated-inputs (list python-aiohttp
- python-aioitertools
- python-botocore
- python-jmespath
- python-multidict
- python-dateutil
- python-urllib3
- python-wrapt))
+ ;; TODO: Tests need some setupt, see Makefile.
+ (list #:tests? #f))
(native-inputs
(list python-setuptools))
- (home-page "https://pypi.org/project/aiobotocore/")
+ (propagated-inputs
+ (list python-aiohttp
+ python-aioitertools
+ python-botocore
+ python-dateutil
+ python-jmespath
+ python-multidict
+ python-typing-extensions
+ python-wrapt))
+ (home-page "https://github.com/aio-libs/aiobotocore")
(synopsis "Async client for AWS services using botocore and aiohttp")
(description "This package provides an async client for Amazon services
using botocore and aiohttp/asyncio. This library is a mostly full featured