Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2020-02-28 15:20:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Fri Feb 28 15:20:21 2020 rev:56 rq:779983 version:0.8.11.1596

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2020-01-08 
17:56:45.613710564 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new.26092/duplicity.changes   
2020-02-28 15:20:31.893794211 +0100
@@ -1,0 +2,46 @@
+Wed Feb 26 15:14:17 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Fix source URI. 
+
+-------------------------------------------------------------------
+Tue Feb 25 23:11:19 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 0.8.11: 
+  + Fixed to work around par2 0.8.1 core dump on short name.
+  + Merged in translation updates.
+  + Fixed bug #1857818 - startswith first arg must be bytes.
+  + Fixed bug #1863018 - mediafire backend fails on py3.
+  + Fixed bug #1236248 - --extra-clean clobbers old backups.
+  + Add rclone requirement to snapcraft.yaml.
+  + Fixed bug #1860405 - Auth mechanism not supported.
+  + Fixed bug #1862672 - test_log does not respect TMPDIR.
+  + Renamed botobackend.py to s3_boto_backend.py.
+  + Reworked setup.py to build a pip-compatible distribution
+    tarball of duplicity.
+  + Added dist/makepip for convenience.
+  + Adjust Dockerfiles to new requirements.
+  + Fixed bug #1861287 - Removing old backup chains fails using
+    pexpect+sftp.
+  + Enhance setup.py/cfg to allow install by pip.
+  + Changes in version 0.8.10:
+  + Switched to python3 for snaps.
+  + Fixed bug #1858713 - paramiko socket.timeout.
+  + Removed some unneeded includes of gettext
+  + Fixed bug #1859304 with patch from Arduous
+    - Backup and restore do not work on SCP backend.
+  + Move to single-sourceing the package version.
+  + Fixed bug #1859877 - syntax warning on python 3.8.
+  + Skip functional/test_selection::TestUnicode if
+    python version is less than 3.7.
+  + Clean up some TODO tasks in testing code.
+  + Clean up deprecation errors in Python 3.8.
+  + Fixed bug #1858204 - ENODEV should be added to
+    list of recognized error strings.
+  + Fixed bug #1858207 missing targets in multibackend.
+  + Merged in translation updates.
+- Rebase duplicity-remove_shebang.patch.
+- Modify setup.py to default to the correct revision absent a bzr
+  tree, so that documentation is installed into a reasonable
+  directory.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.09.tar.gz

New:
----
  duplicity-0.8.11.1596.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.ge0AC3/_old  2020-02-28 15:20:33.361797200 +0100
+++ /var/tmp/diff_new_pack.ge0AC3/_new  2020-02-28 15:20:33.365797208 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duplicity
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,16 @@
 #
 
 
+%define version_base 0.8.11
+%define bzr_rev 1596
 Name:           duplicity
-Version:        0.8.09
+Version:        %{version_base}.%{bzr_rev}
 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}/+download/%{name}-%{version}.tar.gz
+Source:         
https://code.launchpad.net/%{name}/0.8-series/%{version_base}/+download/%{name}-%{version}.tar.gz
 Patch1:         duplicity-remove_shebang.patch
 BuildRequires:  fdupes
 BuildRequires:  librsync-devel >= 0.9.6
@@ -59,6 +61,7 @@
 %patch1 -p1
 
 %build
+sed -i "s/revno = u'0'/revno = u'%{bzr_rev}'/" setup.py
 %python3_build
 
 %install

++++++ duplicity-0.8.09.tar.gz -> duplicity-0.8.11.1596.tar.gz ++++++
++++ 77621 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.ge0AC3/_old  2020-02-28 15:20:33.629797746 +0100
+++ /var/tmp/diff_new_pack.ge0AC3/_new  2020-02-28 15:20:33.629797746 +0100
@@ -1,22 +1,22 @@
-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
+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
 @@ -1,4 +1,4 @@
 -#!/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.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
+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
- # rdiffdir -- Extend rdiff functionality to directories
-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
+ # -*- 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
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3


Reply via email to