forked from pool/python-python-gvm
Accepting request 1101658 from home:mcalabkova:branches:devel:languages:python
- Update to 23.5.0 * Allow to query host and os details * Add linting for Python 3.11 * Remove console output from ssh connection tests * Fasten the CI by using a short timeout for SSH connection tests * CI parameter to SSH connection for automatic skip of user input * Set TLS minimum version, avoid version protocols OBS-URL: https://build.opensuse.org/request/show/1101658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 08:33:40 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 23.5.0
|
||||||
|
* Allow to query host and os details
|
||||||
|
* Add linting for Python 3.11
|
||||||
|
* Remove console output from ssh connection tests
|
||||||
|
* Fasten the CI by using a short timeout for SSH connection tests
|
||||||
|
* CI parameter to SSH connection for automatic skip of user input
|
||||||
|
* Set TLS minimum version, avoid version protocols
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 6 12:13:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Mar 6 12:13:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -22,14 +22,17 @@
|
|||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
Name: python-python-gvm
|
Name: python-python-gvm
|
||||||
Version: 23.2.0
|
Version: 23.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to communicate with remote servers over GMP or OSP
|
Summary: Library to communicate with remote servers over GMP or OSP
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/greenbone/python-gvm
|
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 pip}
|
||||||
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-defusedxml >= 0.6.0
|
Requires: python-defusedxml >= 0.6.0
|
||||||
@@ -55,16 +58,15 @@ Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP).
|
|||||||
%setup -q -n python_gvm-%{version}
|
%setup -q -n python_gvm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
# Remove tests from sitelib
|
# Remove tests from sitelib
|
||||||
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -v tests/connections/test_unix_socket_connection.py tests/connections/test_ssh_connection.py
|
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5035c0a30326f41568b9612def725d1dd1b6fec5fbc5e8e897e1cc6268ba2b4
|
|
||||||
size 175169
|
|
3
python_gvm-23.5.0.tar.gz
Normal file
3
python_gvm-23.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56b64ce625bebc257b226e43f8e4a4d54115b64cdf7a254cc557ec98b1e5a4d8
|
||||||
|
size 174901
|
Reference in New Issue
Block a user