gnu: python-azure-storage-blob: Update to 12.22.0.

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.22.0.
[build-system]: Move to pyproject-build-system.
[propagated-inputs]: Remove python-msrest. Add python-isodate and
  python-typing-extensions.

Change-Id: If7163dd4568136a19799b78e9fce246ab0611cbd
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Nicolas Graves 2024-09-12 19:21:23 +02:00 committed by Christopher Baines
parent d085fcf493
commit 17c4c3449b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -8122,17 +8122,19 @@ Python.")
(define-public python-azure-storage-blob (define-public python-azure-storage-blob
(package (package
(name "python-azure-storage-blob") (name "python-azure-storage-blob")
(version "12.12.0") (version "12.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "azure-storage-blob" version ".zip")) (uri (pypi-uri "azure-storage-blob" version))
(sha256 (sha256
(base32 "1xv23ph822qywjxs81say9xi5dzmvxcii6sww6d1hvd83iyz1npn")))) (base32 "0vkkngiybx5372j9vc9p4wn6hakpv99l0ipsf4kw7ccazss4p05k"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-azure-core python-cryptography python-msrest)) (list python-azure-core
(native-inputs (list unzip)) python-cryptography
python-isodate
python-typing-extensions))
(home-page "https://github.com/Azure/azure-sdk-for-python/") (home-page "https://github.com/Azure/azure-sdk-for-python/")
(synopsis "Microsoft Azure Blob Storage client library for Python") (synopsis "Microsoft Azure Blob Storage client library for Python")
(description "This package provides the Microsoft Azure Blob Storage (description "This package provides the Microsoft Azure Blob Storage