Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2018-08-24 17:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Fri Aug 24 17:11:03 2018 rev:41 rq:631089 version:0.7.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2018-03-07 
10:33:35.968811929 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2018-08-24 
17:11:07.442572071 +0200
@@ -1,0 +2,23 @@
+Thu Aug 23 10:51:47 UTC 2018 - mvet...@suse.com
+
+- Update to 0.7.18:
+  * Fixed bug #1756550 Online html man page is showing a 0 byte file
+  * Partial fix of bug #1734144 with patch from Joris van Eijden
+    - Note: this is really just a partial fix for now, since it only covers
+      the case where the local size does not yet match the remote size.  A
+      case where -1 is the returned length is not fixed.
+    - Number of retries is now same as globals.num_retries.
+    - Added standoff delay of 0.5 sec per attempt.
+  * Fixed bug #1764432 with patch from Robke Geenen
+    - Just join the parts together.
+  * Fixed bug #1717935 with suggestion from strainu
+    - Use urllib.quote_plus() to properly quote pathnames passed via URL
+  * Fixed bug #1780617 Test fail when GnuPG >= 2.2.8
+    - Relevant change in GnuPG 2.2.8: https://dev.gnupg.org/T3981
+    - Added '--ignore-mdc-error' to all gpg calls made.
+  * Fixed bug #1785520 with patch from Chris Hunt
+    - Fix for B2 version 1.3.4 just released
+  * Fix a 2to3 error in ssh_paramiko_backend.py
+- Update duplicity-remove_shebang.patch
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.7.17.tar.gz

New:
----
  duplicity-0.7.18.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.kruml0/_old  2018-08-24 17:11:08.342573143 +0200
+++ /var/tmp/diff_new_pack.kruml0/_new  2018-08-24 17:11:08.346573148 +0200
@@ -19,7 +19,7 @@
 %{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:           duplicity
-Version:        0.7.17
+Version:        0.7.18
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later

++++++ duplicity-0.7.17.tar.gz -> duplicity-0.7.18.tar.gz ++++++
++++ 52191 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.kruml0/_old  2018-08-24 17:11:08.630573486 +0200
+++ /var/tmp/diff_new_pack.kruml0/_new  2018-08-24 17:11:08.630573486 +0200
@@ -1,9 +1,27 @@
-diff --git a/duplicity/compilec.py b/duplicity/compilec.py
-index 62f9541..c0f63c7 100755
---- a/duplicity/compilec.py
-+++ b/duplicity/compilec.py
-@@ -1,4 +1,3 @@
+diff -urEbwB duplicity-0.7.18/bin/duplicity duplicity-0.7.18.new/bin/duplicity
+--- duplicity-0.7.18/bin/duplicity     2018-08-21 22:16:03.000000000 +0200
++++ duplicity-0.7.18.new/bin/duplicity 2018-08-23 12:49:07.655467794 +0200
+@@ -1,4 +1,4 @@
 -#!/usr/bin/env python2
++#!/usr/bin/python 
+ # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
+ #
+ # duplicity -- Encrypted bandwidth efficient backup
+diff -urEbwB duplicity-0.7.18/bin/rdiffdir duplicity-0.7.18.new/bin/rdiffdir
+--- duplicity-0.7.18/bin/rdiffdir      2018-08-21 22:16:03.000000000 +0200
++++ duplicity-0.7.18.new/bin/rdiffdir  2018-08-23 12:49:22.655540899 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2
++#!/usr/bin/python 
+ # rdiffdir -- Extend rdiff functionality to directories
+ # Version 0.7.18 released August 21, 2018
+ #
+diff -urEbwB duplicity-0.7.18/duplicity/compilec.py 
duplicity-0.7.18.new/duplicity/compilec.py
+--- duplicity-0.7.18/duplicity/compilec.py     2017-08-06 18:25:09.000000000 
+0200
++++ duplicity-0.7.18.new/duplicity/compilec.py 2018-08-23 12:50:17.731809338 
+0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2
++#!/usr/bin/python 
  # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
  #
  # Copyright 2002 Ben Escoto <b...@emerose.org>


Reply via email to