Skip to content

Commit eee0dd7

Browse files
TinfoilSubmarineDuncaen
authored andcommitted
borgmatic: update to 2.1.6.
1 parent 4b3a7fb commit eee0dd7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

srcpkgs/borgmatic/template

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Template file for 'borgmatic'
22
pkgname=borgmatic
3-
version=2.1.5
3+
version=2.1.6
44
revision=1
55
build_style=python3-pep517
66
make_check_args="--deselect=tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version"
77
hostmakedepends="python3-setuptools python3-wheel"
88
depends="borg python3-ruamel.yaml python3-jsonschema python3-requests
99
python3-packaging"
10-
checkdepends="${depends} python3-pytest python3-pytest-timeout python3-flexmock
11-
python3-apprise"
10+
checkdepends="${depends} python3-pytest python3-pytest-timeout
11+
python3-pytest-asyncio python3-flexmock python3-apprise python3-textual
12+
python3-binaryornot"
1213
short_desc="Wrapper script for the Borg backup software"
1314
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
1415
license="GPL-3.0-or-later"
1516
homepage="https://torsion.org/borgmatic/"
1617
changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS"
1718
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
18-
checksum=4f4f84ea8a727ebef3c5f3f8e0e94dba1aac750ca2ece7485e2139af7d742da5
19+
checksum=320c7c3e719f4dae63ebee774559ed3c76b91032406363500b77ef9b2463db86
1920

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

0 commit comments

Comments
 (0)