Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package backintime for openSUSE:Factory 
checked in at 2022-05-19 22:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/backintime (Old)
 and      /work/SRC/openSUSE:Factory/.backintime.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "backintime"

Thu May 19 22:49:31 2022 rev:24 rq:978030 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/backintime/backintime.changes    2021-07-13 
22:37:33.458069378 +0200
+++ /work/SRC/openSUSE:Factory/.backintime.new.1538/backintime.changes  
2022-05-19 22:50:02.146389932 +0200
@@ -1,0 +2,6 @@
+Wed May 18 12:35:31 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.3.2:
+  + Fix bug: Tests no longer work with Python 3.10.
+
+-------------------------------------------------------------------

Old:
----
  backintime-1.3.1.tar.gz
  backintime-1.3.1.tar.gz.asc

New:
----
  backintime-1.3.2.tar.gz
  backintime-1.3.2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ backintime.spec ++++++
--- /var/tmp/diff_new_pack.xVRwHf/_old  2022-05-19 22:50:03.202391285 +0200
+++ /var/tmp/diff_new_pack.xVRwHf/_new  2022-05-19 22:50:03.202391285 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package backintime
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           backintime
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        Backup tool for Linux inspired by the "flyback project"
 License:        GPL-2.0-or-later
 URL:            https://github.com/bit-team/backintime
-Source0:        
https://github.com/bit-team/backintime/releases/download/%{version}/%{name}-%{version}.tar.gz
-Source1:        
https://github.com/bit-team/backintime/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
+Source0:        
https://github.com/bit-team/backintime/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/bit-team/backintime/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 # Public key mentioned in https://github.com/bit-team/backintime#archlinux
 Source2:        %{name}.keyring
 Source3:        %{name}.png

++++++ backintime-1.3.1.tar.gz -> backintime-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/CHANGES new/backintime-1.3.2/CHANGES
--- old/backintime-1.3.1/CHANGES        2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/CHANGES        2022-03-12 14:33:53.000000000 +0100
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/README.md 
new/backintime-1.3.2/README.md
--- old/backintime-1.3.1/README.md      2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/README.md      2022-03-12 14:33:53.000000000 +0100
@@ -1,6 +1,6 @@
 # Back In Time
 
-Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
+Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
 
 [![Build 
Status](https://travis-ci.org/bit-team/backintime.svg?branch=master)](https://travis-ci.org/bit-team/backintime)
 [![Coverage 
Status](https://coveralls.io/repos/github/bit-team/backintime/badge.svg?branch=master)](https://coveralls.io/github/bit-team/backintime?branch=master)
@@ -15,7 +15,7 @@
 
 You only need to specify 3 things:
 * where to save snapshots
-* what folders to backup
+* what folders to back up
 * backup frequency (manual, every hour, every day, every month)
 
 ## Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/VERSION new/backintime-1.3.2/VERSION
--- old/backintime-1.3.1/VERSION        2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/VERSION        2022-03-12 14:33:53.000000000 +0100
@@ -1 +1 @@
-1.3.1
+1.3.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/applicationinstance.py 
new/backintime-1.3.2/common/applicationinstance.py
--- old/backintime-1.3.1/common/applicationinstance.py  2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/applicationinstance.py  2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/askpass.py 
new/backintime-1.3.2/common/askpass.py
--- old/backintime-1.3.1/common/askpass.py      2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/askpass.py      2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/backintime 
new/backintime-1.3.2/common/backintime
--- old/backintime-1.3.1/common/backintime      2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/backintime      2022-03-12 14:33:53.000000000 
+0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/backintime-askpass 
new/backintime-1.3.2/common/backintime-askpass
--- old/backintime-1.3.1/common/backintime-askpass      2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/backintime-askpass      2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/backintime.py 
new/backintime-1.3.2/common/backintime.py
--- old/backintime-1.3.1/common/backintime.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/backintime.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/bcolors.py 
new/backintime-1.3.2/common/bcolors.py
--- old/backintime-1.3.1/common/bcolors.py      2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/bcolors.py      2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-#    Copyright (C) 2015-2021 Germar Reitze
+#    Copyright (C) 2015-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/cli.py 
new/backintime-1.3.2/common/cli.py
--- old/backintime-1.3.1/common/cli.py  2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/cli.py  2022-03-12 14:33:53.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #    Back In Time
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/config.py 
new/backintime-1.3.2/common/config.py
--- old/backintime-1.3.1/common/config.py       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/config.py       2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -47,8 +47,8 @@
 
 class Config(configfile.ConfigFileWithProfiles):
     APP_NAME = 'Back In Time'
-    VERSION = '1.3.1'
-    COPYRIGHT = 'Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard 
Bailey, Germar Reitze'
+    VERSION = '1.3.2'
+    COPYRIGHT = 'Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard 
Bailey, Germar Reitze'
     CONFIG_VERSION = 6
 
     NONE = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/configfile.py 
new/backintime-1.3.2/common/configfile.py
--- old/backintime-1.3.1/common/configfile.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/configfile.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/common/create-manpage-backintime-config.py 
new/backintime-1.3.2/common/create-manpage-backintime-config.py
--- old/backintime-1.3.1/common/create-manpage-backintime-config.py     
2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/create-manpage-backintime-config.py     
2022-03-12 14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/driveinfo.py 
new/backintime-1.3.2/common/driveinfo.py
--- old/backintime-1.3.1/common/driveinfo.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/driveinfo.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/dummytools.py 
new/backintime-1.3.2/common/dummytools.py
--- old/backintime-1.3.1/common/dummytools.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/dummytools.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/encfstools.py 
new/backintime-1.3.2/common/encfstools.py
--- old/backintime-1.3.1/common/encfstools.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/encfstools.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze, Taylor Raack
+#    Copyright (C) 2012-2022 Germar Reitze, Taylor Raack
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/exceptions.py 
new/backintime-1.3.2/common/exceptions.py
--- old/backintime-1.3.1/common/exceptions.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/exceptions.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2015-2021 Germar Reitze
+#    Copyright (C) 2015-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/guiapplicationinstance.py 
new/backintime-1.3.2/common/guiapplicationinstance.py
--- old/backintime-1.3.1/common/guiapplicationinstance.py       2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/guiapplicationinstance.py       2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/logger.py 
new/backintime-1.3.2/common/logger.py
--- old/backintime-1.3.1/common/logger.py       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/logger.py       2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/man/C/backintime-askpass.1 
new/backintime-1.3.2/common/man/C/backintime-askpass.1
--- old/backintime-1.3.1/common/man/C/backintime-askpass.1      2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/man/C/backintime-askpass.1      2022-03-12 
14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-.TH backintime-askpass 1 "Jan 2015" "version 1.3.1" "USER COMMANDS"
+.TH backintime-askpass 1 "Jan 2015" "version 1.3.2" "USER COMMANDS"
 .SH NAME
 backintime-askpass \- a simple backup tool for Linux.
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/man/C/backintime-config.1 
new/backintime-1.3.2/common/man/C/backintime-config.1
--- old/backintime-1.3.1/common/man/C/backintime-config.1       2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/man/C/backintime-config.1       2022-03-12 
14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-.TH backintime-config 1 "Nov 2017" "version 1.3.1" "USER COMMANDS"
+.TH backintime-config 1 "Nov 2017" "version 1.3.2" "USER COMMANDS"
 .SH NAME
 config \- BackInTime configuration files.
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/man/C/backintime.1 
new/backintime-1.3.2/common/man/C/backintime.1
--- old/backintime-1.3.1/common/man/C/backintime.1      2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/man/C/backintime.1      2022-03-12 
14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-.TH backintime 1 "Aug 2016" "version 1.3.1" "USER COMMANDS"
+.TH backintime 1 "Aug 2016" "version 1.3.2" "USER COMMANDS"
 .SH NAME
 backintime \- a simple backup tool for Linux.
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/mount.py 
new/backintime-1.3.2/common/mount.py
--- old/backintime-1.3.1/common/mount.py        2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/mount.py        2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze, Taylor Raack
+#    Copyright (C) 2012-2022 Germar Reitze, Taylor Raack
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/password.py 
new/backintime-1.3.2/common/password.py
--- old/backintime-1.3.1/common/password.py     2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/password.py     2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/password_ipc.py 
new/backintime-1.3.2/common/password_ipc.py
--- old/backintime-1.3.1/common/password_ipc.py 2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/password_ipc.py 2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/pluginmanager.py 
new/backintime-1.3.2/common/pluginmanager.py
--- old/backintime-1.3.1/common/pluginmanager.py        2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/pluginmanager.py        2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/common/plugins/usercallbackplugin.py 
new/backintime-1.3.2/common/plugins/usercallbackplugin.py
--- old/backintime-1.3.1/common/plugins/usercallbackplugin.py   2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/plugins/usercallbackplugin.py   2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/progress.py 
new/backintime-1.3.2/common/progress.py
--- old/backintime-1.3.1/common/progress.py     2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/progress.py     2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/snapshotlog.py 
new/backintime-1.3.2/common/snapshotlog.py
--- old/backintime-1.3.1/common/snapshotlog.py  2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/snapshotlog.py  2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Germar Reitze
+# Copyright (C) 2016-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/snapshots.py 
new/backintime-1.3.2/common/snapshots.py
--- old/backintime-1.3.1/common/snapshots.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/snapshots.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #      Back In Time
-#      Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, 
Germar Reitze, Taylor Raack
+#      Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, 
Germar Reitze, Taylor Raack
 #
 #      This program is free software; you can redistribute it and/or modify
 #      it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/sshMaxArg.py 
new/backintime-1.3.2/common/sshMaxArg.py
--- old/backintime-1.3.1/common/sshMaxArg.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/sshMaxArg.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-#    Copyright (C) 2015-2021 Germar Reitze
+#    Copyright (C) 2015-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/sshtools.py 
new/backintime-1.3.2/common/sshtools.py
--- old/backintime-1.3.1/common/sshtools.py     2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/sshtools.py     2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze, Taylor Raack
+#    Copyright (C) 2012-2022 Germar Reitze, Taylor Raack
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/__init__.py 
new/backintime-1.3.2/common/test/__init__.py
--- old/backintime-1.3.1/common/test/__init__.py        2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/__init__.py        2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2015-2021 Germar Reitze
+# Copyright (C) 2015-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/dummy_test_process.sh 
new/backintime-1.3.2/common/test/dummy_test_process.sh
--- old/backintime-1.3.1/common/test/dummy_test_process.sh      2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/dummy_test_process.sh      2022-03-12 
14:33:53.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Back In Time
-# Copyright (C) 2016-2021 Germar Reitze
+# Copyright (C) 2016-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/generic.py 
new/backintime-1.3.2/common/test/generic.py
--- old/backintime-1.3.1/common/test/generic.py 2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/test/generic.py 2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Germar Reitze
+# Copyright (C) 2016-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/common/test/test_applicationinstance.py 
new/backintime-1.3.2/common/test/test_applicationinstance.py
--- old/backintime-1.3.1/common/test/test_applicationinstance.py        
2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_applicationinstance.py        
2022-03-12 14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_argparser.py 
new/backintime-1.3.2/common/test/test_argparser.py
--- old/backintime-1.3.1/common/test/test_argparser.py  2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_argparser.py  2022-03-12 
14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2015-2021 Germar Reitze
+#    Copyright (C) 2015-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_backup.py 
new/backintime-1.3.2/common/test/test_backup.py
--- old/backintime-1.3.1/common/test/test_backup.py     2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_backup.py     2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Germar Reitze
+# Copyright (C) 2016-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_configfile.py 
new/backintime-1.3.2/common/test/test_configfile.py
--- old/backintime-1.3.1/common/test/test_configfile.py 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_configfile.py 2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_encfstools.py 
new/backintime-1.3.2/common/test/test_encfstools.py
--- old/backintime-1.3.1/common/test/test_encfstools.py 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_encfstools.py 2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Taylor Raack, Germar Reitze
+# Copyright (C) 2016-2022 Taylor Raack, Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_restore.py 
new/backintime-1.3.2/common/test/test_restore.py
--- old/backintime-1.3.1/common/test/test_restore.py    2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_restore.py    2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_sid.py 
new/backintime-1.3.2/common/test/test_sid.py
--- old/backintime-1.3.1/common/test/test_sid.py        2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_sid.py        2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_snapshotlog.py 
new/backintime-1.3.2/common/test/test_snapshotlog.py
--- old/backintime-1.3.1/common/test/test_snapshotlog.py        2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_snapshotlog.py        2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Germar Reitze
+# Copyright (C) 2016-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_snapshots.py 
new/backintime-1.3.2/common/test/test_snapshots.py
--- old/backintime-1.3.1/common/test/test_snapshots.py  2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_snapshots.py  2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_sshtools.py 
new/backintime-1.3.2/common/test/test_sshtools.py
--- old/backintime-1.3.1/common/test/test_sshtools.py   2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_sshtools.py   2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2016-2021 Taylor Raack, Germar Reitze
+# Copyright (C) 2016-2022 Taylor Raack, Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_takeSnapshot.py 
new/backintime-1.3.2/common/test/test_takeSnapshot.py
--- old/backintime-1.3.1/common/test/test_takeSnapshot.py       2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_takeSnapshot.py       2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/test/test_tools.py 
new/backintime-1.3.2/common/test/test_tools.py
--- old/backintime-1.3.1/common/test/test_tools.py      2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/common/test/test_tools.py      2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 # Back In Time
-# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
+# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/common/tools.py 
new/backintime-1.3.2/common/tools.py
--- old/backintime-1.3.1/common/tools.py        2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/common/tools.py        2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -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 @@
         self.history = [path,]
         self.index = 0
 
-class OrderedSet(collections.MutableSet):
+class OrderedSet(MutableSet):
     """
     OrderedSet from Python recipe
     http://code.activestate.com/recipes/576694/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/debian/changelog 
new/backintime-1.3.2/debian/changelog
--- old/backintime-1.3.1/debian/changelog       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/debian/changelog       2022-03-12 14:33:53.000000000 
+0100
@@ -1,3 +1,3 @@
-backintime (1.3.1) unstable; urgency=low
-  * bump version, forgot to push branch to Github before releasing 
- -- Germar Reitze <[email protected]>  Mon, 05 Jul 2021 16:43:22 +0200
+backintime (1.3.2) unstable; urgency=low
+  * Fix bug: Tests no longer work with Python 3.10 
(https://github.com/bit-team/backintime/issues/1175)
+ -- Germar Reitze <[email protected]>  Sat, 12 Mar 2022 14:23:43 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/debian/copyright 
new/backintime-1.3.2/debian/copyright
--- old/backintime-1.3.1/debian/copyright       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/debian/copyright       2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 Back In Time
-Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 
 A copy of the license can be found:
 /usr/share/common-licenses/GPL-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/app.py 
new/backintime-1.3.2/qt/app.py
--- old/backintime-1.3.1/qt/app.py      2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/app.py      2022-03-12 14:33:53.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: UTF-8 -*-
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/backintime-qt 
new/backintime-1.3.2/qt/backintime-qt
--- old/backintime-1.3.1/qt/backintime-qt       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/backintime-qt       2022-03-12 14:33:53.000000000 
+0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/docbook/en/index.docbook 
new/backintime-1.3.2/qt/docbook/en/index.docbook
--- old/backintime-1.3.1/qt/docbook/en/index.docbook    2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/docbook/en/index.docbook    2022-03-12 
14:33:53.000000000 +0100
@@ -3,8 +3,8 @@
 <!ENTITY legal SYSTEM "legal.xml">
 <!ENTITY appname "Back In Time">
 <!ENTITY app "<application>&appname;</application>">
-<!ENTITY appversion "1.3.1">
-<!ENTITY manrevision "1.3.1">
+<!ENTITY appversion "1.3.2">
+<!ENTITY manrevision "1.3.2">
 <!ENTITY date "Juliy 2010">
 ]>
 <!--
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/icon.py 
new/backintime-1.3.2/qt/icon.py
--- old/backintime-1.3.1/qt/icon.py     2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icon.py     2022-03-12 14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/16x16/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/16x16/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/16x16/actions/show-hidden.svg 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/16x16/actions/show-hidden.svg 2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/22x22/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/22x22/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/22x22/actions/show-hidden.svg 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/22x22/actions/show-hidden.svg 2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/24x24/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/24x24/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/24x24/actions/show-hidden.svg 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/24x24/actions/show-hidden.svg 2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/32x32/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/32x32/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/32x32/actions/show-hidden.svg 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/32x32/actions/show-hidden.svg 2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/48x48/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/48x48/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/48x48/actions/show-hidden.svg 2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/48x48/actions/show-hidden.svg 2022-03-12 
14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/backintime-1.3.1/qt/icons/scalable/actions/show-hidden.svg 
new/backintime-1.3.2/qt/icons/scalable/actions/show-hidden.svg
--- old/backintime-1.3.1/qt/icons/scalable/actions/show-hidden.svg      
2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/icons/scalable/actions/show-hidden.svg      
2022-03-12 14:33:53.000000000 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 
-<!-- Copyright (C) 2015-2021 Germar Reitze -->
+<!-- Copyright (C) 2015-2022 Germar Reitze -->
 
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/logviewdialog.py 
new/backintime-1.3.2/qt/logviewdialog.py
--- old/backintime-1.3.1/qt/logviewdialog.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/logviewdialog.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/man/C/backintime-qt.1 
new/backintime-1.3.2/qt/man/C/backintime-qt.1
--- old/backintime-1.3.1/qt/man/C/backintime-qt.1       2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/man/C/backintime-qt.1       2022-03-12 
14:33:53.000000000 +0100
@@ -1,4 +1,4 @@
-.TH backintime-qt 1 "Aug 2016" "version 1.3.1" "USER COMMANDS"
+.TH backintime-qt 1 "Aug 2016" "version 1.3.2" "USER COMMANDS"
 .SH NAME
 backintime-qt \- a simple backup tool.
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/messagebox.py 
new/backintime-1.3.2/qt/messagebox.py
--- old/backintime-1.3.1/qt/messagebox.py       2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/messagebox.py       2022-03-12 14:33:53.000000000 
+0100
@@ -1,4 +1,4 @@
-#    Copyright (C) 2012-2021 Germar Reitze
+#    Copyright (C) 2012-2022 Germar Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/plugins/notifyplugin.py 
new/backintime-1.3.2/qt/plugins/notifyplugin.py
--- old/backintime-1.3.1/qt/plugins/notifyplugin.py     2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/plugins/notifyplugin.py     2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/plugins/qt4plugin.py 
new/backintime-1.3.2/qt/plugins/qt4plugin.py
--- old/backintime-1.3.1/qt/plugins/qt4plugin.py        2021-07-05 
16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/plugins/qt4plugin.py        2022-03-12 
14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/qtsystrayicon.py 
new/backintime-1.3.2/qt/qtsystrayicon.py
--- old/backintime-1.3.1/qt/qtsystrayicon.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/qtsystrayicon.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/qttools.py 
new/backintime-1.3.2/qt/qttools.py
--- old/backintime-1.3.1/qt/qttools.py  2021-07-05 16:45:51.000000000 +0200
+++ new/backintime-1.3.2/qt/qttools.py  2022-03-12 14:33:53.000000000 +0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/restoredialog.py 
new/backintime-1.3.2/qt/restoredialog.py
--- old/backintime-1.3.1/qt/restoredialog.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/restoredialog.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/serviceHelper.py 
new/backintime-1.3.2/qt/serviceHelper.py
--- old/backintime-1.3.1/qt/serviceHelper.py    2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/serviceHelper.py    2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 # (from BackInTime)
-# Copyright (C) 2015-2021 Germar Reitze
+# Copyright (C) 2015-2022 Germar Reitze
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/settingsdialog.py 
new/backintime-1.3.2/qt/settingsdialog.py
--- old/backintime-1.3.1/qt/settingsdialog.py   2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/settingsdialog.py   2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze, Taylor Raack
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.3.1/qt/snapshotsdialog.py 
new/backintime-1.3.2/qt/snapshotsdialog.py
--- old/backintime-1.3.1/qt/snapshotsdialog.py  2021-07-05 16:45:51.000000000 
+0200
+++ new/backintime-1.3.2/qt/snapshotsdialog.py  2022-03-12 14:33:53.000000000 
+0100
@@ -1,5 +1,5 @@
 #    Back In Time
-#    Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
+#    Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar 
Reitze
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Reply via email to