Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2020-01-08 17:55:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Wed Jan  8 17:55:59 2020 rev:55 rq:761736 version:0.8.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2020-01-03 
17:37:10.647301612 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new.6675/duplicity.changes    
2020-01-08 17:56:45.613710564 +0100
@@ -1,0 +2,28 @@
+Wed Jan  8 01:39:09 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 0.8.09: 
+  + Merged in translation updates
+  + Add snapcraft login to makesnap
+  + Fixed bug #1858295 - Unicode error in source filename.
+  + Fixed bug #1855736 - Duplicity fails to start.
+  + Fix bytes/string differences in subprocess_popen().
+  + Fix bug #1857734 - TypeError in ssh_paramiko_backend.
+  + Fix bug #1858153 with patch from az
+    - mega backend: fails to create directory.
+  + Convert all shebangs to python3 for bug #1855736.
+  + Fixed bug #1857554 name 'file' is not defined
+  + Renamed testing/infrastructure to testing/docker.
+  + fix manpage indention
+  + clarify difference between boto backends
+  * add boto+s3:// for future use when boto3+s3://
+    will become default s3 backend.
+  + Fixed a mess I made.  setup.py was shebanged to
+    Py3, duplicity was shebanged to Py2.  This meant
+    that duplicity ran as Py2 but could not find its
+    modules because they were under Py3.  AArgh!
+  + Fixed bug #1856447 with hint from Enno L
+    - Replaced with formatted string
+  + Fixed bug #1855636 with patch from Filip Slunecko
+      - Wrong buf type returned on error.  Make bytes.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.08.tar.gz

New:
----
  duplicity-0.8.09.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.G4yaxO/_old  2020-01-08 17:56:48.801712241 +0100
+++ /var/tmp/diff_new_pack.G4yaxO/_new  2020-01-08 17:56:48.805712243 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           duplicity
-Version:        0.8.08
+Version:        0.8.09
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later

++++++ duplicity-0.8.08.tar.gz -> duplicity-0.8.09.tar.gz ++++++
++++ 42035 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.G4yaxO/_old  2020-01-08 17:56:49.093712395 +0100
+++ /var/tmp/diff_new_pack.G4yaxO/_new  2020-01-08 17:56:49.093712395 +0100
@@ -1,22 +1,22 @@
-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
+diff -urEbwB duplicity-0.8.09.orig/bin/duplicity duplicity-0.8.09/bin/duplicity
+--- duplicity-0.8.09.orig/bin/duplicity        2020-01-07 13:31:22.000000000 
-0600
++++ duplicity-0.8.09/bin/duplicity     2020-01-07 19:39:41.533829779 -0600
 @@ -1,4 +1,4 @@
--#!/usr/bin/env python
+-#!/usr/bin/env python3
 +#!/usr/bin/python3
  # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
  #
  # duplicity -- Encrypted bandwidth efficient backup
-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
+diff -urEbwB duplicity-0.8.09.orig/bin/rdiffdir duplicity-0.8.09/bin/rdiffdir
+--- duplicity-0.8.09.orig/bin/rdiffdir 2020-01-07 13:31:22.000000000 -0600
++++ duplicity-0.8.09/bin/rdiffdir      2020-01-07 19:39:48.157864751 -0600
 @@ -1,2 +1,2 @@
--#!/usr/bin/env python
+-#!/usr/bin/env python3
 +#!/usr/bin/python3
  # rdiffdir -- Extend rdiff functionality to directories
-diff -urEbwB duplicity-0.8.08.orig/compilec.py duplicity-0.8.08/compilec.py
---- duplicity-0.8.08.orig/compilec.py  2019-12-03 09:18:28.000000000 -0600
-+++ duplicity-0.8.08/compilec.py       2020-01-02 09:26:46.082465025 -0600
+diff -urEbwB duplicity-0.8.09.orig/compilec.py duplicity-0.8.09/compilec.py
+--- duplicity-0.8.09.orig/compilec.py  2019-12-28 15:19:23.000000000 -0600
++++ duplicity-0.8.09/compilec.py       2020-01-07 19:39:24.241738498 -0600
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3


Reply via email to