diff --git a/pymavlink-2.4.15.tar.gz b/pymavlink-2.4.15.tar.gz new file mode 100644 index 0000000..1b564e1 --- /dev/null +++ b/pymavlink-2.4.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf45ad4a250e5e9928c33b5ff56afed4dbc6f99c8f58d05051e2a308150db80 +size 4733948 diff --git a/pymavlink-2.4.9.tar.gz b/pymavlink-2.4.9.tar.gz deleted file mode 100644 index d7f1c90..0000000 --- a/pymavlink-2.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6049f270aa0a1013c7dcd32b9f4756d79b6a2ccf73babeca2c46b9e391e644fe -size 3560188 diff --git a/python-pymavlink.changes b/python-pymavlink.changes index a44bdce..aaaca09 100644 --- a/python-pymavlink.changes +++ b/python-pymavlink.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 28 11:59:18 UTC 2021 - Markéta Machová + +- Update to 2.4.15 + * Cross-platform include of endian.h + * rotmat: added rotation by enum + * use os.path.abspath() for inlcude files, to allow inlcuding from external folders + * Generator CS update to support mavlink 2.0 + * mavutil.py: add support for MAV_TYPE_DECAROTOR + * mavgen: added MAV_IGNORE_CRC for python + * magfit: fixed for newer scipy versions + * array.array.fromstring() was removed in Python 3.9 + * tools: Python3 support for mavextract.py + ------------------------------------------------------------------- Fri Aug 7 13:42:20 UTC 2020 - Marketa Calabkova diff --git a/python-pymavlink.spec b/python-pymavlink.spec index d7d5131..228dfe4 100644 --- a/python-pymavlink.spec +++ b/python-pymavlink.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymavlink # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %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-%{**}} Name: python-pymavlink -Version: 2.4.9 +Version: 2.4.15 Release: 0 Summary: Python MAVLink code License: LGPL-3.0-only @@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros Requires: python-future Requires: python-lxml Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives # SECTION test requirements BuildRequires: %{python_module lxml} # /SECTION @@ -74,8 +74,7 @@ done rm -f %{buildroot}%{_bindir}/_current_flavor %check -# FIXME: testsuite does not run in OBS -#%%python_exec setup.py test +# no tests in PyPI tarball, no tags in upstream repo %post for b in %{binaries}; do