diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-10-21 11:13:40 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-10-21 11:13:40 +0100 |
commit | b6f79807539ff62893ec68c35d18d93c5184b5f4 (patch) | |
tree | b7a1b180e80133c7992fd0062df72da2d4f3ff03 /app-backup | |
parent | dev-ruby/parallel: enable ruby31 and disable ruby26 (diff) | |
download | gentoo-b6f79807539ff62893ec68c35d18d93c5184b5f4.tar.gz gentoo-b6f79807539ff62893ec68c35d18d93c5184b5f4.tar.bz2 gentoo-b6f79807539ff62893ec68c35d18d93c5184b5f4.zip |
app-backup/borgmatic: add 1.7.4, drop 1.7.3
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/Manifest | 2 | ||||
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.7.4.ebuild (renamed from app-backup/borgmatic/borgmatic-1.7.3.ebuild) | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest index 8ec71b9b9c77..fa8d11cee2b1 100644 --- a/app-backup/borgmatic/Manifest +++ b/app-backup/borgmatic/Manifest @@ -1,3 +1,3 @@ DIST borgmatic-1.6.6.tar.gz 323601 BLAKE2B b40d8f00e3b7bbd343336cf4c6992e34d8289de451c184717827e8e43519b84d4bb9b8cff6a835a7cc502d2e93045f0196d744e4b6ad800de1276e11c3189cec SHA512 f1a6dfa344ebee89e88f1aa6b43d8493c80815c637d8e0f7f6314462fd511b576e62246d957023ab2f9a68875d2818e2b8ef00cbf3339dc35a93d6ebad0bed19 DIST borgmatic-1.7.2.tar.gz 333772 BLAKE2B fd628e9c77547686d4edf5d1066d3c171575f4d923ebc5205c5eb64f3a960e94c121282e9f4fb02b1291a81011a18dc393c6d13a07f215585459e7a5b55f8107 SHA512 6ec12ec25ae4d0210bb9114795c1ea292d8236f9e68c9425e24ee7b580796504e4c317a3fcf778806a33bbd3db68669beb4ef7a88ec538c1bd432db9a2845b3e -DIST borgmatic-1.7.3.tar.gz 337143 BLAKE2B 3cd0112978feb6476c9d6ea9a81bb535406514e82d2134f408935c5949ecc276881c4402251bffdccf814fe58c93d6db4d0cbe4a63138a865bbab3459e1bd83f SHA512 aa40090fbddd5453c792cf289021d52347b022a2dfb5bf53d7695f594c27a2fd8e7d9cfe0912e02fb3c1c1b8cd7a4a1a4f4890f86458bde58554f58d9d30b523 +DIST borgmatic-1.7.4.tar.gz 337521 BLAKE2B cbdf22c7428d2bd098a8bec0608c9d2fe41ab945aca4921cf78f72a5b73e2ea562a1e9e37705ada615f830b2655977179beca0f9a9bfa2937cc1cde0c292caed SHA512 bd320cbbb108fa20f7acc9a50fd4404166556a74df0a3631a2beca61de0e50c29e1e102345e6c3759538420040f359ff2f0cefe89b49c2c19250a4c7a27acd54 diff --git a/app-backup/borgmatic/borgmatic-1.7.3.ebuild b/app-backup/borgmatic/borgmatic-1.7.4.ebuild index 7693ff51ae61..a792f9e40a67 100644 --- a/app-backup/borgmatic/borgmatic-1.7.3.ebuild +++ b/app-backup/borgmatic/borgmatic-1.7.4.ebuild @@ -38,15 +38,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.7.3-systemd_service_bin_path.patch ) -# test_borgmatic_version_matches_news_version tries to run the 'borgmatic' -# executable so making it work would require passing --install -# to distutils_enable_tests. Given that this is the only test requiring -# this and that all it does is make sure the NEWS file has been updated -# for the current version, just skip it. -EPYTEST_DESELECT=( - tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version -) - distutils_enable_tests pytest src_install() { |