~ruther/guix-local

13bed98c84de8389c02115d0e4951482de3cb276 — Sharlatan Hellseher 9 months ago 93a2615
gnu: python-azure-storage-blob: Update to 12.26.0.

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.26.0.
  [arguments] <tests?>: Visually disable tests.
  [native-inputs]: Remove python-wheel.

Change-Id: Ib02c7d942ee486d905b8362f1b8c5dafdd1f6f8b
1 files changed, 10 insertions(+), 7 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +10 -7
@@ 10134,20 10134,23 @@ Python.")
(define-public python-azure-storage-blob
  (package
    (name "python-azure-storage-blob")
    (version "12.22.0")
    (version "12.26.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "azure-storage-blob" version))
       (uri (pypi-uri "azure_storage_blob" version))
       (sha256
        (base32 "0vkkngiybx5372j9vc9p4wn6hakpv99l0ipsf4kw7ccazss4p05k"))))
        (base32 "07ypg1ny5rivy51f4q9h2xajd60wc19jf0zbpw0dxxr48a1dgmsx"))))
    (build-system pyproject-build-system)
    ;; To activate tests python-pytest is required and missing
    (arguments
    ;; XXX: devtools_testutils is not provided as a proper package on PyPI,
    ;; Git does not contains setup.py, setup.cfg or pyproject.toml which makes
    ;; it hard to package in Guix.
    ;; <https://raw.githubusercontent.com/Azure/azure-sdk-for-python/refs/
    ;; heads/main/tools/azure-sdk-tools/devtools_testutils/README.md>
    ;; heads/main/tools/azure-sdk-tools/devtools_testutils/README.md>.
     (list #:tests? #f))
    (native-inputs
     (list python-setuptools
           python-wheel))
     (list python-setuptools))
    (propagated-inputs
     (list python-azure-core
           python-cryptography