15
0

Accepting request 843940 from home:mnhauke:OpenVAS

- Update to version 20.10.1
  Changed
  * Fixed send-schedule.gmp.py script, because <timezone_abbrev>
    has been removed from Schedules, using instead.
  * Fixed send-targets.gmp.py script, because alive_test needs to
    be from AliveTest enum in create_target function.
  * Added gmpv20.08 support to the scan-new-system.gmp.py script,
    as create_target requires an argument port_range or
    port_list_id now.
  * Using the --log argument is not casesensitive anymore. Use the
    lower-case or upper-case loglevel as the argument now.
  Fixed
  * Fixed the check-gmp.gmp.py script, as it was not compatible to
    Python 3.5 anymore.
  * Fixed the check-gmp.gmp.py script: results have not been
    loaded with -F host -T task --status and probably some other
    cases. Added details=True to the command that requests the
    report.
  * Fixed the pdf-report.gmp.py script. Joining the Content of the
    tag was not the correct way here ... we needed the tail of the
    <report_format> tag ...
  Removed
  * Removed gvm.version module in favor of using pontos.version
- Temporary disable source verification (upstream messed it up)

OBS-URL: https://build.opensuse.org/request/show/843940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=4
This commit is contained in:
2020-10-26 09:19:09 +00:00
committed by Git OBS Bridge
parent 01ff279b31
commit 4bbda5fc1a
6 changed files with 35 additions and 53 deletions

View File

@@ -20,14 +20,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-gvm-tools
Version: 2.1.0
Version: 20.10.1
Release: 0
Summary: Tools to control a GSM/GVM over GMP or OSP
License: GPL-3.0-or-later
URL: https://github.com/greenbone/gvm-tools/
Source: https://github.com/greenbone/gvm-tools/archive/v2.1.0.tar.gz#/gvm-tools-%{version}.tar.gz
Source98: https://github.com/greenbone/gvm-tools/releases/download/v%{version}/gvm-tools-%{version}.tar.gz.sig
Source99: https://www.greenbone.net/GBCommunitySigningKey.asc#/gvm-tools.keyring
Source: https://github.com/greenbone/gvm-tools/archive/v%{version}.tar.gz#/gvm-tools-%{version}.tar.gz
#Source98: https://github.com/greenbone/gvm-tools/releases/download/v%%{version}/v%%{version}.tar.gz.asc#/gvm-tools-%%{version}.tar.gz.sig
#Source99: https://www.greenbone.net/GBCommunitySigningKey.asc#/gvm-tools.keyring
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-dephell-rpm-macros