14
0

Accepting request 824857 from home:mcalabkova:branches:devel:languages:python

- Update to 2.4.9
  * tools: add mavfft_pid.py to allow FFT analysis for pids in log files
  * Add support for generating Lua 5.3 code for use with ArduPilot
  * make magfit_WMM.py an installable tool
  * few bugfixes

OBS-URL: https://build.opensuse.org/request/show/824857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-08-07 17:16:01 +00:00
committed by Git OBS Bridge
parent c5d6d86ac3
commit 5256cf9e97
4 changed files with 15 additions and 5 deletions

View File

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

3
pymavlink-2.4.9.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 7 13:42:20 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.4.9
* tools: add mavfft_pid.py to allow FFT analysis for pids in log files
* Add support for generating Lua 5.3 code for use with ArduPilot
* make magfit_WMM.py an installable tool
* few bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 20 07:26:34 UTC 2020 - Petr Gajdos <pgajdos@suse.com> Wed May 20 07:26:34 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -17,10 +17,10 @@
# #
%define binaries mavtomfile mavtogpx mavsummarize mavsigloss mavsearch mavplayback mavparms mavparmdiff mavmission mavloss mavlogdump mavlink_bitmask_decoder mavkml mavgraph mavgpslock mavgen mavflighttime mavflightmodes mavfft_isb mavfft mavextract magfit_motors magfit_gps magfit_delta magfit MPU6KSearch %define binaries mavtomfile mavtogpx mavsummarize mavsigloss mavsearch mavplayback mavparms mavparmdiff mavmission mavloss mavlogdump mavlink_bitmask_decoder mavkml mavgraph mavgpslock mavgen mavflighttime mavflightmodes mavfft_isb mavfft mavextract magfit_motors magfit_gps magfit_delta magfit_WMM magfit MPU6KSearch
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymavlink Name: python-pymavlink
Version: 2.4.6 Version: 2.4.9
Release: 0 Release: 0
Summary: Python MAVLink code Summary: Python MAVLink code
License: LGPL-3.0-only License: LGPL-3.0-only
@@ -91,6 +91,7 @@ done
%doc README.md %doc README.md
%python_alternative %{_bindir}/MPU6KSearch %python_alternative %{_bindir}/MPU6KSearch
%python_alternative %{_bindir}/magfit %python_alternative %{_bindir}/magfit
%python_alternative %{_bindir}/magfit_WMM
%python_alternative %{_bindir}/magfit_delta %python_alternative %{_bindir}/magfit_delta
%python_alternative %{_bindir}/magfit_gps %python_alternative %{_bindir}/magfit_gps
%python_alternative %{_bindir}/magfit_motors %python_alternative %{_bindir}/magfit_motors