forked from pool/python-python-gvm
- update to 23.2.0:
* Use universal release action, not python specific d7d4ea59 * Add workaround for non-standard SSH ports (#925) 6a8c2f19 * Format workflows, update actions and support Python 3.11 * Format workflows, update actions and support Python 3.11 * Improve error output in case of unix socket connection issues * Start to deploy the python-gvm docs at github pages too 98ac0c56 * Remove hardcoded ignore_pagination from get_reports (#821) * Update links and terms in README and docs 6bd8c78e * Fix setting the port for the SSH connection #818 9784cf52 * Improve installation chapter d1d602e4 * Use furo theme for sphinx based docs for improved navigation * Use sphinx directly for typehints in API docs f707efdf * Update gvmd socket location to /run/gvmd/gvmd.sock 4a0f1706 * Adjust PR template for using Conventional Commits 6287140d * Update lastest Gmp class to 22.4 44e85036 * Add missing API docs for GMP 22.4 class (#804) fb69ec30 * Use isort for sorting Python import automatically e61b9ac5 * OSP Scanner is deprecated with 22.04 (#789) 1cf0559a * Normalize all strings with black fbf0083d * Check port in overrides/notes like in gvmd 905e85ab * severity values of '0' have not been passed to gvmd cd4e0b44 gvm/compare/22.6.1.dev1...22.6.1 * Don't mention ALLINFO in the get_info_list method dc288185 * Deprecate ifaces and icafes allow_parameters in user commands * Rename GMP 21.10 to GMP 22.04 [#691] f5ef7672 * Unwrap SSL socket before closing transport socket. (#737) * Ensure that connection is closed when using context manager * Added support for PEP-561 c354da8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b60632c6f70d72a3531829f5cdd40c7cce02e1b76cc6c99ea7a682c3251491a
|
||||
size 144193
|
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 12:13:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 23.2.0:
|
||||
* Use universal release action, not python specific d7d4ea59
|
||||
* Add workaround for non-standard SSH ports (#925) 6a8c2f19
|
||||
* Format workflows, update actions and support Python 3.11
|
||||
* Format workflows, update actions and support Python 3.11
|
||||
* Improve error output in case of unix socket connection issues
|
||||
* Start to deploy the python-gvm docs at github pages too
|
||||
98ac0c56
|
||||
* Remove hardcoded ignore_pagination from get_reports (#821)
|
||||
* Update links and terms in README and docs 6bd8c78e
|
||||
* Fix setting the port for the SSH connection #818 9784cf52
|
||||
* Improve installation chapter d1d602e4
|
||||
* Use furo theme for sphinx based docs for improved navigation
|
||||
* Use sphinx directly for typehints in API docs f707efdf
|
||||
* Update gvmd socket location to /run/gvmd/gvmd.sock 4a0f1706
|
||||
* Adjust PR template for using Conventional Commits 6287140d
|
||||
* Update lastest Gmp class to 22.4 44e85036
|
||||
* Add missing API docs for GMP 22.4 class (#804) fb69ec30
|
||||
* Use isort for sorting Python import automatically e61b9ac5
|
||||
* OSP Scanner is deprecated with 22.04 (#789) 1cf0559a
|
||||
* Normalize all strings with black fbf0083d
|
||||
* Check port in overrides/notes like in gvmd 905e85ab
|
||||
* severity values of '0' have not been passed to gvmd cd4e0b44
|
||||
gvm/compare/22.6.1.dev1...22.6.1
|
||||
* Don't mention ALLINFO in the get_info_list method dc288185
|
||||
* Deprecate ifaces and icafes allow_parameters in user commands
|
||||
* Rename GMP 21.10 to GMP 22.04 [#691] f5ef7672
|
||||
* Unwrap SSL socket before closing transport socket. (#737)
|
||||
* Ensure that connection is closed when using context manager
|
||||
* Added support for PEP-561 c354da8
|
||||
* Adding the structure for GVM 21.10. [#575] fe203be
|
||||
* The types dict could not be accessed via dotted notation
|
||||
previously, this fix should make it possible. 0111cd9
|
||||
* Adding the `types` attribute back to the `Gmp` classes [#568]
|
||||
d04aea4
|
||||
* 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` #486
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 5 12:03:32 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-gvm
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -22,26 +22,26 @@
|
||||
%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
|
||||
Requires: python-defusedxml >= 0.6.0
|
||||
Requires: python-lxml >= 4.5.0
|
||||
Requires: python-paramiko >= 2.7.1
|
||||
BuildArch: noarch
|
||||
# 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
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -52,7 +52,7 @@ Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager
|
||||
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
|
||||
@@ -64,7 +64,7 @@ Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP).
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
rm tests/connections/test_unix_socket_connection.py
|
||||
rm -v tests/connections/test_unix_socket_connection.py tests/connections/test_ssh_connection.py
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
|
3
python_gvm-23.2.0.tar.gz
Normal file
3
python_gvm-23.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5035c0a30326f41568b9612def725d1dd1b6fec5fbc5e8e897e1cc6268ba2b4
|
||||
size 175169
|
Reference in New Issue
Block a user