Debian Patches

Status for vorta/0.8.10-1+deb12u1

Patch Description Author Forwarded Bugs Origin Last update
0001-disable-unused-pip.patch disable unused pip

Remove pip from setup.cfg because it will not be used to build this
Debian package
Nicholas D Steeves <nsteeves@gmail.com> not-needed 2020-05-28
0002-fix-desktop_file-path-in-tests.patch fix desktop_file path in tests Nicholas D Steeves <nsteeves@gmail.com> not-needed 2022-01-24
0003-fix-generic-privacy-breach-in-appdata.patch fix generic privacy breach in appdata Nicholas D Steeves <nsteeves@gmail.com> not-needed 2020-11-16
0004-use-python3-in-Makefile.patch use python3 in Makefile Nicholas D Steeves <nsteeves@gmail.com> no 2021-01-12
0005-enable-colour-icon-in-notifications.patch enable colour icon in notifications Nicholas D Steeves <nsteeves@gmail.com> no 2022-04-21
0006-Handle-ctime-and-mtime-diff-changes-1675.patch Handle ctime and mtime diff changes (#1675)

Borg v1.2.4 added new change types called `mtime` and `ctime` for the modification and the creation time of a file.
Our diff json parser doesn't support these changes yet.
The plain text parser doesn't need to be updated since it is only used for earlier versions of borg.
This also extends the tooltip in the diff view to show changes in `ctime` or `mtime` in a localised manner.

* src/vorta/views/diff_result.py (ChangeType): Add `CTIME` and `MTIME` linking to `MODIFIED`.

* src/vorta/views/diff_result.py (DiffData): Add fields `ctime_change` and `mtime_change`.

* src/vorta/views/diff_result.py (parse_diff_json): Parse the new change types.

* src/vorta/views/diff_result.py (DiffTree.data): Add time changes to tooltip in a human readable format.

* tests/test_diff.py : Update test data to include new change types. Add additional test cases for unittesting the new change types.
Henry Spanka <henry@spanka.eu> yes debian upstream 2023-04-01

All known versions for source package 'vorta'

Links