Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vorta for openSUSE:Factory checked in at 2022-01-07 12:45:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorta (Old) and /work/SRC/openSUSE:Factory/.vorta.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorta" Fri Jan 7 12:45:34 2022 rev:16 rq:943957 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/vorta/vorta.changes 2021-12-21 18:41:28.629919378 +0100 +++ /work/SRC/openSUSE:Factory/.vorta.new.1896/vorta.changes 2022-01-07 12:46:58.071869898 +0100 @@ -1,0 +2,26 @@ +Wed Dec 29 16:26:51 UTC 2021 - Marcus Hann <mar...@hhra.uk> + +- Update to 0.8.2 + * Refactor Borg job scheduling. By @bastiencyr + * Remove APScheduler dependency and use QTimer directly + * Python 3.10 compatibility + +- Update to 0.8.1 + * Use native threading module in job_manager. (#1096) + * Fix next_job timer logic. By @jayeclark (#1100) + * Remove jobs if scheduler setting is changed. (#1105) + * Remove jobs before deleting profile (#1107) + * Make sure correct sources are removed (#1110) + * Address DB Locking issues (#1109) + * Refactor: Split up vorta/models.py (#1112) + * Notify on failed repo checks (#1113) + +- Update to 0.8.0 + * Implement multiple queues. By @bastiencyr (#1045) + * Show backup size with excludes applied. By @freder (#961) + * Remove APScheduler dependency, Python 3.10 support (#1086) + * Add tooltip containing path name. By @XXXBold (#1072) + * Increases the maximum allowed number in prune keep. By @lstrz (#1089) + * Always handle autosave setting when saving SettingsModel. By @phihos (#1093) + +------------------------------------------------------------------- Old: ---- v0.7.8.tar.gz New: ---- v0.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorta.spec ++++++ --- /var/tmp/diff_new_pack.HbfGqT/_old 2022-01-07 12:46:58.691870329 +0100 +++ /var/tmp/diff_new_pack.HbfGqT/_new 2022-01-07 12:46:58.695870331 +0100 @@ -17,7 +17,7 @@ Name: vorta -Version: 0.7.8 +Version: 0.8.2 Release: 0 Summary: Desktop Backup Client based on BorgBackup License: GPL-3.0-only @@ -63,8 +63,6 @@ %prep %setup -q %patch0 -p1 -# https://github.com/borgbase/vorta/issues/1136 -sed -i '/pytest-runner/d' setup.cfg %build export LANG=en_US.UTF-8 ++++++ fix-dependencies.patch ++++++ --- /var/tmp/diff_new_pack.HbfGqT/_old 2022-01-07 12:46:58.715870346 +0100 +++ /var/tmp/diff_new_pack.HbfGqT/_new 2022-01-07 12:46:58.719870348 +0100 @@ -1,20 +1,18 @@ -Index: vorta-0.6.22/setup.cfg -=================================================================== ---- vorta-0.6.22.orig/setup.cfg 2019-10-02 13:56:41.802128281 +0200 -+++ vorta-0.6.22/setup.cfg 2019-10-02 13:58:08.574175337 +0200 -@@ -27,13 +27,11 @@ +diff -Naur vorta-0.8.2.orig/setup.cfg vorta-0.8.2/setup.cfg +--- vorta-0.8.2.orig/setup.cfg 2021-11-27 16:41:45.000000000 +0000 ++++ vorta-0.8.2/setup.cfg 2021-12-29 16:35:04.497205554 +0000 +@@ -33,13 +33,10 @@ [options] - python_requires = >= 3.6 + python_requires = >=3.7 setup_requires = - pip >= 10 - pytest-runner +- pytest-runner setuptools_git install_requires = appdirs paramiko - pyqt5 peewee - python-dateutil - apscheduler < 4.0 - + psutil + setuptools ++++++ v0.7.8.tar.gz -> v0.8.2.tar.gz ++++++ ++++ 16203 lines of diff (skipped)