From 846d035df74f2b42baf3e429ba2fd0d86deba1c0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 May 2026 14:12:56 +0200 Subject: [PATCH] barman: 3.14.1 -> 3.19.0 Changelog: https://github.com/EnterpriseDB/barman/blob/release/3.19.0/RELNOTES.md --- pkgs/by-name/ba/barman/package.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/ba/barman/package.nix b/pkgs/by-name/ba/barman/package.nix index 2f9c8bf33ad8..0390432c052e 100644 --- a/pkgs/by-name/ba/barman/package.nix +++ b/pkgs/by-name/ba/barman/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch2, file, python3Packages, rsync, @@ -12,23 +11,18 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "barman"; - version = "3.14.1"; + version = "3.19.0"; pyproject = true; src = fetchFromGitHub { owner = "EnterpriseDB"; repo = "barman"; tag = "release/${finalAttrs.version}"; - hash = "sha256-Z3+PgUJcyG/M05hMmIhRr3HttzHUDx7BGIs44LA/qE4="; + hash = "sha256-qjde8NdI+/2BH4L3LoxoYqdVwsaBXw1IcxYBx6sYqG8="; }; patches = [ ./unwrap-subprocess.patch - # fix building with Python 3.13 - (fetchpatch2 { - url = "https://github.com/EnterpriseDB/barman/commit/931f997f1d73bbe360abbca737bea9ae93172989.patch?full_index=1"; - hash = "sha256-0aqyjsEabxLf4dpC4DeepmypAl7QfCedh7vy98iVifU="; - }) ]; # https://github.com/EnterpriseDB/barman/blob/release/3.14.1/barman/encryption.py#L214 @@ -70,6 +64,7 @@ python3Packages.buildPythonApplication (finalAttrs: { # Assertion error "test_help_output" "test_exits_on_unsupported_target" + "test_resolve_mounted_volume_failure" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # FsOperationFailed