14
0

- Update to 2.4.40:

* Generator: Lua: update to generate script that passes AP's luacheck
  * mavutil.py: add vtol mode mapping
  * add close method to binary reader
  * Split off MissionItemProtocol from WPLoader, use it for fence and rally
  * mavutil: add RTL mode for Blimp
  * generator: add support for relative path to lua mavlink module
  * WLUA - add new port for WSL 18570
  * Fix mavlink Lua Generator for ardupilot lua comments and add it to test
    script
  * mavextra: added earth_accel for bin logs
  * XSD: MAV_CMD missionOnly attribute
  * mavgen_python: Add python3 target with type annotations
  * Use strings for char array mavlink fields again
  * Improve to_string and x25crc
  * gpslag: cope with GPS instances
  * mavextra: updated mag field tables
  * Fix mavutil.mavtcpin not closing the accept()ed port on close()
  * Generator for Ada language
  * mavutil: add force option to reboot_autopilot method
  * mavutil: do not consider MAV_AUTOPILOT_INVALID to be a vehicle heartbeat
  * generator-C: added last_status field for signing
  * Generator C: remove set but not used variable
  * Fix for when signing disabled
  * Fix the format of the output result of mavgen_cs.py
  * mavutil: Return mode as 'Mode(msg.custom_mode)' for high-latency streams
  * mavextra: cope with more Lat/Lon/Lng combinations
  * mavutil: fixed MavlinkSerialPort wrapper for python3
  * generator: lua generator for ardupilot lua scripting
  * tools: add mavmerge to merge two tlogs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=16
This commit is contained in:
2023-09-12 02:17:35 +00:00
committed by Git OBS Bridge
parent 079eeaa67d
commit 64dcaf6215
5 changed files with 117 additions and 21 deletions

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
Tue Sep 12 02:16:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.4.40:
* Generator: Lua: update to generate script that passes AP's luacheck
* mavutil.py: add vtol mode mapping
* add close method to binary reader
* Split off MissionItemProtocol from WPLoader, use it for fence and rally
* mavutil: add RTL mode for Blimp
* generator: add support for relative path to lua mavlink module
* WLUA - add new port for WSL 18570
* Fix mavlink Lua Generator for ardupilot lua comments and add it to test
script
* mavextra: added earth_accel for bin logs
* XSD: MAV_CMD missionOnly attribute
* mavgen_python: Add python3 target with type annotations
* Use strings for char array mavlink fields again
* Improve to_string and x25crc
* gpslag: cope with GPS instances
* mavextra: updated mag field tables
* Fix mavutil.mavtcpin not closing the accept()ed port on close()
* Generator for Ada language
* mavutil: add force option to reboot_autopilot method
* mavutil: do not consider MAV_AUTOPILOT_INVALID to be a vehicle heartbeat
* generator-C: added last_status field for signing
* Generator C: remove set but not used variable
* Fix for when signing disabled
* Fix the format of the output result of mavgen_cs.py
* mavutil: Return mode as 'Mode(msg.custom_mode)' for high-latency streams
* mavextra: cope with more Lat/Lon/Lng combinations
* mavutil: fixed MavlinkSerialPort wrapper for python3
* generator: lua generator for ardupilot lua scripting
* tools: add mavmerge to merge two tlogs
* tools: print progress in magfit_WMM
* mavutil: do not consider MAV_AUTOPILOT_INVALID to be a vehicle heartbeat
* mavgen: check for missing enums
* DFReader: added support for adding new messages to bin logs
* mavextra: removed cache from earth field calculations
* schema - Add Ampere-hours units
* DFReader.py: correct fatal error when stringifying FILE messages
* mavschema: add nanoseconds
* mavutil: add DOCK mode to rover
* mavextra.py: fix average(v, k, N) function
* mavftpdecode: fixed handling of defaults
* mavlogdump.py: don't die when handling
* Disable mavnative by default
* Tools: Magfit: throttle based
* DFReader: extract defaults from 4.3.x logs
* DFReader: fixed defaults handling
* mavwp: use is_location attribute of WP commands
- Switch to pyproject and autosetup macros.
- Package switched from sitearch to sitelib due to no mavnative
- Stop using globs in %files
- Add patch remove-future-requirement.patch, dropping future requirement
-------------------------------------------------------------------
Wed Oct 5 00:45:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>