15
0
forked from pool/python-getmac

Accepting request 729663 from home:jengelh:branches:devel:languages:python

- Use noun phrase/full sentences for summary/description.

OBS-URL: https://build.opensuse.org/request/show/729663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-getmac?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-09-10 07:32:11 +00:00
committed by Git OBS Bridge
parent 1d722f6366
commit d24f67fc1c
2 changed files with 14 additions and 8 deletions

View File

@@ -12,7 +12,8 @@
# 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/
#
%define skip_python2 1
@@ -20,23 +21,23 @@
Name: python-getmac
Version: 0.8.1
Release: 0
Summary: Module to get MAC addresses of remote hosts and local interfaces
License: MIT
Summary: Get MAC addresses of remote hosts and local interfaces
Url: https://github.com/GhostofGoes/getmac
Group: Development/Languages/Python
Url: https://github.com/GhostofGoes/getmac
Source: https://files.pythonhosted.org/packages/source/g/getmac/getmac-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Get MAC addresses of remote hosts and local interfaces
A Python module to get MAC addresses of remote hosts and local interfaces.
%prep
%setup -q -n getmac-%{version}