From 079eeaa67d3b61bdd62c131b594ecf57b729ae6dd8747c5590e2543ce5e0c634 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 07:44:46 +0000 Subject: [PATCH] Accepting request 1008072 from home:yarunachalam:branches:devel:languages:python - Update to version 2.4.35 * tests: reformat XML * mavlogdump.py: don't die when handling bytestrings in dataflash logs * mavftpdecode: fixed handling of defaults * mavextra.py: fix average(v, k, N) function * mavutil: add DOCK mode to rover - Update to version 2.4.34 fixed pypi error OBS-URL: https://build.opensuse.org/request/show/1008072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=14 --- pymavlink-2.4.17.tar.gz | 3 --- pymavlink-2.4.35.tar.gz | 3 +++ python-pymavlink.changes | 16 ++++++++++++++++ python-pymavlink.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pymavlink-2.4.17.tar.gz create mode 100644 pymavlink-2.4.35.tar.gz diff --git a/pymavlink-2.4.17.tar.gz b/pymavlink-2.4.17.tar.gz deleted file mode 100644 index efabc72..0000000 --- a/pymavlink-2.4.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84e2af4d8099afd37c5d887261a168e7bde4ec2354f12f65c72dad1a4cd8f21d -size 4901506 diff --git a/pymavlink-2.4.35.tar.gz b/pymavlink-2.4.35.tar.gz new file mode 100644 index 0000000..f98fa29 --- /dev/null +++ b/pymavlink-2.4.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6a6a73123ac3d730e1bdba83969de42796f527f57cd374146888cce59f3825 +size 10630937 diff --git a/python-pymavlink.changes b/python-pymavlink.changes index 256d171..0a0ce22 100644 --- a/python-pymavlink.changes +++ b/python-pymavlink.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 5 00:45:55 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.4.35 + * tests: reformat XML + * mavlogdump.py: don't die when handling bytestrings in dataflash logs + * mavftpdecode: fixed handling of defaults + * mavextra.py: fix average(v, k, N) function + * mavutil: add DOCK mode to rover + +------------------------------------------------------------------- +Wed Oct 5 00:43:58 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.4.34 + fixed pypi error + ------------------------------------------------------------------- Sun Oct 17 13:31:18 UTC 2021 - Martin Hauke diff --git a/python-pymavlink.spec b/python-pymavlink.spec index dad818f..da78f90 100644 --- a/python-pymavlink.spec +++ b/python-pymavlink.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymavlink # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2019-2021, 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.17 +Version: 2.4.35 Release: 0 Summary: Python MAVLink code License: LGPL-3.0-only