Merge pull request #249827 from fabaff/pontos-bump

python311Packages.pontos: 23.7.7 -> 23.8.2
This commit is contained in:
Fabian Affolter 2023-08-18 09:09:40 +02:00 committed by GitHub
commit 845dcb871d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [