Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2022-09-30 17:58:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Fri Sep 30 17:58:24 2022 rev:71 rq:1007160 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2022-05-17 
17:24:52.495194987 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new.2275/duplicity.changes    
2022-09-30 17:58:41.553363802 +0200
@@ -1,0 +2,29 @@
+Thu Sep 29 23:22:42 UTC 2022 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 1.0.0:
+  + Changes:
+    -  New os\_options for SWIFT backend.
+    -  Clarify when --s3-endpoint-url,-region-name are needed.
+    -  Better defaults for S3 mac procs and chunk sizing.
+    -  --s3\_multipart\_max\_procs applies to BOTO3 backend also.
+  + Fixes:
+    - Replace pydrive with pydrive2.
+    - GDrive backend: Add environment args for configuring oauth
+      flow.
+    - GDrive backend: For Google OAuth, switch to loopback flow.
+    - Reduce number of GPG file descriptors, add GPG translatable
+      errors.
+    - Webdav listing failed on responses with namespace 'ns0'.
+    - Make sure that FileChunkIO#name is a string, not a bytes-like
+      object.
+    - Fix possible memory leaks.
+    - Add check to ssh_pexpect_backend, par2backend, for version <
+      4.5.0.
+    - Add use\_poll=True to pexpect.run in par2backend.
+    - Retry on SHA1 mismatch.
+  + Other:
+    - Doc: some reformatting for better readability.
+    - Doc: clarify when --s3-endpoint-url,-region-name are need.
+- Rebase duplicity-remove_shebang.patch.
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.8.23.tar.gz

New:
----
  duplicity-1.0.0.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.C9TXIG/_old  2022-09-30 17:58:42.017364794 +0200
+++ /var/tmp/diff_new_pack.C9TXIG/_new  2022-09-30 17:58:42.021364803 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           duplicity
-Version:        0.8.23
+Version:        1.0.0
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0-or-later
 Group:          Productivity/Archiving/Backup
 URL:            https://duplicity.gitlab.io/
-Source:         
https://launchpad.net/duplicity/0.8-series/%{version}/+download/duplicity-%{version}.tar.gz
+Source:         
https://launchpad.net/duplicity/1.0/%{version}/+download/duplicity-%{version}.tar.gz
 Patch1:         duplicity-remove_shebang.patch
 BuildRequires:  fdupes
 BuildRequires:  librsync-devel >= 0.9.6

++++++ duplicity-0.8.23.tar.gz -> duplicity-1.0.0.tar.gz ++++++
++++ 4857 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.C9TXIG/_old  2022-09-30 17:58:42.253365299 +0200
+++ /var/tmp/diff_new_pack.C9TXIG/_new  2022-09-30 17:58:42.257365307 +0200
@@ -1,19 +1,19 @@
-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
+diff -urp duplicity-1.0.0.orig/bin/duplicity duplicity-1.0.0/bin/duplicity
+--- duplicity-1.0.0.orig/bin/duplicity 2022-09-24 10:26:49.000000000 -0500
++++ duplicity-1.0.0/bin/duplicity      2022-09-29 18:37:13.118715845 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3
- # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
+ # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf-8 -*-
  #
  # duplicity -- Encrypted bandwidth efficient backup
-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
+diff -urp duplicity-1.0.0.orig/bin/rdiffdir duplicity-1.0.0/bin/rdiffdir
+--- duplicity-1.0.0.orig/bin/rdiffdir  2022-09-24 10:26:49.000000000 -0500
++++ duplicity-1.0.0/bin/rdiffdir       2022-09-29 18:37:19.610750394 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3
- # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
+ # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf-8 -*-
  #
  # rdiffdir -- Extend rdiff functionality to directories
 

Reply via email to