Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a4e66a5899 | |||
| 27eda590aa | |||
| b6d05412a3 | |||
| d656907b5b | |||
| f75d790f81 | |||
| c6e170a694 |
3
v0.10.3.tar.gz
Normal file
3
v0.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0f432f99fd56591c5fbd167fc0bb10d21eb3e621ee86d150cfe7b972a03ed5d
|
||||
size 945398
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f627c2464bf1631711151464fe1ea59781f0c91a76cf5a081a5797a897f2929
|
||||
size 896069
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
28
vorta.spec
28
vorta.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user