forked from pool/python-python-gvm
Accepting request 1101670 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1101670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gvm?expand=0&rev=6
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>
|
||||
|
||||
|
@@ -22,14 +22,17 @@
|
||||
%define skip_python36 1
|
||||
%define skip_python39 1
|
||||
Name: python-python-gvm
|
||||
Version: 23.2.0
|
||||
Version: 23.5.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
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
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}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
# Remove tests from sitelib
|
||||
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
rm -v tests/connections/test_unix_socket_connection.py tests/connections/test_ssh_connection.py
|
||||
%pytest
|
||||
|
||||
%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