15
0
forked from pool/python-getmac

Accepting request 729675 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/729675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-getmac?expand=0&rev=2
This commit is contained in:
2019-09-11 08:33:36 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 07:13:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase/full sentences for summary/description.
-------------------------------------------------------------------
Wed Sep 4 09:47:36 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

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}