Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gvm-tools for
openSUSE:Factory checked in at 2022-02-17 23:40:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gvm-tools (Old)
and /work/SRC/openSUSE:Factory/.python-gvm-tools.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gvm-tools"
Thu Feb 17 23:40:22 2022 rev:5 rq:955624 version:21.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gvm-tools/python-gvm-tools.changes
2021-08-25 20:59:44.385040552 +0200
+++
/work/SRC/openSUSE:Factory/.python-gvm-tools.new.1958/python-gvm-tools.changes
2022-02-17 23:41:57.303700205 +0100
@@ -1,0 +2,10 @@
+Thu Feb 17 10:32:18 UTC 2022 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
gvm-tools-20.10.1.tar.gz
New:
----
gvm-tools-21.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gvm-tools.spec ++++++
--- /var/tmp/diff_new_pack.z0dJv9/_old 2022-02-17 23:41:57.871700200 +0100
+++ /var/tmp/diff_new_pack.z0dJv9/_new 2022-02-17 23:41:57.875700200 +0100
@@ -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 <[email protected]>
#
# 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 @@
%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
++++++ gvm-tools-20.10.1.tar.gz -> gvm-tools-21.10.0.tar.gz ++++++
++++ 11421 lines of diff (skipped)