From 58ae759ae99208dde74fe4a536d9ca9502861d25 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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index f175bcf29e38..f685f061f36d 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,10 +1,13 @@ # 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, +# tests from test_execute.py sporadically fail in CI +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 \" + --deselect=tests/integration/test_execute.py::test_log_outputs_logs_each_line_separately" hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" @@ -15,7 +18,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