From 13bed98c84de8389c02115d0e4951482de3cb276 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 28 Jul 2025 16:54:38 +0100 Subject: [PATCH] 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] : Visually disable tests. [native-inputs]: Remove python-wheel. Change-Id: Ib02c7d942ee486d905b8362f1b8c5dafdd1f6f8b --- gnu/packages/python-web.scm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a74a3d1cd8459d1aa7e235a7a84a09e727f20333..1240b7cc28e61cdb8ea67ad393c61a20609211bc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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. ;; + ;; 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