Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ciel1981:OpenVAS
python-python-gvm
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package python-python-gvm
--- python-python-gvm.changes.orig +++ python-python-gvm.changes @@ -1,4 +1,73 @@ ------------------------------------------------------------------- +Tue Feb 21 11:30:11 UTC 2023 - Martin Hauke <mardnh@gmx.de> + +- Update to version 23.2.0 + * Add workaround for non-standard SSH ports. + * Support Python 3.11. +- Update to version 22.9.1 + * Improve error output in case of unix socket connection issues. +- Update to version 22.9.0 + * Remove hardcoded ignore_pagination from get_reports. + * Fix setting the port for the SSH connection. +- Update to version 22.8.0 + * Update gvmd socket location to /run/gvmd/gvmd.sock 4a0f1706 + * Update lastest Gmp class to 22.4 + * Add missing API docs for GMP 22.4 class. +- Update to version 22.7.0 + * Use isort for sorting Python import automatically. + * OSP Scanner is deprecated with 22.04 +- Update to version 22.6.1 + * Check port in overrides/notes like in gvmd. + * severity values of '0' have not been passed to gvmd. +- Update to version 22.6.0 + * Bugfix: ports argument for overrides and notes. +- Update to version 22.5.0 + Removed + * Don't mention ALLINFO in the get_info_list method. + * Deprecate ifaces and icafes allow_parameters in user commands. + Changed + * Rename GMP 21.10 to GMP 22.04 + Bug Fixes + * Unwrap SSL socket before closing transport socket. + * Ensure that connection is closed when using context manager. +- Update to version 21.11.0 + * Added support for PEP-561 + * Adding the structure for GVM 21.10. + Bug Fixes + * The types dict could not be accessed via dotted notation + previously, this fix should make it possible. +- Update to version 21.10.0 + * Adding the types attribute back to the Gmp classes. + Changed + * Removing all get_entity_type_from_string() methods and replace + them by EntityType.from_string() classmethods. + +------------------------------------------------------------------- +Tue Jun 29 08:13:38 UTC 2021 - Martin Hauke <mardnh@gmx.de> + +- Update to version python-gvm 21.6.0 + Changed + * Changed API calls for SecInfo #501: + + get_nvt_list() -> get_nvts() + + get_cpe_list() -> get_cpes() + + get_cve_list() -> get_cves() + + get_cert_bund_advisory_list() -> get_cert_bund_advisories() + + get_dnf_cert_advisory_list() -> get_dnf_cert_advisories() + + get_oval_definition_list() -> get_oval_definitions() + Removed + * Removed debug print statement in check_command_status() +- Update to version python-gvm 21.5.2 + Added + * Add import_policy API call. +- Update to version python-gvm 21.5.1 + Changed + * For SSH Connections: Reject unknown hosts, ask user if he + wants to connect to unknown remote host and ask user if he + wants to add the host to known_hosts. + Fixed + * Export HelpFormat and get_help_format_from_string() . + +------------------------------------------------------------------- Sat Jun 5 12:03:32 UTC 2021 - Martin Hauke <mardnh@gmx.de> - Update to version 21.5.0 --- python-python-gvm.spec.orig +++ python-python-gvm.spec @@ -1,8 +1,8 @@ # # spec file for package python-python-gvm # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020-2021, 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,30 +17,29 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 %define skip_python39 1 Name: python-python-gvm -Version: 21.5.0 +Version: 23.2.0 Release: 0 Summary: Library to communicate with remote servers over GMP or OSP License: GPL-3.0-only Group: Development/Languages/Python URL: https://github.com/greenbone/python-gvm -Source: https://files.pythonhosted.org/packages/source/p/python-gvm/python-gvm-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/python-gvm/python_gvm-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module defusedxml >= 0.6.0} -BuildRequires: %{python_module lxml >= 4.4.2} -BuildRequires: %{python_module paramiko >= 2.4.2} +BuildRequires: %{python_module lxml >= 4.5.0} +BuildRequires: %{python_module paramiko >= 2.7.1} BuildRequires: %{python_module pytest} # /SECTION Requires: python-defusedxml >= 0.6.0 -Requires: python-lxml >= 4.4.2 -Requires: python-paramiko >= 2.4.2 +Requires: python-lxml >= 4.5.0 +Requires: python-paramiko >= 2.7.1 BuildArch: noarch %python_subpackages @@ -52,7 +51,7 @@ Manager (GSM) appliance and its underlyi Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP). %prep -%setup -q -n python-gvm-%{version} +%setup -q -n python_gvm-%{version} %build %python_build
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor