~ruther/guix-local

4bc25c361ac6b1bcc6959df44737337bfe3704df — Sharlatan Hellseher 7 months ago 2a458eb
gnu: python-s3fs: Update to 2025.7.0.

* gnu/packages/python-web.scm (python-s3fs): Update to 2025.7.0.
[native-inputs]: Remove python-flask, python-flask-cors, python-moto, python-pytest,
python-pytest-asyncio, and python-wheel.

Change-Id: I8c7c74a952fb71259e8b20b8ef4153d4a276214c
1 files changed, 9 insertions(+), 12 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +9 -12
@@ 6480,26 6480,23 @@ Betamax that may possibly end up in the main package.")
(define-public python-s3fs
  (package
    (name "python-s3fs")
    (version "2024.12.0")
    (version "2025.7.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "s3fs" version))
       (sha256
        (base32 "0mpxk4xvg0gwzapdh9r3fvnjhi8ymf96f7c756xabk26b67kl3qv"))))
        (base32 "0b82wqf70q1srsjb7xbbjhlzm08lbghzm1pbwdam2x6prb09wzsy"))))
    (build-system pyproject-build-system)
    ;; Many tests fail with "No such file or directory" raised by the HTTP
    ;; client.
    ;; TODO: Many tests fail with "No such file or directory" raised by the
    ;; HTTP client.
    (arguments (list #:tests? #false))
    (propagated-inputs (list python-aiobotocore python-aiohttp python-fsspec))
    (native-inputs
     (list python-flask ;for moto
           python-flask-cors
           python-moto
           python-pytest
           python-pytest-asyncio
           python-setuptools
           python-wheel))
     (list python-setuptools))
    (propagated-inputs
     (list python-aiobotocore
           python-aiohttp
           python-fsspec))
    (home-page "https://github.com/fsspec/s3fs/")
    (synopsis "Convenient filesystem interface over S3")
    (description "This package provides a convenient filesystem interface over