14
0

Accepting request 1137112 from devel:languages:python

- update to 2.4.41:
  * mavfft_pid: allow PID target and error frequencies to be
    visualized
  * Fix Wireshark dissector and add snapshot tests
  * tools: added extract_batch_imu.py
  * examples: added dup_samples.py
  * Fix bitshifting issue on 8bit AVR boards when using msgid >
    255 with generated C libs
  * mavgen_c: added XXX_encode_status bindings
  * mavextra: added RotateMag
  * mavutil: Add circle mode for rover
  * DFReader: recognise VER.BU for build type
  * Generator: Lua: allow strings
  * rotmat: added more euler 321 and 312 functions
  * generators: js: fix sinon dependency to 15.2.0, add node
    tests
  * mavutil: fixed multicast on windows
  * tools: fix mavplayback.py
  * sertotcp: auto-reopen serial port
  * Mavgen WLua: Support 64-bit flag fields
  * mavschema - Typo 10E5 should be 1E5
  * tools: Add option to mavgen.py to return exit code if
    generation fails
  * github: test against Python 3.11
  * fixed mavplayback and split

- Update to version 2.4.35
- Update to version 2.4.34

OBS-URL: https://build.opensuse.org/request/show/1137112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymavlink?expand=0&rev=10
This commit is contained in:
2024-01-06 17:41:04 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jan 5 17:08:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.4.41:
* mavfft_pid: allow PID target and error frequencies to be
visualized
* Fix Wireshark dissector and add snapshot tests
* tools: added extract_batch_imu.py
* examples: added dup_samples.py
* Fix bitshifting issue on 8bit AVR boards when using msgid >
255 with generated C libs
* mavgen_c: added XXX_encode_status bindings
* mavextra: added RotateMag
* mavutil: Add circle mode for rover
* DFReader: recognise VER.BU for build type
* Generator: Lua: allow strings
* rotmat: added more euler 321 and 312 functions
* generators: js: fix sinon dependency to 15.2.0, add node
tests
* mavutil: fixed multicast on windows
* tools: fix mavplayback.py
* sertotcp: auto-reopen serial port
* Mavgen WLua: Support 64-bit flag fields
* mavschema - Typo 10E5 should be 1E5
* tools: Add option to mavgen.py to return exit code if
generation fails
* github: test against Python 3.11
* fixed mavplayback and split
-------------------------------------------------------------------
Tue Sep 12 02:16:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pymavlink
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,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
Name: python-pymavlink
Version: 2.4.40
Version: 2.4.41
Release: 0
Summary: Python MAVLink code
License: LGPL-3.0-only