gnu: python-azure-core: Update to 1.32.0.

* gnu/packages/python-web.scm (python-azure-core): Update to 1.32.0.
[source]: Adjust URI name as PyPI archive has been changed.
[native-inputs]: Remove unzip; add python-setuptools and python-wheel.

Change-Id: I08da865f353a16ec107f1a17bf6376a6519bc62e
This commit is contained in:
Sharlatan Hellseher 2024-12-02 20:49:27 +00:00
parent ad9bb4c5bd
commit 05a11989c6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8326,13 +8326,13 @@ Python.")
(define-public python-azure-core (define-public python-azure-core
(package (package
(name "python-azure-core") (name "python-azure-core")
(version "1.28.0") (version "1.32.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "azure-core" version ".zip")) (uri (pypi-uri "azure_core" version))
(sha256 (sha256
(base32 "1g9nv5pcjkskv37vsjgsm7am81y629flwkghnvd5dphzzikgrvp9")))) (base32 "1r9hqyqr5fxiiai0irr0n98gwgzj5f8y46vc1yci9bidddfw7cr2"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -8369,7 +8369,8 @@ Python.")
python-pytest-aiohttp python-pytest-aiohttp
python-pytest-asyncio python-pytest-asyncio
python-pytest-trio python-pytest-trio
unzip)) python-setuptools
python-wheel))
(home-page "https://github.com/Azure/azure-sdk-for-python") (home-page "https://github.com/Azure/azure-sdk-for-python")
(synopsis "Microsoft Azure Core library for Python") (synopsis "Microsoft Azure Core library for Python")
(description "This package provides the Microsoft Azure Core library for (description "This package provides the Microsoft Azure Core library for