From 73cf86f58758142a2f81d37eaca7e75bf2a644bd Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 30 Dec 2024 10:59:04 -0500 Subject: [PATCH] borgmatic: update to 1.9.5. Closes: #53774 [via git-merge-pr] --- srcpkgs/borgmatic/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index 6ef042f30e7..d7148f7f583 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,16 +1,20 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.9.2 -revision=2 +version=1.9.5 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema - python3-colorama python3-requests" -checkdepends="${depends} python3-pytest-cov python3-flexmock python3-apprise" + python3-requests python3-packaging" +checkdepends="${depends} python3-pytest python3-flexmock python3-apprise" short_desc="Wrapper script for the Borg backup software" maintainer="Joel Beckmeyer " 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=bddfc0a75312a4b40108b7acfbcd42f28c82eba314760c6616ac56ace4e96cc2 +checksum=c1518cd81b2099988a5adb5c788c39a5b246618d95dfe318d48bfce8fc08714f + +post_patch() { + vsed -i pyproject.toml -e 's/--cov-report.*--cov-fail-under=100//' +}