15
0

Accepting request 1067002 from home:mnhauke:OpenVAS

- Update to version 23.2.0
  * Added --with-descriptions and host details source types to
    generate-random-reports.

OBS-URL: https://build.opensuse.org/request/show/1067002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=12
This commit is contained in:
2023-02-23 14:03:46 +00:00
committed by Git OBS Bridge
parent 8a9909e88a
commit 45ce6c155d
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a9d8f5dba69a72f4fcdb65512c939840da37f2a2c32576f3a7d7463768925fb
size 197676

3
gvm-tools-23.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7922644bc52e1e8cd17a58e6a5f504eb4acf3a6bccb323cf2a1fb659e3cec115
size 215220

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 21 12:39:36 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 23.2.0
* Added --with-descriptions and host details source types to
generate-random-reports.
-------------------------------------------------------------------
Thu Sep 29 01:28:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,8 +1,8 @@
#
# spec file for package python-gvm-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2020-2023, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,11 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%define skip_python39 1
Name: python-gvm-tools
Version: 22.9.0
Version: 23.2.0
Release: 0
Summary: Tools to control a GSM/GVM over GMP or OSP
License: GPL-3.0-or-later
@@ -34,11 +33,13 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-gvm >= 1.4.0
Requires: python-python-gvm >= 23.2.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-gvm >= 1.4.0}
BuildRequires: %{python_module python-gvm >= 23.2.0}
# /SECTION
%python_subpackages