14
0

Accepting request 786849 from home:mcalabkova:branches:devel:languages:python

- Update to 2.4.6
  * mavutil: add separate range check for mavlink2 messages

OBS-URL: https://build.opensuse.org/request/show/786849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-20 12:05:44 +00:00
committed by Git OBS Bridge
parent b840fc14ce
commit f45d5a9c4a
4 changed files with 12 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 20 12:00:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.4.6
* mavutil: add separate range check for mavlink2 messages
-------------------------------------------------------------------
Sat Dec 21 16:00:39 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pymavlink
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymavlink
Version: 2.4.2
Version: 2.4.6
Release: 0
Summary: Python MAVLink code
License: LGPL-3.0-only
Group: Development/Languages/Python
Url: https://github.com/ArduPilot/pymavlink/
URL: https://github.com/ArduPilot/pymavlink/
Source: https://files.pythonhosted.org/packages/source/p/pymavlink/pymavlink-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module future}