14
0

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
This commit is contained in:
Tomáš Chvátal
2019-09-10 07:32:40 +00:00
committed by Git OBS Bridge
parent 45394b105e
commit 1420ab15b6
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 07:13:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Wed Sep 4 10:28:07 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -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}