From 65f7dd3e0e965a4aeb6b3ab4a59dbf2a00bcd5bbde3f68d427c82d80d9f5cf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 Apr 2021 12:22:41 +0000 Subject: [PATCH] Accepting request 889016 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/889016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=11 --- pymavlink-2.4.15.tar.gz | 3 +++ pymavlink-2.4.9.tar.gz | 3 --- python-pymavlink.changes | 14 ++++++++++++++ python-pymavlink.spec | 9 ++++----- 4 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 pymavlink-2.4.15.tar.gz delete mode 100644 pymavlink-2.4.9.tar.gz 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