14
0

Accepting request 925839 from home:mnhauke

- Update to version 2.4.17
  * DFREader: allow ISO-8859-1 as fallback for logs
  * mavfft_isb: allow all HNTCH options to be printed
  * mavgen_python.py: try both tostring and tobytes when checking signature
  * DFReader: use tobytes for py3 in get_msgbuf
  * mavutil: fix docstring typo
  * tools: mavfft_isb add file names to legend for multiple files
  * tools: add axis plot option to mavfft_isb
- Update to version 2.4.16
  * Add Blimp modes
  * mavutil: add new AUTO_RTL mode 27 to copter
  * Tools: magfit_WMM: add option to save plot and param file
  * mavmmaplog: Close the mmap object
  * Update mavlink_signature_check code to be compiler agnostic
  * mavgen_java: Don't hardcode sysid and compid when packing
  * Fix typos discovered by codespell
  * Test on the current versions of Python
  * Fix a typo discovered by codespell
  * Fix typos
  * mavutil: correct parsing of truncated tlogs
  * DFReader.py: fix qnan detection under Python3
  * mavutil.py: update mode mapping for copter
  * added bitmask attribute to MAVEnum
  * build(deps): bump lodash in /generator/javascript_stable
  * build(deps): bump underscore in /generator/javascript
  * build(deps): bump underscore in /generator/javascript_stable
  * build(deps): bump lodash in /generator/javascript
  * Bugfix accessing wrong property
  * mavlogdump: added mode to --meta
  * mavextra: improved distance_two()

OBS-URL: https://build.opensuse.org/request/show/925839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=13
This commit is contained in:
2021-10-19 12:25:00 +00:00
committed by Git OBS Bridge
parent 65f7dd3e0e
commit 9d22f3836c
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bf45ad4a250e5e9928c33b5ff56afed4dbc6f99c8f58d05051e2a308150db80
size 4733948

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84e2af4d8099afd37c5d887261a168e7bde4ec2354f12f65c72dad1a4cd8f21d
size 4901506

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Oct 17 13:31:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.17
* DFREader: allow ISO-8859-1 as fallback for logs
* mavfft_isb: allow all HNTCH options to be printed
* mavgen_python.py: try both tostring and tobytes when checking signature
* DFReader: use tobytes for py3 in get_msgbuf
* mavutil: fix docstring typo
* tools: mavfft_isb add file names to legend for multiple files
* tools: add axis plot option to mavfft_isb
- Update to version 2.4.16
* Add Blimp modes
* mavutil: add new AUTO_RTL mode 27 to copter
* Tools: magfit_WMM: add option to save plot and param file
* mavmmaplog: Close the mmap object
* Update mavlink_signature_check code to be compiler agnostic
* mavgen_java: Don't hardcode sysid and compid when packing
* Fix typos discovered by codespell
* Test on the current versions of Python
* Fix a typo discovered by codespell
* Fix typos
* mavutil: correct parsing of truncated tlogs
* DFReader.py: fix qnan detection under Python3
* mavutil.py: update mode mapping for copter
* added bitmask attribute to MAVEnum
* build(deps): bump lodash in /generator/javascript_stable
* build(deps): bump underscore in /generator/javascript
* build(deps): bump underscore in /generator/javascript_stable
* build(deps): bump lodash in /generator/javascript
* Bugfix accessing wrong property
* mavlogdump: added mode to --meta
* mavextra: improved distance_two()
* examples: fixed for gravity
* Correct magfit_WMM.py to account for AHRS_TRIM
-------------------------------------------------------------------
Wed Apr 28 11:59:18 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@@ -2,7 +2,7 @@
# spec file for package python-pymavlink
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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.15
Version: 2.4.17
Release: 0
Summary: Python MAVLink code
License: LGPL-3.0-only