guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6b1c0408dbe7802fcedebb17555186873570bb5e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 28 16:54:38 2025 +0100
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
---
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 a49b7e704d..dcfb411b80 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10108,20 +10108,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