15
0

Accepting request 955609 from home:pgajdos:python

- version update to 21.10.0
  Using traceback to print the full error traceback, when a script fails ... db5a7c9
  Fixing and refactoring the update-task-target script. [#544] 8431844
  Fixing some scripts that use Gmp.types... [#535] d7f7eb5
  Fixed the GMP authentication for gvm-cli. #472
  etc. see https://github.com/greenbone/gvm-tools/releases

OBS-URL: https://build.opensuse.org/request/show/955609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=9
This commit is contained in:
2022-02-17 12:26:30 +00:00
committed by Git OBS Bridge
parent b519b39326
commit 70bd20f555
4 changed files with 20 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gvm-tools
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
%define skip_python36 1
%define skip_python39 1
Name: python-gvm-tools
Version: 20.10.1
Version: 21.10.0
Release: 0
Summary: Tools to control a GSM/GVM over GMP or OSP
License: GPL-3.0-or-later
@@ -74,7 +74,11 @@ without programming in Python.
%python_uninstall_alternative gvm-cli
%check
%pytest
%{python_expand find -name '*.snap' | xargs rm
export PYTHONPATH=%{buildroot}%{$python_sitelib}
export PYTHONDONTWRITEBYTECODE=1
py.test-%{$python_version} -vv --ignore-glob=_build.*
}
%files %{python_files}
%license LICENSE