GNU bug report logs -
#70057
[PATCH] gnu: Add python-apprise.
Previous Next
Reported by: Fabio Natali <me <at> fabionatali.com>
Date: Thu, 28 Mar 2024 16:21:01 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 70057 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/backup.scm (borgmatic): Update to 1.8.9.
Change-Id: I28330c4f864b7f15c50fc6c80c5d9c40af91b6b9
---
Hi,
This is to update borgmatic to 1.8.9.
I'm sending this as a follow up to another patch, re python-apprise. In fact,
Apprise is now a borgmatic dependency, at least for some of its new
functionality (notifications).
I'm sorry, I should have probably started this as a patch series, with a short
introductory email. I hope it's still clear and easily reviewable.
Thanks, cheers, Fabio.
gnu/packages/backup.scm | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 253ab74a19..300f2825c6 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1308,13 +1308,13 @@ (define-public disarchive
(define-public borgmatic
(package
(name "borgmatic")
- (version "1.7.12")
+ (version "1.8.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgmatic" version))
(sha256
- (base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh"))))
+ (base32 "1xmqv0gg2ic7lp5kmygr9f6qkabsr86mma7pigan12vk2bcdbw31"))))
(build-system python-build-system)
(arguments
(list #:phases
@@ -1339,11 +1339,19 @@ (define-public borgmatic
(setenv "PATH" (string-append #$output "/bin"
":" (getenv "PATH")))
(invoke "pytest")))))))
- (inputs
- (list borg python-colorama python-jsonschema python-requests
- python-ruamel.yaml-0.16))
- (native-inputs
- (list python-flexmock python-pytest python-pytest-cov))
+ (inputs (list borg
+ python-apprise
+ python-colorama
+ python-jsonschema
+ python-requests))
+ (native-inputs (list python-flexmock
+ python-pytest
+ python-pytest-cov))
+ (propagated-inputs (list python-colorama
+ python-jsonschema
+ python-packaging
+ python-requests
+ python-ruamel.yaml))
(home-page "https://torsion.org/borgmatic/")
(synopsis "Simple, configuration-driven backup software")
(description
base-commit: fb9549164520ad993c2fbbaedc899844d57baabc
prerequisite-patch-id: d9e77adec47d85410e146267e3373f4d3a110832
--
2.41.0
This bug report was last modified 1 year and 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.