From 1420ab15b652237c0b44a93ad907aafabf4250acfa8d1422d2e345028daf5112 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:40 +0000 Subject: [PATCH] Accepting request 729662 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/729662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-nmap?expand=0&rev=3 --- python-python-nmap.changes | 5 +++++ python-python-nmap.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-python-nmap.changes b/python-python-nmap.changes index 3fae9e1..d2908fe 100644 --- a/python-python-nmap.changes +++ b/python-python-nmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 07:13:09 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Wed Sep 4 10:28:07 UTC 2019 - Antonio Larrosa diff --git a/python-python-nmap.spec b/python-python-nmap.spec index 68dd897..0914930 100644 --- a/python-python-nmap.spec +++ b/python-python-nmap.spec @@ -12,28 +12,29 @@ # 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-python-nmap Version: 0.6.1 Release: 0 +Summary: Python class for using nmap from Python 3 License: GPL-3.0-or-later -Summary: This is a python class to use nmap and access scan results from python3 -Url: http://xael.org/pages/python-nmap-en.html Group: Development/Languages/Python +Url: http://xael.org/pages/python-nmap-en.html Source: https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch Requires: nmap %python_subpackages %description -This is a python class to use nmap and access scan results from python3 +This is a Python class for using nmap and accessing scan results from Python 3. %prep %setup -q -n python-nmap-%{version}