14
0

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
This commit is contained in:
2021-04-28 12:22:41 +00:00
committed by Git OBS Bridge
parent 5256cf9e97
commit 65f7dd3e0e
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 28 11:59:18 UTC 2021 - Markéta Machová <mmachova@suse.com>
- 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 <mcalabkova@suse.com>