Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-gvm for openSUSE:Factory checked in at 2023-08-01 15:38:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-gvm (Old) and /work/SRC/openSUSE:Factory/.python-python-gvm.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gvm" Tue Aug 1 15:38:36 2023 rev:6 rq:1101670 version:23.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-gvm/python-python-gvm.changes 2023-03-06 18:56:39.577003995 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-gvm.new.32662/python-python-gvm.changes 2023-08-01 15:38:38.781863588 +0200 @@ -1,0 +2,11 @@ +Tue Aug 1 08:33:40 UTC 2023 - Markéta Machová <mmach...@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 + +------------------------------------------------------------------- Old: ---- python_gvm-23.2.0.tar.gz New: ---- python_gvm-23.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-gvm.spec ++++++ --- /var/tmp/diff_new_pack.KewWJQ/_old 2023-08-01 15:38:39.701869286 +0200 +++ /var/tmp/diff_new_pack.KewWJQ/_new 2023-08-01 15:38:39.709869335 +0200 @@ -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 @@ %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} ++++++ python_gvm-23.2.0.tar.gz -> python_gvm-23.5.0.tar.gz ++++++ ++++ 7431 lines of diff (skipped)