14
0

Accepting request 758983 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/758983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymavlink?expand=0&rev=2
This commit is contained in:
2019-12-23 21:47:00 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 21 16:00:39 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.2
* Bugfix release
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 10 09:50:34 UTC 2019 - Martin Hauke <mardnh@gmx.de> Sun Nov 10 09:50:34 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,6 +1,7 @@
# #
# spec file for package python-pymavlink # spec file for package python-pymavlink
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -12,22 +13,23 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymavlink Name: python-pymavlink
Version: 2.4.0 Version: 2.4.2
Release: 0 Release: 0
License: LGPL-3.0
Summary: Python MAVLink code Summary: Python MAVLink code
Url: https://github.com/ArduPilot/pymavlink/ License: LGPL-3.0-only
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/ArduPilot/pymavlink/
Source: https://files.pythonhosted.org/packages/source/p/pymavlink/pymavlink-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pymavlink/pymavlink-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module future} BuildRequires: %{python_module future}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
# /SECTION # /SECTION