python311Packages.pontos: 23.7.7 -> 23.8.2

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.7.7...v23.8.2

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.8.2
This commit is contained in:
Fabian Affolter 2023-08-17 23:52:56 +02:00
parent 95adce84aa
commit 4db9bf514b

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.7.7";
version = "23.8.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qaeVQQmgEfuQ46us2l74W2yWZnUzePyT8+f5JQR0RdM=";
hash = "sha256-gcxhSVrOeUUHIQTIR3klaiF64H4wofgLB+PV47TYfiw=";
};
nativeBuildInputs = [
@ -67,6 +67,9 @@ buildPythonPackage rec {
"test_successfully_sign"
# calls git log, but our fetcher removes .git
"test_git_error"
# Tests require git executable
"test_github_action_output"
"test_initial_release"
];
pythonImportsCheck = [