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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd4d9783d3b594728dd702296e72126b2b3f30523e039d8d08dd0caf80631525
size 129363

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 17 10:32:18 UTC 2022 - pgajdos@suse.com
- 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
-------------------------------------------------------------------
Wed Aug 25 05:36:04 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

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