[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: python-azure-core: Update to 1.32.0.
From: |
guix-commits |
Subject: |
04/07: gnu: python-azure-core: Update to 1.32.0. |
Date: |
Mon, 2 Dec 2024 16:23:46 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ac33c2e045501dfe105997d49b39df58813f8fd4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Dec 2 20:49:27 2024 +0000
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
---
gnu/packages/python-web.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b91c990814..42fbe97328 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8323,13 +8323,13 @@ Python.")
(define-public python-azure-core
(package
(name "python-azure-core")
- (version "1.28.0")
+ (version "1.32.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "azure-core" version ".zip"))
+ (uri (pypi-uri "azure_core" version))
(sha256
- (base32 "1g9nv5pcjkskv37vsjgsm7am81y629flwkghnvd5dphzzikgrvp9"))))
+ (base32 "1r9hqyqr5fxiiai0irr0n98gwgzj5f8y46vc1yci9bidddfw7cr2"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -8366,7 +8366,8 @@ Python.")
python-pytest-aiohttp
python-pytest-asyncio
python-pytest-trio
- unzip))
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/Azure/azure-sdk-for-python")
(synopsis "Microsoft Azure Core library for Python")
(description "This package provides the Microsoft Azure Core library for
- branch python-team updated (f47b84af15 -> df4575bc14), guix-commits, 2024/12/02
- 04/07: gnu: python-azure-core: Update to 1.32.0.,
guix-commits <=
- 07/07: gnu: python-blis: Adjust inputs., guix-commits, 2024/12/02
- 06/07: gnu: python-base58: Adjust inputs., guix-commits, 2024/12/02
- 03/07: gnu: python-alembic: Update to 1.14.0., guix-commits, 2024/12/02
- 01/07: gnu: Add python-greenlet-2., guix-commits, 2024/12/02
- 02/07: gnu: python-httpbin: Fix build., guix-commits, 2024/12/02
- 05/07: gnu: python-azure-storage-blob: Adjust inpusts., guix-commits, 2024/12/02