borgmatic: update to 1.7.13.
switched to python3-pep517 to enable more tests Closes: #43928 [via git-merge-pr]
This commit is contained in:
parent
44e0ecdb9e
commit
3349b71d47
@ -1,12 +0,0 @@
|
||||
diff --git a/tests/integration/borg/test_commands.py b/tests/integration/borg/test_commands.py
|
||||
index 49cd0e9..1afb0e0 100644
|
||||
--- a/tests/integration/borg/test_commands.py
|
||||
+++ b/tests/integration/borg/test_commands.py
|
||||
@@ -1,6 +1,6 @@
|
||||
import copy
|
||||
|
||||
-import flexmock
|
||||
+from flexmock import flexmock
|
||||
|
||||
import borgmatic.borg.info
|
||||
import borgmatic.borg.list
|
@ -1,11 +1,9 @@
|
||||
# Template file for 'borgmatic'
|
||||
pkgname=borgmatic
|
||||
version=1.7.12
|
||||
version=1.7.13
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# runs not yet installed self
|
||||
make_check_args="--deselect=tests/integration/commands/test_borgmatic.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
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"
|
||||
@ -15,4 +13,4 @@ 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=f0557760d42c654ffc9851f8e078b6ed0c0cae93fbd6d39080880b38f4e6401c
|
||||
checksum=af7a6a2f0ae1d9866761bc02aaecc34168d3f059046671f2e157f0ee2985e4b8
|
||||
|
Loading…
Reference in New Issue
Block a user