Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2020-05-08 23:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Fri May  8 23:07:37 2020 rev:58 rq:801755 version:0.8.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2020-03-21 
00:01:02.433084415 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new.2738/duplicity.changes    
2020-05-08 23:07:48.070162477 +0200
@@ -1,0 +2,25 @@
+Fri May  8 00:44:51 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 0.8.13: 
+  + Fixed bug #1876778 - byte/str issues in megabackend.py.
+  + Fixed bug #1876446 - WebDAV backend creates only tiny or 0 Byte
+    files.
+  + Fixed bug #1875529 - Support hiding instead of deletin on B2.
+  + Fixed bug #1872332 - NameError in ssh_paramiko_backend.py.
+  + Fixed bug #1869921 - B2 backup resume fails for TypeError.
+  + - Enable additional pylint warnings. Make 1st pass at
+    correction.
+  + - Renamed globals to config to fix conflict with
+    __builtin__.globals().
+  + - Resolved conflict between duplicity.config and
+    testing.manual.config.
+  + - Normalized emacs mode line to have encoding:utf8 on all *.py
+    files.
+  + Fixed bug #1868414 - timeout parameter not passed to
+    BlobService for Azure backend.
+- Rebase duplicity-remove_shebang.patch.
+- Remove logic to handle the bzr revision appended to the version:
+  not needed anymore.
+- Add python3-setuptools_scm to BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.12.1612.tar.gz

New:
----
  duplicity-0.8.13.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.bVJw4o/_old  2020-05-08 23:07:50.450167339 +0200
+++ /var/tmp/diff_new_pack.bVJw4o/_new  2020-05-08 23:07:50.454167347 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define version_base 0.8.12
-%define bzr_rev 1612
 Name:           duplicity
-Version:        %{version_base}.%{bzr_rev}
+Version:        0.8.13
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later
 Group:          Productivity/Archiving/Backup
 URL:            http://duplicity.nongnu.org/
-Source:         
https://code.launchpad.net/%{name}/0.8-series/%{version_base}/+download/%{name}-%{version}.tar.gz
+Source:         
https://code.launchpad.net/%{name}/0.8-series/%{version}/+download/%{name}-%{version}.tar.gz
 Patch1:         duplicity-remove_shebang.patch
 BuildRequires:  fdupes
 BuildRequires:  librsync-devel >= 0.9.6
@@ -33,6 +31,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest-runner
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-setuptools_scm
 Requires:       gpg
 Requires:       python3-fasteners
 Requires:       python3-future
@@ -61,7 +60,6 @@
 %patch1 -p1
 
 %build
-sed -i "s/revno = u'0'/revno = u'%{bzr_rev}'/" setup.py
 %python3_build
 
 %install

++++++ duplicity-0.8.12.1612.tar.gz -> duplicity-0.8.13.tar.gz ++++++
++++ 78174 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.bVJw4o/_old  2020-05-08 23:07:50.710167870 +0200
+++ /var/tmp/diff_new_pack.bVJw4o/_new  2020-05-08 23:07:50.710167870 +0200
@@ -1,25 +1,18 @@
-diff -urEbwB duplicity-0.8.10.orig/bin/duplicity duplicity-0.8.10/bin/duplicity
---- duplicity-0.8.10.orig/bin/duplicity        2020-01-13 18:55:45.000000000 
-0600
-+++ duplicity-0.8.10/bin/duplicity     2020-01-23 15:43:52.629406317 -0600
+diff -urEbwB duplicity-0.8.13.orig/bin/duplicity duplicity-0.8.13/bin/duplicity
+--- duplicity-0.8.13.orig/bin/duplicity        2020-04-16 10:20:56.000000000 
-0500
++++ duplicity-0.8.13/bin/duplicity     2020-05-07 19:36:27.807146479 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3
- # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
+ # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
  #
  # duplicity -- Encrypted bandwidth efficient backup
-diff -urEbwB duplicity-0.8.10.orig/bin/rdiffdir duplicity-0.8.10/bin/rdiffdir
---- duplicity-0.8.10.orig/bin/rdiffdir 2020-01-13 18:55:19.000000000 -0600
-+++ duplicity-0.8.10/bin/rdiffdir      2020-01-23 15:43:52.629406317 -0600
-@@ -1,2 +1,2 @@
--#!/usr/bin/env python3
-+#!/usr/bin/python3
- # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
-diff -urEbwB duplicity-0.8.10.orig/compilec.py duplicity-0.8.10/compilec.py
---- duplicity-0.8.10.orig/compilec.py  2019-12-28 15:19:23.000000000 -0600
-+++ duplicity-0.8.10/compilec.py       2020-01-23 15:43:52.633406338 -0600
+diff -urEbwB duplicity-0.8.13.orig/bin/rdiffdir duplicity-0.8.13/bin/rdiffdir
+--- duplicity-0.8.13.orig/bin/rdiffdir 2020-04-16 10:20:56.000000000 -0500
++++ duplicity-0.8.13/bin/rdiffdir      2020-05-07 19:36:32.607171822 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3
- # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
+ # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
  #
- # Copyright 2002 Ben Escoto <b...@emerose.org>
+ # rdiffdir -- Extend rdiff functionality to directories


Reply via email to