Hello community,

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

Package is "duplicity"

Fri Jan  3 17:37:10 2020 rev:54 rq:760474 version:0.8.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2019-11-15 
00:40:03.875689826 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new.6675/duplicity.changes    
2020-01-03 17:37:10.647301612 +0100
@@ -1,0 +2,22 @@
+Thu Jan  2 15:25:52 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 0.8.08: 
+  + Fixed a typo made during Python 3 conversion.
+  + Issue warning on temporary connection loss.
+  + Fixes bug #1840044: Migrate boto backend to boto3
+    - New module uses boto3+s3:// as schema.
+  + Fixed bug #1853809 - Tests failing with Python 3.8 /
+    Deprecation warnings.
+  + Fixed bug #1853655 - duplicity crashes with
+    --exclude-older-than
+    - The exclusion setup checked for valid string only.  Made
+      the code comprehend datetime (int) as well.
+  + Applied patches to handle translations.
+  + Added build signing to dist/makesnap.
+  + Fixed bug #1852876 '_io.BufferedReader' object has no
+    attribute 'uc_name'.
+  + B2 moved the API from "b2" package into a separate "b2sdk"
+    package.
+- Rebase duplicity-remove_shebang.patch.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.07.tar.gz

New:
----
  duplicity-0.8.08.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.c1psmn/_old  2020-01-03 17:37:11.127301859 +0100
+++ /var/tmp/diff_new_pack.c1psmn/_new  2020-01-03 17:37:11.127301859 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duplicity
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           duplicity
-Version:        0.8.07
+Version:        0.8.08
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later

++++++ duplicity-0.8.07.tar.gz -> duplicity-0.8.08.tar.gz ++++++
++++ 52699 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.c1psmn/_old  2020-01-03 17:37:11.391301994 +0100
+++ /var/tmp/diff_new_pack.c1psmn/_new  2020-01-03 17:37:11.395301996 +0100
@@ -14,11 +14,11 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python3
  # rdiffdir -- Extend rdiff functionality to directories
-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
+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
 @@ -1,4 +1,4 @@
--#!/usr/bin/env python
+-#!/usr/bin/env python3
 +#!/usr/bin/python3
  # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
  #


Reply via email to