Update to version 0.4.0 #1
BIN
orangebox.obscpio
LFS
BIN
orangebox.obscpio
LFS
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 15:24:57 UTC 2026 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.4.0
|
||||
* gpx export tool added
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 14:39:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-orangebox
|
||||
Version: 0.2.0
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Betaflight blackbox flight recorder parser
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/atomgomba/orangebox
|
||||
#!RemoteAssetUrl: git+https://github.com/atomgomba/orangebox#v0.2.0
|
||||
#!RemoteAssetUrl: git+https://github.com/atomgomba/orangebox#v0.4.0
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -53,19 +53,23 @@ export CFLAGS="%{optflags}"
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/bb2csv
|
||||
%python_clone -a %{buildroot}%{_bindir}/bb2gpx
|
||||
%python_clone -a %{buildroot}%{_bindir}/bbsplit
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%post
|
||||
%python_install_alternative bb2csv
|
||||
%python_install_alternative bb2gpx
|
||||
%python_install_alternative bbsplit
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative bb2csv
|
||||
%python_uninstall_alternative bb2gpx
|
||||
%python_uninstall_alternative bbsplit
|
||||
|
||||
%files %{python_files}
|
||||
%python_alternative %{_bindir}/bb2csv
|
||||
%python_alternative %{_bindir}/bb2gpx
|
||||
%python_alternative %{_bindir}/bbsplit
|
||||
%{python_sitelib}/orangebox
|
||||
%{python_sitelib}/orangebox-%{version}*-info
|
||||
|
||||
Reference in New Issue
Block a user