Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2019-07-26 12:43:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Fri Jul 26 12:43:59 2019 rev:48 rq:718737 version:0.8.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2019-07-21 
11:35:14.460767274 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new.4126/duplicity.changes    
2019-07-26 12:44:19.629839752 +0200
@@ -1,0 +2,34 @@
+Thu Jul 25 22:15:21 UTC 2019 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 0.8.02:
+    * Remove python-gettext from requirements.txt.  Normal
+      Python installation includes gettext.
+    * Mod README to include Python 3.6 and 3.7
+    * Fixed bug #1836829 progress.py: old_div not defined
+      - also fixed old_div in _boto_multi.py
+    * Merged in lp:~limburgher/duplicity/dropbox
+      - Fixes bug #1836611 dropbox mixing bytes and strings
+    * Merged in lp:~stragerneds/duplicity/duplicity
+      - Cache results of filename parsing for speedup
+    * Removed python-gettext from setup.py.  Whoops!
+    * Merged in lp:~mterry/duplicity/pytest-runner-move
+      - Move pytest-runner to testing requirements in setup
+    * Fix language classifiers in setup.py
+    * Remove speedup in testing backup.  The math was correct,
+      but it's failing on Docker and Launchpad testing.
+    * Fix so Docker image duplicity_test will update and pull
+      new bzr revisions if changed since last build.
+    * Enhanced build_duplicity_test.sh
+      - Use -h to get help and defaults
+      - Takes arguments for distro, revno, help
+      - Distros supported are 18.04, 18.10, 19.04, 19.10
+      - Revnos are passed to bzr -r option
+    * Merged in po-updates.
+    * Fixed bug #1829416 with help from charlie4096
+      - onedrive: Can’t convert ‘bytes’ object to str implicitly
+    * Fix dist/makedist to run on python3
+- Drop duplicity-dropbox-strings.patch and duplicity-old-div.patch:
+  fixed upstream.
+- Rebase duplicity-remove_shebang.patch.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.01.tar.gz
  duplicity-dropbox-strings.patch
  duplicity-old-div.patch

New:
----
  duplicity-0.8.02.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.sgUDEz/_old  2019-07-26 12:44:22.061838615 +0200
+++ /var/tmp/diff_new_pack.sgUDEz/_new  2019-07-26 12:44:22.065838612 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           duplicity
-Version:        0.8.01
+Version:        0.8.02
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later
@@ -25,8 +25,6 @@
 URL:            http://duplicity.nongnu.org/
 Source:         
https://code.launchpad.net/%{name}/0.8-series/%{version}/+download/%{name}-%{version}.tar.gz
 Patch1:         duplicity-remove_shebang.patch
-Patch2:         duplicity-old-div.patch
-Patch3:         duplicity-dropbox-strings.patch
 BuildRequires:  fdupes
 BuildRequires:  librsync-devel >= 0.9.6
 BuildRequires:  python-rpm-macros
@@ -59,8 +57,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p0
-%patch3 -p0
 
 %build
 %python3_build

++++++ duplicity-0.8.01.tar.gz -> duplicity-0.8.02.tar.gz ++++++
++++ 2224 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.sgUDEz/_old  2019-07-26 12:44:22.317838495 +0200
+++ /var/tmp/diff_new_pack.sgUDEz/_new  2019-07-26 12:44:22.317838495 +0200
@@ -14,7 +14,7 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python3
  # rdiffdir -- Extend rdiff functionality to directories
- # Version 0.8.01 released July 14, 2019
+ # Version 0.8.02 released July 25, 2019
  #
 diff -urEbwB duplicity-0.8.01.orig/compilec.py duplicity-0.8.01/compilec.py
 --- duplicity-0.8.01.orig/compilec.py  2019-07-10 08:44:25.000000000 -0500


Reply via email to