| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: duplicity-lang | Distribution: openSUSE Tumbleweed |
| Version: 3.0.7 | Vendor: openSUSE |
| Release: 2.2 | Build date: Mon Feb 2 01:48:23 2026 |
| Group: System/Localization | Build host: reproducible |
| Size: 626971 | Source RPM: duplicity-3.0.7-2.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://duplicity.gitlab.io/ | |
| Summary: Translations for package duplicity | |
Provides translations for the "duplicity" package.
GPL-3.0-or-later
* Mon Feb 02 2026 malcolmlewis@opensuse.org
- Fix "Cannot understand duplicity version" error, add requires on
python pexpect and ptyprocess.
* Wed Dec 31 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 06 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 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 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 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 2025 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.6
+ See CHANGELOG.md for changes.
* Sun Jul 06 2025 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.5:
+ Changes
- Add ENODEV to list of "robust" ignored exceptions.
- Support gpg binary 'gpgsm'.
- Accept GPG user id formats other than hex.
- Add env var BACKEND\_PASSWORD, deprecate FTP\_PASSWORD.
+ Fix
- Fix handling of .p7m filename suffix during sync.
- Cache negative getpwnam/getgrnam lookups.
- Incompatible with par2cmdline v1.0.0.
- Allow the full range of time formats as arguments to
- -full-if-older-than.
- Fix problems with password request and metadata sync.
- "OverflowError: bytes object is too large to make repr".
- Prevent webdav log password at info log level.
* Sat Feb 15 2025 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.4:
+ New
- Support for Microsoft Azure "Cold" blob storage tier.
+ Changes
- Allow to build with py3.13.x.
+ Fix
- Allow for python versions 3.12+ e.g. 3.12.8.
- INFO and DEBUG messages when verbosity is warning.
- Switch source URI to bz2.
* Thu Jan 30 2025 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.3.2:
+ Changes
- Improve round512 method docstring.
+ Fix
- Concurrency without setting verbosity throws exception.
- Argument --max-blocksize: invalid round512 value.
- Fix handling of zero length files for older librsync versions.
+ Changes in version 3.0.3:
+ Changes
- Fix docs for --max-blocksize.
- Allow Python 3.13 to install.
- High memory usage when creating duplicity backup of a single
very large file.
- Fix problem with reading ".../progress" file after aborted.
- Turn off atom for py313.
- Only log if backend import failed.
+ Fix
- Typo in max block size doc.
- Verbosity setting is broken with concurrency.
* Fri Aug 16 2024 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.2:
+ Fix collection-status print.
+ Changes in version 3.0.1:
+ Changes
- Remove version limits on urllib3.
- Use functools.lru\_cache with limit, not unlimited.
+ Fix
- Rework logging to be compatible with Python's logging.
- S3 glacier storage class and --concurrency.
- Unblock multiprocessing deadlock, ensure local disk usage not
exceed n+1 volumes, switch to "spawn".
- Add file-size query support to rclonebackend.
- Allow empty manifest list.
- Make --ignore-errors actually ignore (and recover from)
errors.
- SSLCertVerificationError despite --ssl-no-check-certificate.
- Instead of raise call command\_line\_error() directly.
- Empty exclude string results in unfriendly traceback.
* Thu Jul 18 2024 Michael Gorse <mgorse@suse.com>
- Update to version 3.0.0:
* Collected fixes to setup process.
* CommandLineError: argument --gpg-options: expected one
argument.
* Volume missing if --asynchronous-upload and put fails.
* Don't raise KeyError if OSError.errno is unrecognized.
* Wed May 22 2024 Michael Gorse <mgorse@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.
* Sun Apr 07 2024 Michael Gorse <mgorse@suse.com>
- Update to version 2.2.3:
+ See CHANGELOG.md for changes.
* Thu Dec 07 2023 Michael Gorse <mgorse@suse.com>
- Update to version 2.1.4
+ See CHANGELOG.md for changes.
- Update source URI.
- use python 3.11 on SLE/Leap.
- Drop duplicity-remove_shebang.patch. Handle this with sed in %setup.
- No longer require python3-future. It isn't used anymore except
in tests.
* Fri Jul 21 2023 Michael Gorse <mgorse@suse.com>
- Update to version 1.2.3:
+ New:
- Xorriso backend for optical media.
- Onedrive for Business Support.
+ Fix:
- Warn rather than fail on op-not-supported restore errors.
- Fixes #701 - unable to resume full backup to B2.
- Added option --no-check-remote to skip checking the remote
manifest. The default is to check.
- Fixes #686 - PCA backend does not unseal volumes.
- Encoding errors when logging.
- Onedrive may hang indefinitely.
* Thu Jan 26 2023 Michael Gorse <mgorse@suse.com>
- Update to version 1.2.2:
+ Fix:
- Fix to work with b2sdk 1.19.0.
- Fix #692. Redundant --encrypt option added in gpg.py.
- Regression on issue #147, change password for incremental.
- Crash if a socket is listed with --files-from.
+ Other:
- Add detailed step-by-step instructions.
* Thu Jan 26 2023 Michael Gorse <mgorse@suse.com>
- Update to version 1.2.1:
+ New:
- Add rsync style --files-from=FILE.
- Add literal include/excludes.
+ Fix:
- Fix for issue #683.
- Azure Blob Storage backend fails to resume.
/usr/share/locale/cs_CZ/LC_MESSAGES/duplicity.mo /usr/share/locale/de_AT/LC_MESSAGES/duplicity.mo /usr/share/locale/de_DE/LC_MESSAGES/duplicity.mo /usr/share/locale/el_GR/LC_MESSAGES/duplicity.mo /usr/share/locale/en_AU/LC_MESSAGES/duplicity.mo /usr/share/locale/en_GB/LC_MESSAGES/duplicity.mo /usr/share/locale/en_US/LC_MESSAGES/duplicity.mo /usr/share/locale/es_ES/LC_MESSAGES/duplicity.mo /usr/share/locale/es_MX/LC_MESSAGES/duplicity.mo /usr/share/locale/es_PR/LC_MESSAGES/duplicity.mo /usr/share/locale/fi_FI/LC_MESSAGES/duplicity.mo /usr/share/locale/fr_FR/LC_MESSAGES/duplicity.mo /usr/share/locale/it_IT/LC_MESSAGES/duplicity.mo /usr/share/locale/nl_BE/LC_MESSAGES/duplicity.mo /usr/share/locale/pl_PL/LC_MESSAGES/duplicity.mo /usr/share/locale/pt_BR/LC_MESSAGES/duplicity.mo /usr/share/locale/pt_PT/LC_MESSAGES/duplicity.mo /usr/share/locale/ru_RU/LC_MESSAGES/duplicity.mo /usr/share/locale/tr_TR/LC_MESSAGES/duplicity.mo /usr/share/locale/uk_UA/LC_MESSAGES/duplicity.mo /usr/share/locale/zh_CN/LC_MESSAGES/duplicity.mo /usr/share/locale/zh_HK/LC_MESSAGES/duplicity.mo /usr/share/locale/zh_TW/LC_MESSAGES/duplicity.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:23:10 2026