Hello community, here is the log from the commit of package duplicity for openSUSE:Factory checked in at 2019-09-09 12:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/duplicity (Old) and /work/SRC/openSUSE:Factory/.duplicity.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "duplicity" Mon Sep 9 12:37:33 2019 rev:50 rq:729276 version:0.8.04 Changes: -------- --- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes 2019-08-13 13:27:38.325317739 +0200 +++ /work/SRC/openSUSE:Factory/.duplicity.new.7948/duplicity.changes 2019-09-09 12:39:25.981432577 +0200 @@ -1,0 +2,19 @@ +Sun Sep 8 16:27:44 UTC 2019 - Michael Gorse <[email protected]> + +- Update to version 0.8.04: + + b2 backend requires additional import. + + Duplicity crashes when using --file-prefix. + + Removed socket.settimeout from backend.py. + It was already set in commandline.py. + + Removed pycryptopp from README requirements. + + Add packaging code for Snapcraft/Snap packages. + + Ran futurize selectively filter-by-filter to find the ones + that work. + + Change README-TESTING to be correct for running individual + tests now that we have moved to Tox/Pytest. + + Encode Azure back-end paths + + Removed a couple of unused files. + + Merged in translation updates. +- Rebase duplicity-remove_shebang.patch. + +------------------------------------------------------------------- Old: ---- duplicity-0.8.03.tar.gz New: ---- duplicity-0.8.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ duplicity.spec ++++++ --- /var/tmp/diff_new_pack.SGpZWX/_old 2019-09-09 12:39:27.321432358 +0200 +++ /var/tmp/diff_new_pack.SGpZWX/_new 2019-09-09 12:39:27.325432357 +0200 @@ -17,7 +17,7 @@ Name: duplicity -Version: 0.8.03 +Version: 0.8.04 Release: 0 Summary: Encrypted bandwidth-efficient backup using the rsync algorithm License: GPL-3.0-or-later ++++++ duplicity-0.8.03.tar.gz -> duplicity-0.8.04.tar.gz ++++++ ++++ 34133 lines of diff (skipped) ++++++ duplicity-remove_shebang.patch ++++++ --- /var/tmp/diff_new_pack.SGpZWX/_old 2019-09-09 12:39:27.681432299 +0200 +++ /var/tmp/diff_new_pack.SGpZWX/_new 2019-09-09 12:39:27.681432299 +0200 @@ -1,25 +1,24 @@ -diff -urEbwB duplicity-0.8.03.orig/bin/duplicity duplicity-0.8.03/bin/duplicity ---- duplicity-0.8.03.orig/bin/duplicity 2019-08-09 09:26:21.000000000 -0500 -+++ duplicity-0.8.03/bin/duplicity 2019-08-12 09:53:32.805486007 -0500 +diff -urEbwB duplicity-0.8.04.orig/bin/duplicity duplicity-0.8.04/bin/duplicity +--- duplicity-0.8.04.orig/bin/duplicity 2019-08-31 10:27:25.000000000 -0500 ++++ duplicity-0.8.04/bin/duplicity 2019-09-08 11:23:40.210222229 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # duplicity -- Encrypted bandwidth efficient backup -diff -urEbwB duplicity-0.8.03.orig/bin/rdiffdir duplicity-0.8.03/bin/rdiffdir ---- duplicity-0.8.03.orig/bin/rdiffdir 2019-08-09 09:26:21.000000000 -0500 -+++ duplicity-0.8.03/bin/rdiffdir 2019-08-12 09:53:32.809486028 -0500 +diff -urEbwB duplicity-0.8.04.orig/bin/rdiffdir duplicity-0.8.04/bin/rdiffdir +--- duplicity-0.8.04.orig/bin/rdiffdir 2019-08-31 10:27:25.000000000 -0500 ++++ duplicity-0.8.04/bin/rdiffdir 2019-09-08 11:23:40.210222229 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # rdiffdir -- Extend rdiff functionality to directories - # Version 0.8.03 released August 09, 2019 + # Version 0.8.04 released August 31, 2019 # -Only in duplicity-0.8.03/bin: rdiffdir.orig -diff -urEbwB duplicity-0.8.03.orig/compilec.py duplicity-0.8.03/compilec.py ---- duplicity-0.8.03.orig/compilec.py 2019-07-24 14:42:05.000000000 -0500 -+++ duplicity-0.8.03/compilec.py 2019-08-12 09:53:32.809486028 -0500 +diff -urEbwB duplicity-0.8.04.orig/compilec.py duplicity-0.8.04/compilec.py +--- duplicity-0.8.04.orig/compilec.py 2019-07-24 14:42:05.000000000 -0500 ++++ duplicity-0.8.04/compilec.py 2019-09-08 11:23:40.210222229 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3
