unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Fabio Natali via Guix-patches via <guix-patches@gnu.org>
To: 70057@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>
Subject: [bug#70057] [PATCH] gnu: borgmatic: Update to 1.8.9.
Date: Thu, 28 Mar 2024 19:05:04 +0000	[thread overview]
Message-ID: <bb9eb4064136798fdead3fe9338990c974abb37b.1711649468.git.me@fabionatali.com> (raw)
In-Reply-To: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com>

* 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





  reply	other threads:[~2024-03-28 19:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 16:15 [bug#70057] [PATCH] gnu: Add python-apprise Fabio Natali via Guix-patches via
2024-03-28 19:05 ` Fabio Natali via Guix-patches via [this message]
2024-03-29 17:09 ` jgart via Guix-patches via
2024-03-31 22:51 ` bug#70057: [PATCH] jgart via Guix-patches via
2024-03-31 22:52 ` [bug#70057] [PATCH] jgart via Guix-patches via
2024-03-31 23:23 ` jgart via Guix-patches via
2024-04-01 10:24   ` Fabio Natali via Guix-patches via
2024-04-01 15:55     ` jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb9eb4064136798fdead3fe9338990c974abb37b.1711649468.git.me@fabionatali.com \
    --to=guix-patches@gnu.org \
    --cc=70057@debbugs.gnu.org \
    --cc=me@fabionatali.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).