6 Commits

Author SHA256 Message Date
a4e66a5899 Accepting request 1318722 from Archiving:Backup
- Use pyproject macros to build and install. (forwarded request 1287800 from StevenK)

OBS-URL: https://build.opensuse.org/request/show/1318722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vorta?expand=0&rev=28
2025-11-20 13:50:11 +00:00
27eda590aa - Use pyproject macros to build and install.
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/vorta?expand=0&rev=52
2025-11-19 15:45:44 +00:00
b6d05412a3 Accepting request 1246707 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1246707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vorta?expand=0&rev=27
2025-02-18 18:13:00 +00:00
d656907b5b - Updated to version 0.10.3:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.3
- Updated to version 0.10.2:
  * see https://github.com/borgbase/vorta/releases/tag/v0.10.2

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/vorta?expand=0&rev=50
2025-02-18 14:37:33 +00:00
f75d790f81 Accepting request 1228233 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1228233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vorta?expand=0&rev=26
2024-12-04 14:27:44 +00:00
c6e170a694 - Updated to version 0.10.1:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.1
- Updated to version 0.10.0:
  * see https://github.com/borgbase/vorta/releases/tag/v0.10.0
- Clean dependencies
- Refresh vorta-fix-dependencies.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/vorta?expand=0&rev=48
2024-12-04 08:53:42 +00:00
5 changed files with 55 additions and 30 deletions

3
v0.10.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0f432f99fd56591c5fbd167fc0bb10d21eb3e621ee86d150cfe7b972a03ed5d
size 945398

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f627c2464bf1631711151464fe1ea59781f0c91a76cf5a081a5797a897f2929
size 896069

View File

@@ -1,14 +1,20 @@
diff -Naur a/setup.cfg b/setup.cfg
--- a/setup.cfg 2024-01-10 07:20:01.000000000 -0600
+++ b/setup.cfg 2024-01-11 10:30:19.262026062 -0600
@@ -39,10 +39,8 @@
Index: vorta-0.10.1/setup.cfg
===================================================================
--- vorta-0.10.1.orig/setup.cfg
+++ vorta-0.10.1/setup.cfg
@@ -34,7 +34,6 @@ package_dir =
include_package_data = true
python_requires = >=3.8
install_requires =
platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0,
platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently.
- pyqt6
- packaging
peewee
psutil
- setuptools
platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently.
platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0,
@@ -45,7 +44,6 @@ install_requires =
pyobjc-framework-LaunchServices < 10; sys_platform == 'darwin'
pyqt6
secretstorage; sys_platform != 'darwin'
pyobjc-core < 10; sys_platform == 'darwin'
pyobjc-framework-Cocoa < 10; sys_platform == 'darwin'
- setuptools
tests_require =
pytest
pytest-qt

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 23 05:41:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Use pyproject macros to build and install.
-------------------------------------------------------------------
Fri Jan 17 21:46:38 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Updated to version 0.10.3:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.3
- Updated to version 0.10.2:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.2
-------------------------------------------------------------------
Thu Nov 28 20:49:32 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Updated to version 0.10.1:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.1
- Updated to version 0.10.0:
* see https://github.com/borgbase/vorta/releases/tag/v0.10.0
- Clean dependencies
- Refresh vorta-fix-dependencies.patch
-------------------------------------------------------------------
Fri May 24 07:11:25 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vorta
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%if 0%{?suse_version} > 1500
# Build only one time
%define pythons %{primary_python}
@@ -23,7 +24,7 @@
%{?sle15_python_module_pythons}
%endif
Name: vorta
Version: 0.9.1
Version: 0.10.3
Release: 0
Summary: Desktop Backup Client based on BorgBackup
License: Apache-2.0 AND GPL-3.0-only AND OFL-1.1
@@ -33,30 +34,25 @@ Source: https://github.com/borgbase/%{name}/archive/v%{version}.tar.gz
Source1: vorta.desktop
# PATCH-FIX-OPENSUSE vorta-fix-dependencies.patch malcolmlewis@opensuse.org -- Remove dependencies that are named differently.
Patch0: vorta-fix-dependencies.patch
BuildRequires: %{python_module APScheduler < 4.0}
BuildRequires: %{python_module QDarkStyle}
BuildRequires: %{python_module keyring}
BuildRequires: %{python_module PyQt6}
BuildRequires: %{python_module peewee}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module platformdirs}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module qt6}
BuildRequires: %{python_module setuptools-git}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
BuildRequires: update-desktop-files
Requires: borgbackup
Requires: %{python_flavor}-APScheduler < 4.0
Requires: %{python_flavor}-QDarkStyle
Requires: %{python_flavor}-keyring
Requires: %{python_flavor}-PyQt6
Requires: %{python_flavor}-SecretStorage
Requires: %{python_flavor}-peewee
Requires: %{python_flavor}-platformdirs
Requires: %{python_flavor}-psutil
Requires: %{python_flavor}-python-dateutil
Requires: %{python_flavor}-qt6
Requires: borgbackup
BuildArch: noarch
%description
@@ -69,11 +65,11 @@ ransomware and theft.
%build
export LANG=en_US.UTF-8
%python_build
%pyproject_wheel
%install
export LANG=en_US.UTF-8
%python_install
%pyproject_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"
@@ -88,6 +84,6 @@ install -Dm644 -t %{buildroot}%{_datadir}/metainfo "src/vorta/assets/metadata/co
%{_datadir}/metainfo/com.borgbase.Vorta.appdata.xml
%{_datadir}/icons/hicolor/256x256/apps/vorta.svg
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py%{python_bin_suffix}.egg-info
%{python_sitelib}/%{name}-%{version}.dist-info
%changelog