borgmatic: update to 2.0.13.

This commit is contained in:
Joel Beckmeyer
2026-01-03 15:18:10 -05:00
committed by classabbyamp
parent 2e20e954bb
commit 7c7d180fb3
+4 -3
View File
@@ -1,8 +1,9 @@
# Template file for 'borgmatic'
pkgname=borgmatic
version=2.0.5
revision=2
version=2.0.13
revision=1
build_style=python3-pep517
make_check_args="--deselect=tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version"
hostmakedepends="python3-setuptools python3-wheel"
depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema
python3-requests python3-packaging"
@@ -13,7 +14,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=8e96932db0e6c1c2fc8a1bbc5d30f62ec49f9a7781a4e19255a45c2727924a8e
checksum=d0fae3821fcbe670a8dc235765c70d5bd0f3dddea321fad70d99b2e5f2faceb5
post_patch() {
vsed -i pyproject.toml -e 's/--cov-report.*--cov-fail-under=100//'