From 70bd20f55514f63c1c8d7a6a2e39e8f5b89a83bcfa67fe8a39f9fb7a89bc5743 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 17 Feb 2022 12:26:30 +0000 Subject: [PATCH] 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 --- gvm-tools-20.10.1.tar.gz | 3 --- gvm-tools-21.10.0.tar.gz | 3 +++ python-gvm-tools.changes | 10 ++++++++++ python-gvm-tools.spec | 10 +++++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 gvm-tools-20.10.1.tar.gz create mode 100644 gvm-tools-21.10.0.tar.gz diff --git a/gvm-tools-20.10.1.tar.gz b/gvm-tools-20.10.1.tar.gz deleted file mode 100644 index 61acffb..0000000 --- a/gvm-tools-20.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd4d9783d3b594728dd702296e72126b2b3f30523e039d8d08dd0caf80631525 -size 129363 diff --git a/gvm-tools-21.10.0.tar.gz b/gvm-tools-21.10.0.tar.gz new file mode 100644 index 0000000..3c755cb --- /dev/null +++ b/gvm-tools-21.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed940328617ce80102386dec0fc3a7259aaee0a518409ef468941db11e9ce2b8 +size 162620 diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index 0a3216e..f8cc2e3 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -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 diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index 06e162b..36ffee3 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -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 # # 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