Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vorta for openSUSE:Factory checked in at 2023-04-21 14:16:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorta (Old) and /work/SRC/openSUSE:Factory/.vorta.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorta" Fri Apr 21 14:16:49 2023 rev:23 rq:1080885 version:0.8.12 Changes: -------- --- /work/SRC/openSUSE:Factory/vorta/vorta.changes 2023-02-17 16:45:58.891192590 +0100 +++ /work/SRC/openSUSE:Factory/.vorta.new.1533/vorta.changes 2023-04-21 14:16:59.798575670 +0200 @@ -1,0 +2,21 @@ +Wed Apr 19 19:58:09 UTC 2023 - Jaime MarquÃnez Ferrándiz <jaime.marquinez.ferran...@fastmail.net> + +- Install the appdata.xml file + +------------------------------------------------------------------- +Wed Apr 19 06:09:49 UTC 2023 - Jaime MarquÃnez Ferrándiz <jaime.marquinez.ferran...@fastmail.net> + +- update to 0.8.12: + * see https://github.com/borgbase/vorta/releases/tag/v0.8.12 + * Removes a leftover dependency of paramiko +- update to 0.8.11: + * see https://github.com/borgbase/vorta/releases/tag/v0.8.11 + * Retain sort settings in extract, diff and source views. + * Support new Borg diff types. + * Remove Paramiko dependency. + * Migrate from appdirs to platformdirs. + * Add tooltips to many settings in Misc tab. + * Allow adding a SSH key when no repo was added yet. +- Refresh fix-dependencies.patch + +------------------------------------------------------------------- Old: ---- v0.8.10.tar.gz New: ---- v0.8.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorta.spec ++++++ --- /var/tmp/diff_new_pack.itTExC/_old 2023-04-21 14:17:00.550579886 +0200 +++ /var/tmp/diff_new_pack.itTExC/_new 2023-04-21 14:17:00.586580088 +0200 @@ -17,7 +17,7 @@ Name: vorta -Version: 0.8.10 +Version: 0.8.12 Release: 0 Summary: Desktop Backup Client based on BorgBackup License: GPL-3.0-only @@ -32,10 +32,9 @@ BuildRequires: python-rpm-macros BuildRequires: python3-APScheduler < 4.0 BuildRequires: python3-QDarkStyle -BuildRequires: python3-appdirs BuildRequires: python3-keyring -BuildRequires: python3-paramiko BuildRequires: python3-peewee +BuildRequires: python3-platformdirs BuildRequires: python3-psutil BuildRequires: python3-pytest BuildRequires: python3-python-dateutil @@ -46,10 +45,9 @@ Requires: borgbackup Requires: python3-APScheduler < 4.0 Requires: python3-QDarkStyle -Requires: python3-appdirs Requires: python3-keyring -Requires: python3-paramiko Requires: python3-peewee +Requires: python3-platformdirs Requires: python3-psutil Requires: python3-python-dateutil Requires: python3-qt5 @@ -73,6 +71,7 @@ %python3_install install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps install -Dm644 "src/vorta/assets/icons/icon.svg" "%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/vorta.svg" +install -Dm644 -t %{buildroot}%{_datadir}/metainfo "src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml" %suse_update_desktop_file -i vorta %fdupes %{buildroot}%{python3_sitelib} @@ -81,6 +80,7 @@ %doc README.md %{_bindir}/vorta %{_datadir}/applications/vorta.desktop +%{_datadir}/metainfo/com.borgbase.Vorta.appdata.xml %{_datadir}/icons/hicolor/256x256/apps/vorta.svg %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info ++++++ fix-dependencies.patch ++++++ --- /var/tmp/diff_new_pack.itTExC/_old 2023-04-21 14:17:00.774581142 +0200 +++ /var/tmp/diff_new_pack.itTExC/_new 2023-04-21 14:17:00.782581187 +0200 @@ -1,14 +1,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 -@@ -37,11 +37,9 @@ - include_package_data = true - python_requires = >=3.7 - setup_requires = -- pip >= 10 +Index: vorta-0.8.12/setup.cfg +=================================================================== +--- vorta-0.8.12.orig/setup.cfg ++++ vorta-0.8.12/setup.cfg +@@ -39,7 +39,6 @@ python_requires = >=3.7 install_requires = - appdirs - paramiko + platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0, + platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently. - pyqt5 peewee psutil ++++++ v0.8.10.tar.gz -> v0.8.12.tar.gz ++++++ ++++ 2377 lines of diff (skipped)