Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] duplicity, deja-dup: update
@ 2023-10-11  3:07 ahesford
  2023-10-11 15:03 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2023-10-11  3:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages duplicity
https://github.com/void-linux/void-packages/pull/46584

duplicity, deja-dup: update
The duplicity update shoudl fix #46572, and I updated deja-dup while I was at it. The current version of deja-dup fails 41 tests and passes 16, but the new version fails 39 and passes 19.

I don't use either of these and can't meaningfully test them.

cc: @dkwo @Johnnynator 

#### Testing the changes
- I tested the changes in this PR: **NO**

A patch file from https://github.com/void-linux/void-packages/pull/46584.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-duplicity-46584.patch --]
[-- Type: text/x-diff, Size: 2350 bytes --]

From e899794e294230f0f0749150a9281df9f86cf104 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 10 Oct 2023 22:54:56 -0400
Subject: [PATCH 1/2] duplicity: update to 2.1.3.

Fixes: #46572.
---
 srcpkgs/duplicity/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index fe5a847a91d41..ac2b230c185cb 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
-version=1.2.1
-revision=3
+version=2.1.3
+revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools_scm"
 makedepends="python3-devel librsync-devel"
@@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
 homepage="https://duplicity.gitlab.io"
 changelog="https://gitlab.com/duplicity/duplicity/-/raw/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/d/duplicity/duplicity-${version}.tar.gz"
-checksum=15d768fb0ab86a30d734011e6e6371b3c6752e13ab239057c22d291324932099
+checksum=678b88c812cbab1a3a1fd34f7f18f86fd48ca9fa8b16bc4c74bbdce14b3a5a00
 
 duplicity-doc_package() {
 	short_desc+=" - documentation"

From cfe9076c49a59e82b5ae420d07be6f18f2d8b88a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 10 Oct 2023 23:01:36 -0400
Subject: [PATCH 2/2] deja-dup: update to 45.1.

---
 srcpkgs/deja-dup/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/deja-dup/template b/srcpkgs/deja-dup/template
index 73048a8921693..c0a5a0fb01c31 100644
--- a/srcpkgs/deja-dup/template
+++ b/srcpkgs/deja-dup/template
@@ -1,6 +1,6 @@
 # Template file for 'deja-dup'
 pkgname=deja-dup
-version=44.0
+version=45.1
 revision=1
 build_style=meson
 hostmakedepends="appstream-glib dbus glib-devel gettext itstool
@@ -14,10 +14,6 @@ license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/deja-dup"
 changelog="https://gitlab.gnome.org/World/deja-dup/-/raw/main/NEWS.md"
 distfiles="https://gitlab.gnome.org/World/deja-dup/-/archive/${version}/deja-dup-${version}.tar.gz"
-checksum=355aa145a8007e0bbb5f2da579d638f99c3d6b91013b8381e33d8f5f864d8e29
-#make_check=no
-
-#do_check() {
-#	# tests fail
-#	:
-#}
+checksum=5685a19cc84b6f8e48995995d557ae1e7a9ee716cd3cd6ff22fc77bb3efafc8f
+# TODO: fix tests
+make_check=no

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

* Re: duplicity, deja-dup: update
  2023-10-11  3:07 [PR PATCH] duplicity, deja-dup: update ahesford
@ 2023-10-11 15:03 ` dkwo
  2023-10-11 15:35 ` Johnnynator
  2023-10-11 15:35 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-10-11 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/46584#issuecomment-1757900083

Comment:
I haven't been using duplicity for a while. The test suite seems to pass, which is better than before, and the python3.12 incompatibilty fixed, so you should go ahead, as well as remove me from mantainer field. closes also #44740 Thanks.

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

* Re: duplicity, deja-dup: update
  2023-10-11  3:07 [PR PATCH] duplicity, deja-dup: update ahesford
  2023-10-11 15:03 ` dkwo
@ 2023-10-11 15:35 ` Johnnynator
  2023-10-11 15:35 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2023-10-11 15:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/46584#issuecomment-1757974494

Comment:
lgtm

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

* Re: [PR PATCH] [Merged]: duplicity, deja-dup: update
  2023-10-11  3:07 [PR PATCH] duplicity, deja-dup: update ahesford
  2023-10-11 15:03 ` dkwo
  2023-10-11 15:35 ` Johnnynator
@ 2023-10-11 15:35 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2023-10-11 15:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

There's a merged pull request on the void-packages repository

duplicity, deja-dup: update
https://github.com/void-linux/void-packages/pull/46584

Description:
The duplicity update shoudl fix #46572, and I updated deja-dup while I was at it. The current version of deja-dup fails 41 tests and passes 16, but the new version fails 39 and passes 19.

I don't use either of these and can't meaningfully test them.

cc: @dkwo @Johnnynator 

#### Testing the changes
- I tested the changes in this PR: **NO**

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

end of thread, other threads:[~2023-10-11 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11  3:07 [PR PATCH] duplicity, deja-dup: update ahesford
2023-10-11 15:03 ` dkwo
2023-10-11 15:35 ` Johnnynator
2023-10-11 15:35 ` [PR PATCH] [Merged]: " Johnnynator

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 NNTP newsgroup(s).