From 005db7b25911f000b35d5151e9fcf1fb793283ae Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 26 Aug 2022 09:24:11 -0400 Subject: [PATCH] borgmatic: update to 1.7.1. --- srcpkgs/borgmatic/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index f175bcf29e38..04ca2bb1c996 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,10 +1,12 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.7.0 +version=1.7.1 revision=1 build_style=python3-module -# runs not yet installed self -make_check_args="--deselect=tests/integration/commands/test_borgmatic.py" +# test_borgmatic.py runs not yet installed self +# second deselected test sporadically fails +make_check_args="--deselect=tests/integration/commands/test_borgmatic.py \ + --deselect=tests/integration/test_execute.py::test_log_outputs_returns_output_without_logging_for_output_log_level_none" hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" @@ -15,7 +17,7 @@ license="GPL-3.0-or-later" homepage="https://torsion.org/borgmatic/" changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS" distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz" -checksum=30bc30c02f1210b78baf257abf0e4ac83ebbcf4edf334a09bd0ff9cb77ff0820 +checksum=250045b4bfd77ff1ef288b8967c8643036f1cb1e5410d874f56bbc1fd8b49b4c post_install() { # remove tests directory polluting site-packages