From 28d6c72005507fe201dae588d051e3b0c2e998c6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Jan 2025 22:45:47 +0100 Subject: [PATCH 1/2] python312Packages.azure-mgmt-compute: 33.0.0 -> 33.1.0 Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-compute_33.1.0/sdk/compute/azure-mgmt-compute/CHANGELOG.md --- .../python-modules/azure-mgmt-compute/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix index d41e95e2e42e..8094b0b49d57 100644 --- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix @@ -11,14 +11,15 @@ buildPythonPackage rec { pname = "azure-mgmt-compute"; - version = "33.0.0"; + version = "33.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { - inherit pname version; - hash = "sha256-o8wP5PCcjh01I8G/uSYg3+JjoKiTsKwToz1wV+nd3dI="; + pname = "azure_mgmt_compute"; + inherit version; + hash = "sha256-9aXhilp6A1RWK7+libXbSq8eisOhlKKpENtVkA0lNek="; }; build-system = [ setuptools ]; From f38ed82a0b987e14faae185b66187a5fa8cfeb88 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Jan 2025 23:40:53 +0100 Subject: [PATCH 2/2] barman: disable failing test --- pkgs/by-name/ba/barman/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ba/barman/package.nix b/pkgs/by-name/ba/barman/package.nix index 20f31c7eaca4..291ad440a3ee 100644 --- a/pkgs/by-name/ba/barman/package.nix +++ b/pkgs/by-name/ba/barman/package.nix @@ -50,6 +50,7 @@ python3Packages.buildPythonApplication rec { [ # Assertion error "test_help_output" + "test_exits_on_unsupported_target" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # FsOperationFailed