borgmatic: update to 2.1.6.

This commit is contained in:
Joel Beckmeyer
2026-06-04 18:52:16 +02:00
committed by Duncan Overbruck
parent 4b3a7fb2e9
commit eee0dd77d5
+5 -4
View File
@@ -1,21 +1,22 @@
# Template file for 'borgmatic'
pkgname=borgmatic
version=2.1.5
version=2.1.6
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-ruamel.yaml python3-jsonschema python3-requests
python3-packaging"
checkdepends="${depends} python3-pytest python3-pytest-timeout python3-flexmock
python3-apprise"
checkdepends="${depends} python3-pytest python3-pytest-timeout
python3-pytest-asyncio python3-flexmock python3-apprise python3-textual
python3-binaryornot"
short_desc="Wrapper script for the Borg backup software"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
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=4f4f84ea8a727ebef3c5f3f8e0e94dba1aac750ca2ece7485e2139af7d742da5
checksum=320c7c3e719f4dae63ebee774559ed3c76b91032406363500b77ef9b2463db86
post_patch() {
vsed -i pyproject.toml -e 's/--cov-report.*--cov-fail-under=100//'