14
0

Accepting request 1223933 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1223933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=14
This commit is contained in:
2024-11-13 12:48:12 +00:00
committed by Git OBS Bridge
parent 81c45588b6
commit 31a6ed8821
4 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 13 12:28:07 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>