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.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Aug 16 23:42:22 2024 |
Group: System/Localization | Build host: reproducible |
Size: 730761 | Source RPM: duplicity-3.0.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://duplicity.gitlab.io/ | |
Summary: Translations for package duplicity |
Provides translations for the "duplicity" package.
GPL-3.0-or-later
* 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. * Tue Oct 04 2022 Michael Gorse <mgorse@suse.com> - Update to version 1.0.1: + Changes: - Pkg New Crowdin updates. - Fix: - Revert changes to gpg_failed(). + Other: - Update Crowdin configuration file. * Thu Sep 29 2022 Michael Gorse <mgorse@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. * Mon May 16 2022 Michael Gorse <mgorse@suse.com> - Update to version 0.8.23: * Add --webdav-headers to webdavbackend. * Document rclone option setting via env vars. * Demote boto backend to legacy. * Promote boto3 backend to default s3:// backend ... * Man page, major sorting, reformatting, S3/GCS documentation update. - Update URL. * Mon Apr 18 2022 Michael Gorse <mgorse@suse.com> - Update to version 0.8.22: * Add --use-glacier-ir option for instant retrieval. * Add --par2-volumes entry to man page. * Add option --show-changes-in-set <index> to collection-status. * Add warning for replicate command. * Add --no-files-changed option. * Fix use of sorted() builtin (does not sort in place). * Fix TypeError in restart\_position\_iterator. * Slate Backend. * Fri Dec 10 2021 pgajdos@suse.com - pytest-runner is deprecated * Thu Nov 11 2021 Michael Gorse <mgorse@suse.com> - Update to version 0.8.21: * Add update of API docs to deploy step. * Fix build of pages. * Fix command line warning messages. * Remove Dockerfiles for .10 versions. * Fixes to make API docs work right. * Fix #93 - dupliicity wants private encryption key. * PAR2 backend failes to create par2 file with spaces in name. * Fix LP bug 930151 - Restore a symlink changes target attributes. * Fix #89 part 2 - handle small input files where par2 fails. * Fix theme name, sphinx\_rtd\_theme. * Fix #90 - rclone backend fails with spaces in pathnames. * Fix #89 - Add PAR2 number volumes option. * Fix #88 - Add PAR2 creation failure error message. * Fix bug #87, Restore fails and stops on corrupted backup volume. * Fix bug #86, PAR2 backend fails on restore, with patch supplied. * Fix PEP8 style errors. * Fix issue #81 - Assertion fail when par2 prefix forgotten. * Fix issue #79 - Multibackend degradation. * Add verbose exception on progress file failure. - Update URL and source URI. - Fix _service file. * Fri Jul 09 2021 Martin Wilck <mwilck@suse.com> - Fix "duplicity --version" (boo#1188132) * Replace OBS service "obs_scm" by "download_files"; duplicity's distribution procedure relies on PyPi. * Mon Jul 05 2021 Martin Wilck <mwilck@suse.com> - Update to version 0.8.20: * Better looping. Increase to 100 loops. * Repeating test for LP bug 487720. Restore fails with "Invalid data - SHA1 hash mismatch" * Log difftar filename where kill happened. * Allow customization. * Add support for --s3-multipart-chunk-size, default 25MB. Fixes issue #61 * Fix test file count after deleting lockfile. * Support -o{Global,User}KnownHostsFile in --ssh-options. Fixes issue #60 * Add pydrive2 to requirements.txt - Use OBS source services * Upstream project has switched from launchpad to gitlab.com * Sun May 02 2021 Michael Gorse <mgorse@suse.com> - Update to version 0.8.19: + Add a new Google Drive backend (gdrive:). + Remove installs common between before\_script: and script:. + Gdata module passes on py27 only. + Util.uexec() will return u'' if no err msg in e.args. + Util.uexec() should check for e==None on entry. + Fix bug #1547458 - more consistent passphrase prompt. + Fix bug #1454136 - SX backend issues. + Fix bug 1918981 - option to skip trash on delete on mediafire. + Added --mf-purge option to bypass trash. + Fix bug 1919017 - MultiBackend reports failure on file deletion. + Fix #41 - par2+rsync (non-ssh) fails. + Fix Google Drive timeout. + Don't sync when removing old backups. + fix util.uexc: do not return None. + Implement Box backend. + Implement megav3 backend to to cater for change in MEGACmd. + fix documentation for azure backend. + Add IDrive backend. + Progress bar improvements. + Fix;usr:Fixes bug #1652953 - seek(0) on /dev/stdin crashes. + Add a new Google Drive backend (gdrive:). + Azure v12 support. + List required volumes when called with 'restore --dry-run'. + Fix sorting of BackupSets by avoiding direct comparison. + Update mailing list link. + Fix #16 - Move from boto to boto3. + Fix to correctly build \_librsync.so. + Fix to add --inplace option to build\_ext. + Multibackend: fix indentation error that was preventing from registering more than one affinity prefix per backend. * Tue Jan 12 2021 Michael Gorse <mgorse@suse.com> - Update to version 0.8.18: + Onedrive: Support using an external client id / refresh token. + Fix issue #26 Backend b2 backblaze fails with nameprefix restrictions. + Fix issue #29 Backend b2 backblaze fails with nameprefix restrictions. + Report errors if B2 backend does exist but otherwise fails to import. + Added option --log-timestamp to prepend timestamp to log entry. + Patch for Python 3.10.
/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 Nov 12 01:04:35 2024