From d24f67fc1cf59cb4ad2d0123582919f3ec37076d65541052bdec17398dc02aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 07:32:11 +0000 Subject: [PATCH] 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 --- python-getmac.changes | 5 +++++ python-getmac.spec | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/python-getmac.changes b/python-getmac.changes index 4832468..ce39af3 100644 --- a/python-getmac.changes +++ b/python-getmac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 07:13:43 UTC 2019 - Jan Engelhardt + +- Use noun phrase/full sentences for summary/description. + ------------------------------------------------------------------- Wed Sep 4 09:47:36 UTC 2019 - Antonio Larrosa diff --git a/python-getmac.spec b/python-getmac.spec index cbd6d21..727157e 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -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}