Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/borgmatic/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'borgmatic'
pkgname=borgmatic
version=2.1.6
version=2.1.7
revision=1
build_style=python3-pep517
make_check_args="--deselect=tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version"
Expand All @@ -16,7 +16,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=320c7c3e719f4dae63ebee774559ed3c76b91032406363500b77ef9b2463db86
checksum=aac07ce7ae3009605e9acc67eef2019a7b5d69bccad63eda80ff192b69f375cf

post_patch() {
vsed -i pyproject.toml -e 's/--cov-report.*--cov-fail-under=100//'
Expand Down