12 Commits

Author SHA256 Message Date
34d892b4fc Accepting request 1326307 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1326307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=88
2026-01-09 16:04:31 +00:00
Wolfgang Rosenauer
02b4a71ea1 - Update to version 3.0.7
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=163
2026-01-09 09:57:22 +00:00
f8cf45c8ca Accepting request 1321328 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1321328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=87
2025-12-08 10:53:50 +00:00
Wolfgang Rosenauer
f7a9d423ef - Update to version 3.0.6.3
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=161
2025-12-06 07:00:38 +00:00
1ec95d73f0 Accepting request 1320662 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1320662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=86
2025-12-01 10:14:52 +00:00
Wolfgang Rosenauer
e01868d2ee - Update to version 3.0.6.2
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=159
2025-11-30 15:55:11 +00:00
119b535fdb Accepting request 1318615 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1318615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=85
2025-11-20 13:49:16 +00:00
Wolfgang Rosenauer
c73fd6884a - Add duplicity-gcc15.patch: fix compilation with gcc 15.
- Add duplicity-fix-ssh-pexpect.patch: fix traceback with
  ssh+pexpect back end (bsc#1253734).

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=157
2025-11-19 10:42:04 +00:00
977cf9aeb5 Accepting request 1317857 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1317857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=84
2025-11-17 11:14:25 +00:00
Wolfgang Rosenauer
55454b333c - Update to version 3.0.6.1:
+ Changes
    - Revert "chg:pkg: Cleanup the build system."
  + Fix
    - Use the same executable as parent.
    - Fix test\_restore\_to\_nonexisting\_dir().
    - Regression in pexpect+sftp backend.
    - Unpin httplib2 but add pysocks needed for proxy support.

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=155
2025-11-14 18:50:06 +00:00
aa779799d3 Accepting request 1317707 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1317707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duplicity?expand=0&rev=83
2025-11-14 15:16:41 +00:00
Wolfgang Rosenauer
849c0721be - Update to version 3.0.6
+ See CHANGELOG.md for changes.

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/duplicity?expand=0&rev=153
2025-11-14 06:51:20 +00:00
4 changed files with 72 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b4ceec576e6af671bb3c08f3554453c2b291a8eecac50c00530c077afd5c9d1
size 952327

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51fac65031792abad97e1ac20695f7732c72aafc3fa4b22e2767af233e2e6da0
size 991966

View File

@@ -1,3 +1,69 @@
-------------------------------------------------------------------
Wed Dec 31 15:34:59 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.0.7:
* fix: replace custom deltree with built-in shutil.rmtree.
* fix: delete duplicate code in DirDelta.
* fix: webdavs with "--concurrency 1" failed because of missing
auth header.
* fix: disable s3 checksum workaround, warn only...
* fix: --log-timestamp no longer working.
* fix: Combined fix to related issues 912 and 914.
-------------------------------------------------------------------
Sat Dec 6 02:22:04 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.0.6.3:
* Update check_tags to use current branch.
* Change log level from Info to Notice in get_passphrase().
* Add key_needs_passphrase(key).
* Better error message from get_remote_file().
* 'duplicity --no-check-remote inc' prints spurious warning
"found missing difftar(s) in backup sets"
* Add check_tags minor fix to setversion.
-------------------------------------------------------------------
Thu Nov 27 10:23:44 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.0.6.2:
+ Fix
- Don't check for missing in first CollectionStatus().set\_values().
- Fix "full" not working. Add more tests.
- Fix "Upgrade to 3.0.6 on Archlinux gives gcry\_kdf\_derive failed".
- Ssh\_pexpect\_backend: fix TypeError.
- Fix compilation with gcc 15.
- --files-from fails when backing up root.
- Crash with b2backend when b2sk isn't available, rather than
proper error.
- Parsing the gpg version failed when using Sequoia Chameleon.
- Drop duplicity-gcc15.patch and duplicity-fix-ssh-pexpect.patch:
fixed upstream.
-------------------------------------------------------------------
Wed Nov 19 03:07:16 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Add duplicity-gcc15.patch: fix compilation with gcc 15.
- Add duplicity-fix-ssh-pexpect.patch: fix traceback with
ssh+pexpect back end (bsc#1253734).
-------------------------------------------------------------------
Fri Nov 14 10:10:32 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.0.6.1:
+ Changes
- Revert "chg:pkg: Cleanup the build system."
+ Fix
- Use the same executable as parent.
- Fix test\_restore\_to\_nonexisting\_dir().
- Regression in pexpect+sftp backend.
- Unpin httplib2 but add pysocks needed for proxy support.
-------------------------------------------------------------------
Tue Nov 11 22:35:51 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.0.6
+ See CHANGELOG.md for changes.
-------------------------------------------------------------------
Sun Jul 6 23:50:12 UTC 2025 - Michael Gorse <mgorse@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package duplicity
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%define _python3_version %{?python311_version}
%endif
Name: duplicity
Version: 3.0.5
Version: 3.0.7
Release: 0
Summary: Encrypted bandwidth-efficient backup using the rsync algorithm
License: GPL-3.0-or-later
@@ -63,7 +63,7 @@ links.
%lang_package
%prep
%setup -q -n %{name}-rel.%{version}
%autosetup -p1 -n %{name}-rel.%{version}
sed -i -e 's|/usr/bin/env python3|/usr/bin/%{_python}|g' duplicity/__main__.py
%build