Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package duplicity for openSUSE:Factory checked in at 2024-05-23 15:35:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/duplicity (Old) and /work/SRC/openSUSE:Factory/.duplicity.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "duplicity" Thu May 23 15:35:32 2024 rev:77 rq:1175979 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes 2024-04-08 17:51:47.256612803 +0200 +++ /work/SRC/openSUSE:Factory/.duplicity.new.24587/duplicity.changes 2024-05-23 15:36:06.581464991 +0200 @@ -1,0 +2,12 @@ +Wed May 22 17:21:52 UTC 2024 - Michael Gorse <mgo...@suse.com> + +- Update to version 2.2.4: + * Onedrive: fix "unauthorized" upload error by not passing auth. + * Don't drop args when restarting with execve. + * Fix invalid option error. + * Move missleading warning to debug level. + * Duplicity 2.2.3: --use-agent can be wrongly turned off. + * Pass "usedforsecurity=False" to md5() and sha1(). +- Update source URI. + +------------------------------------------------------------------- Old: ---- duplicity-2.2.3.tar.gz New: ---- duplicity-rel.2.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ duplicity.spec ++++++ --- /var/tmp/diff_new_pack.WIDkyr/_old 2024-05-23 15:36:07.137485167 +0200 +++ /var/tmp/diff_new_pack.WIDkyr/_new 2024-05-23 15:36:07.141485312 +0200 @@ -26,13 +26,13 @@ %define _python3_version %{?python311_version} %endif Name: duplicity -Version: 2.2.3 +Version: 2.2.4 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: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source: https://gitlab.com/%{name}/%{name}/-/archive/rel.%{version}/%{name}-rel.%{version}.tar.gz BuildRequires: %{_python}-devel BuildRequires: %{_python}-pytest BuildRequires: %{_python}-setuptools @@ -63,7 +63,7 @@ %lang_package %prep -%setup -q +%setup -q -n %{name}-rel.%{version} sed -i -e 's|/usr/bin/env python3|/usr/bin/%{_python}|g' duplicity/__main__.py %build