diff --git a/python-python-gvm.changes b/python-python-gvm.changes index f9ee36d..310ef98 100644 --- a/python-python-gvm.changes +++ b/python-python-gvm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Nov 13 12:28:07 UTC 2024 - Markéta Machová + +- Update to 24.8.0 + * Drop typing_extensions dependency. Drop the use of the Self component + from typing_extensions and use the typing library instead + * 24.6 contains a major internal refactoring and drops support for GMP < 22.4. + * Use base enum class for most enums in python-gvm + * Enable "security-and-quality" quereis for CodeQL + * Many more changes, see upstream changelog + ------------------------------------------------------------------- Tue Aug 1 08:33:40 UTC 2023 - Markéta Machová diff --git a/python-python-gvm.spec b/python-python-gvm.spec index a189dca..42a9752 100644 --- a/python-python-gvm.spec +++ b/python-python-gvm.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gvm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,12 +17,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 -%define skip_python39 1 Name: python-python-gvm -Version: 23.5.0 +Version: 24.8.0 Release: 0 Summary: Library to communicate with remote servers over GMP or OSP License: GPL-3.0-only @@ -35,12 +31,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} 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.5.0} BuildRequires: %{python_module paramiko >= 2.7.1} BuildRequires: %{python_module pytest} @@ -67,6 +61,8 @@ Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP). %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# test_pretty_print needs pontos, which we don't have +rm tests/xml/test_pretty_print.py %pytest %files %{python_files} diff --git a/python_gvm-23.5.0.tar.gz b/python_gvm-23.5.0.tar.gz deleted file mode 100644 index bded06d..0000000 --- a/python_gvm-23.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56b64ce625bebc257b226e43f8e4a4d54115b64cdf7a254cc557ec98b1e5a4d8 -size 174901 diff --git a/python_gvm-24.8.0.tar.gz b/python_gvm-24.8.0.tar.gz new file mode 100644 index 0000000..458490e --- /dev/null +++ b/python_gvm-24.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b66b90aa41648ca78bd8d763fe811bc282697aecb1c2353a7a2cfdd23c1b9a +size 190379