Github messages for voidlinux
 help / color / mirror / Atom feed
From: thetredev <thetredev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] backintime: update to 1.4.1.
Date: Sun, 10 Mar 2024 00:14:45 +0100	[thread overview]
Message-ID: <20240309231445.0CD4F235C9@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47880@inbox.vuxu.org>

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

There is an updated pull request by thetredev against master on the void-packages repository

https://github.com/thetredev/void-packages update-package/backintime
https://github.com/void-linux/void-packages/pull/47880

backintime: update to 1.4.1.
#### Testing the changes
- I tested the changes in this PR: **YES**. The Qt GUI launches and I can setup backup targets. The CLI runs and doesn't complain, but I don't know how to use it so I assume it's fine also.

#### Local build testing
- I built this PR locally for my native architecture, `x86_64-glibc`

#### Questions to maintainers
- The package revision has been reset to `1`, because the minor version changed to `4`. Please tell me if this is correct.

#### Further Notes
- The patch `srcpkgs/backintime/patches/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch` has been deleted because it is included in backintime 1.4.1 (see https://github.com/bit-team/backintime/commit/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-package/backintime-47880.patch --]
[-- Type: text/x-diff, Size: 3799 bytes --]

From 7af01ad2ec5ce72a46a1648e3b670cf5b185ed83 Mon Sep 17 00:00:00 2001
From: Timo Reichl <thetredev@gmail.com>
Date: Sun, 10 Mar 2024 00:01:54 +0100
Subject: [PATCH] backintime: update to 1.4.3.

Signed-off-by: Timo Reichl <thetredev@gmail.com>
---
 ...23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch | 51 -------------------
 srcpkgs/backintime/template                   | 14 ++---
 2 files changed, 3 insertions(+), 62 deletions(-)
 delete mode 100644 srcpkgs/backintime/patches/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch

diff --git a/srcpkgs/backintime/patches/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch b/srcpkgs/backintime/patches/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch
deleted file mode 100644
index e6a871e962d396..00000000000000
--- a/srcpkgs/backintime/patches/e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From e1ae23ddc0b4229053e3e9c6c61adcb7f3d8e9b3 Mon Sep 17 00:00:00 2001
-From: Germar Reitze <germar.reitze@gmail.com>
-Date: Mon, 5 Jul 2021 19:11:58 +0200
-Subject: [PATCH] Tests no longer work with Python 3.10 (fixes: #1175)
-
----
- CHANGES         | 5 ++++-
- common/tools.py | 7 +++++--
- 2 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/CHANGES b/CHANGES
-index c01501f2..0eb5b489 100644
---- a/CHANGES
-+++ b/CHANGES
-@@ -1,7 +1,10 @@
- Back In Time
- 
-+Version 1.3.2
-+* Fix bug: Tests no longer work with Python 3.10 (https://github.com/bit-team/backintime/issues/1175)
-+
- Version 1.3.1
--* bump version, forgot to push branch to Github before releasing 
-+* bump version, forgot to push branch to Github before releasing
- 
- Version 1.3.0
- * Merge PR: Fix FileNotFoundError exception in mount.mounted, Thanks tatokis (https://github.com/bit-team/backintime/pull/1157)
-diff --git a/common/tools.py b/common/tools.py
-index 528da707..12645224 100644
---- a/common/tools.py
-+++ b/common/tools.py
-@@ -25,7 +25,10 @@
- import errno
- import gzip
- import tempfile
--import collections
-+try:
-+    from collections.abc import MutableSet
-+except ImportError:
-+    from collections import MutableSet
- import hashlib
- import ipaddress
- import atexit
-@@ -1802,7 +1805,7 @@ def reset(self, path):
-         self.history = [path,]
-         self.index = 0
- 
--class OrderedSet(collections.MutableSet):
-+class OrderedSet(MutableSet):
-     """
-     OrderedSet from Python recipe
-     http://code.activestate.com/recipes/576694/
diff --git a/srcpkgs/backintime/template b/srcpkgs/backintime/template
index 4550ddabf8b08d..acaf74239f2623 100644
--- a/srcpkgs/backintime/template
+++ b/srcpkgs/backintime/template
@@ -1,7 +1,7 @@
 # Template file for 'backintime'
 pkgname=backintime
-version=1.3.1
-revision=3
+version=1.4.3
+revision=1
 configure_args="--python3"
 pycompile_dirs="/usr/share/backintime"
 hostmakedepends="gettext python3"
@@ -11,7 +11,7 @@ maintainer="Alpicoid <alpicoid@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/bit-team/backintime"
 distfiles="https://github.com/bit-team/backintime/releases/download/${version}/backintime-${version}.tar.gz"
-checksum=4ffbca4f92c16a7f1c6ce2df17ea88ca13ebf70a2771286e3eebacdce3a2a44e
+checksum=68874587883f33b2a8fec5c00cb446034a3110e9198339fc9152543951790776
 python_version=3
 
 do_configure() {
@@ -40,14 +40,6 @@ backintime-qt_package() {
 	depends="backintime-${version}_${revision}
 	 python3-PyQt5 python3-PyQt5-dbus libnotify xdpyinfo"
 	pkg_install() {
-		vmove etc/dbus-1
-		vmove "usr/bin/backintime-qt*"
-		vmove usr/share/applications
-		vmove usr/share/backintime/qt
-		vmove usr/share/bash-completion/completions/backintime-qt
-		vmove usr/share/dbus-1
-		vmove usr/share/doc/backintime-qt
-		vmove usr/share/doc/qt
 		vmove usr/share/icons
 		vmove "usr/share/man/man1/backintime-qt*"
 		vmove usr/share/polkit-1

  parent reply	other threads:[~2024-03-09 23:14 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22 23:28 [PR PATCH] " thetredev
2023-12-22 23:38 ` Duncaen
2023-12-22 23:47 ` thetredev
2023-12-23  0:01 ` [PR PATCH] [Updated] " thetredev
2023-12-23  0:01 ` thetredev
2023-12-23  0:03 ` thetredev
2023-12-23  0:04 ` thetredev
2023-12-23  0:06 ` [PR REVIEW] " Duncaen
2023-12-23  0:17 ` thetredev
2023-12-23  0:30 ` thetredev
2023-12-23  0:30 ` thetredev
2023-12-23  0:31 ` thetredev
2023-12-23  0:33 ` thetredev
2023-12-23  0:34 ` thetredev
2023-12-23  0:37 ` thetredev
2023-12-23  0:40 ` thetredev
2023-12-23  0:46 ` Duncaen
2023-12-23  0:50 ` thetredev
2023-12-23  0:50 ` thetredev
2023-12-23  0:55 ` [PR PATCH] [Updated] " thetredev
2023-12-23  0:55 ` [PR REVIEW] " thetredev
2023-12-23 16:54 ` classabbyamp
2023-12-23 16:57 ` classabbyamp
2023-12-23 16:58 ` classabbyamp
2023-12-23 18:59 ` thetredev
2023-12-23 19:26 ` classabbyamp
2023-12-23 19:27 ` thetredev
2024-03-09 23:14 ` thetredev [this message]
2024-03-09 23:14 ` backintime: update to 1.4.3 thetredev
2024-03-09 23:17 ` [PR REVIEW] " thetredev
2024-03-09 23:18 ` [PR PATCH] [Updated] " thetredev
2024-03-09 23:21 ` thetredev
2024-03-09 23:21 ` thetredev
2024-03-11  0:01 ` [PR REVIEW] " classabbyamp
2024-03-11  0:07 ` thetredev
2024-03-11  0:09 ` thetredev
2024-03-11  0:12 ` classabbyamp
2024-03-11  0:15 ` thetredev
2024-03-11  0:16 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:19 ` [PR REVIEW] " thetredev
2024-03-11  0:19 ` thetredev
2024-03-11  0:24 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:26 ` thetredev
2024-03-11  0:28 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:29 ` thetredev
2024-03-11  0:39 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:40 ` thetredev
2024-06-09  1:52 ` github-actions
2024-06-11 19:57 ` [PR PATCH] [Updated] " thetredev
2024-06-11 19:57 ` thetredev
2024-06-11 20:04 ` [PR PATCH] [Merged]: " classabbyamp

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

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

  git send-email \
    --in-reply-to=20240309231445.0CD4F235C9@inbox.vuxu.org \
    --to=thetredev@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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).