Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 34d892b4fc | |||
|
|
02b4a71ea1 | ||
| f8cf45c8ca | |||
|
|
f7a9d423ef | ||
| 1ec95d73f0 | |||
|
|
e01868d2ee | ||
| 119b535fdb | |||
|
|
c73fd6884a | ||
| 977cf9aeb5 | |||
|
|
55454b333c | ||
| aa779799d3 | |||
|
|
849c0721be |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b4ceec576e6af671bb3c08f3554453c2b291a8eecac50c00530c077afd5c9d1
|
||||
size 952327
|
||||
3
duplicity-rel.3.0.7.tar.bz2
Normal file
3
duplicity-rel.3.0.7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51fac65031792abad97e1ac20695f7732c72aafc3fa4b22e2767af233e2e6da0
|
||||
size 991966
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user