14
0

Accepting request 729676 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/729676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-nmap?expand=0&rev=2
This commit is contained in:
2019-09-11 08:33:38 +00:00
committed by Git OBS Bridge
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> 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-nmap Name: python-python-nmap
Version: 0.6.1 Version: 0.6.1
Release: 0 Release: 0
Summary: Python class for using nmap from Python 3
License: GPL-3.0-or-later 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 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 Source: https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
Requires: nmap Requires: nmap
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n python-nmap-%{version} %setup -q -n python-nmap-%{version}