forked from pool/python-pymavlink
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:
3
pymavlink-2.4.15.tar.gz
Normal file
3
pymavlink-2.4.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7bf45ad4a250e5e9928c33b5ff56afed4dbc6f99c8f58d05051e2a308150db80
|
||||||
|
size 4733948
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6049f270aa0a1013c7dcd32b9f4756d79b6a2ccf73babeca2c46b9e391e644fe
|
|
||||||
size 3560188
|
|
@@ -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>
|
Fri Aug 7 13:42:20 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pymavlink
|
# spec file for package python-pymavlink
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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
|
%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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pymavlink
|
Name: python-pymavlink
|
||||||
Version: 2.4.9
|
Version: 2.4.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python MAVLink code
|
Summary: Python MAVLink code
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-future
|
Requires: python-future
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -74,8 +74,7 @@ done
|
|||||||
rm -f %{buildroot}%{_bindir}/_current_flavor
|
rm -f %{buildroot}%{_bindir}/_current_flavor
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# FIXME: testsuite does not run in OBS
|
# no tests in PyPI tarball, no tags in upstream repo
|
||||||
#%%python_exec setup.py test
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
for b in %{binaries}; do
|
for b in %{binaries}; do
|
||||||
|
Reference in New Issue
Block a user