From 2580223fab470e9b06d5daaae4ec2071a948abe7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 20 Sep 2024 00:13:51 +0200 Subject: [PATCH] python312Packages.azure-mgmt-cosmosdb: 9.5.1 -> 9.6.0 Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cosmosdb_9.6.0/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md --- .../python-modules/azure-mgmt-cosmosdb/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix index 2ae19e4d8e25668..ff5d9d0bf27b274 100644 --- a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix @@ -6,21 +6,25 @@ fetchPypi, isodate, pythonOlder, + setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-cosmosdb"; - version = "9.5.1"; - format = "setuptools"; + version = "9.6.0"; + pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { - inherit pname version; - hash = "sha256-TlXTlz8RzwLPeoBVruhmFSM9fL47siegfBdrrIvH7wI="; + pname = "azure_mgmt_cosmosdb"; + inherit version; + hash = "sha256-Znx9io9UKw55cuYydK9TatmFGH4kpswuPI7vNVYIgfw="; }; - propagatedBuildInputs = [ + build-system = [ setuptools ]; + + dependencies = [ isodate azure-common azure-mgmt-core