diff --git a/pymavlink-2.4.0.tar.gz b/pymavlink-2.4.0.tar.gz deleted file mode 100644 index 1ac6f36..0000000 --- a/pymavlink-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28a0281c72b822a39f7393b375fdf1f4def37d0bf298a7d46839be97f8fd3b8a -size 3414093 diff --git a/pymavlink-2.4.2.tar.gz b/pymavlink-2.4.2.tar.gz new file mode 100644 index 0000000..d77cd86 --- /dev/null +++ b/pymavlink-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ee6481cf9cb566d7546786fd4401fdb575462645a5349efa7737cacdb0b86f +size 3429790 diff --git a/python-pymavlink.changes b/python-pymavlink.changes index 2d10f97..55f44c5 100644 --- a/python-pymavlink.changes +++ b/python-pymavlink.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 21 16:00:39 UTC 2019 - Martin Hauke + +- Update to version 2.4.2 + * Bugfix release + ------------------------------------------------------------------- Sun Nov 10 09:50:34 UTC 2019 - Martin Hauke diff --git a/python-pymavlink.spec b/python-pymavlink.spec index 4724134..9223cd4 100644 --- a/python-pymavlink.spec +++ b/python-pymavlink.spec @@ -1,6 +1,7 @@ # # spec file for package python-pymavlink # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke # # 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) # 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-%{**}} Name: python-pymavlink -Version: 2.4.0 +Version: 2.4.2 Release: 0 -License: LGPL-3.0 Summary: Python MAVLink code -Url: https://github.com/ArduPilot/pymavlink/ +License: LGPL-3.0-only Group: Development/Languages/Python +Url: https://github.com/ArduPilot/pymavlink/ Source: https://files.pythonhosted.org/packages/source/p/pymavlink/pymavlink-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module future} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module lxml} # /SECTION