unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67721] Borg backup 1.2.7 update
@ 2023-12-09  0:24 Leo Famulari
  2023-12-09  0:26 ` [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2023-12-09  0:24 UTC (permalink / raw)
  To: 67721

These patches update Borg to 1.2.7 and clean up some associated
packages.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7.
  2023-12-09  0:24 [bug#67721] Borg backup 1.2.7 update Leo Famulari
@ 2023-12-09  0:26 ` Leo Famulari
  2023-12-09  0:26   ` [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2 Leo Famulari
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Leo Famulari @ 2023-12-09  0:26 UTC (permalink / raw)
  To: 67721

* gnu/packages/backup.scm (borg): Update to 1.2.7.
[inputs]: Replace python-msgpack-1.0.2 with python-msgpack.

Change-Id: I8529d737d90105f877f1c099f4b3afa9b0ed9fa8
---
 gnu/packages/backup.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 49b0fe2620..58c071e1fa 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -644,13 +644,13 @@ (define-public libchop
 (define-public borg
   (package
     (name "borg")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
        (sha256
-        (base32 "178klb3pglhhz553frf928v7zvaiqvri9fbhj33yx7h3hvqgi9mp"))
+        (base32 "06j1v4bw9jkjh6m29ns5sigmp0cslcf0cyy8rrqij11w72ijhgzn"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -759,7 +759,7 @@ (define-public borg
            lz4
            openssl
            ;; This is the latest version of msgpack accepted by 'setup.py'.
-           python-msgpack-1.0.2
+           python-msgpack
            ;; FUSE 3 isn't working well, so we stick with FUSE 2 for now:
            ;; <https://issues.guix.gnu.org/53407>
            python-llfuse

base-commit: 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2.
  2023-12-09  0:26 ` [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
@ 2023-12-09  0:26   ` Leo Famulari
  2023-12-09  0:26   ` [bug#67721] [PATCH 3/3] gnu: python-msgpack-transitional: Update code comment Leo Famulari
  2023-12-16 20:31   ` bug#67721: [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2023-12-09  0:26 UTC (permalink / raw)
  To: 67721; +Cc: Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi, jgart

This package is no longer used in Guix.

* gnu/packages/python-xyz.scm (python-msgpack-1.0.2): Remove variable.

Change-Id: I6216003e6312c5587ae3471ba9870865ee68f680
---
 gnu/packages/python-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86f8d81689..0babe0dd0a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13743,17 +13743,6 @@ (define-public python-msgpack
     (home-page "https://pypi.org/project/msgpack/")
     (license license:asl2.0)))
 
-(define-public python-msgpack-1.0.2
-  (package
-    (inherit python-msgpack)
-    (version "1.0.2")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "msgpack" version))
-              (sha256
-               (base32
-                "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s"))))))
-
 ;; This msgpack library's name changed from "python-msgpack" to "msgpack" with
 ;; release 0.5. Some packages like borg still call it by the old name for now.
 ;; <https://bugs.gnu.org/30662>
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#67721] [PATCH 3/3] gnu: python-msgpack-transitional: Update code comment.
  2023-12-09  0:26 ` [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
  2023-12-09  0:26   ` [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2 Leo Famulari
@ 2023-12-09  0:26   ` Leo Famulari
  2023-12-16 20:31   ` bug#67721: [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2023-12-09  0:26 UTC (permalink / raw)
  To: 67721; +Cc: Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi, jgart

* gnu/packages/python-xyz.scm (python-msgpack-transitional): Update comment.

Change-Id: I93afe78c40ac87c6e5147d286cf257ec9a8afd68
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0babe0dd0a..404177e9cd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13744,7 +13744,7 @@ (define-public python-msgpack
     (license license:asl2.0)))
 
 ;; This msgpack library's name changed from "python-msgpack" to "msgpack" with
-;; release 0.5. Some packages like borg still call it by the old name for now.
+;; release 0.5. Some packages like poetry still call it by the old name for now.
 ;; <https://bugs.gnu.org/30662>
 (define-public python-msgpack-transitional
   (package
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#67721: [PATCH 1/3] gnu: Borg: Update to 1.2.7.
  2023-12-09  0:26 ` [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
  2023-12-09  0:26   ` [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2 Leo Famulari
  2023-12-09  0:26   ` [bug#67721] [PATCH 3/3] gnu: python-msgpack-transitional: Update code comment Leo Famulari
@ 2023-12-16 20:31   ` Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2023-12-16 20:31 UTC (permalink / raw)
  To: 67721-done

On Fri, Dec 08, 2023 at 07:26:20PM -0500, Leo Famulari wrote:
> * gnu/packages/backup.scm (borg): Update to 1.2.7.
> [inputs]: Replace python-msgpack-1.0.2 with python-msgpack.

Pushed as f061bc5ba3bbd3265fad812b74aaa46a7190956c




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-16 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-09  0:24 [bug#67721] Borg backup 1.2.7 update Leo Famulari
2023-12-09  0:26 ` [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari
2023-12-09  0:26   ` [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2 Leo Famulari
2023-12-09  0:26   ` [bug#67721] [PATCH 3/3] gnu: python-msgpack-transitional: Update code comment Leo Famulari
2023-12-16 20:31   ` bug#67721: [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari

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).