borgmatic: update to 1.7.1.
This commit is contained in:
parent
f9270f2947
commit
6d4babb6bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue