From 5b9bb6553f9b9c7b9d2d56dfdaeb18a0117f4dfd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Sep 2023 10:10:23 +0200 Subject: [PATCH] python311Packages.pygitguardian: 1.10.0 -> 1.10.0 Diff: https://github.com/GitGuardian/py-gitguardian/compare/refs/tags/v1.10.0...v1.10.0 Changelog: https://github.com/GitGuardian/py-gitguardian/blob/1.10.0/CHANGELOG.md --- .../python-modules/pygitguardian/default.nix | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/pygitguardian/default.nix b/pkgs/development/python-modules/pygitguardian/default.nix index 9eff2463303..14bea088c09 100644 --- a/pkgs/development/python-modules/pygitguardian/default.nix +++ b/pkgs/development/python-modules/pygitguardian/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pygitguardian"; - version = "1.9.0"; + version = "1.10.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "GitGuardian"; repo = "py-gitguardian"; rev = "refs/tags/v${version}"; - hash = "sha256-lDs2H5GUf3fhTSX+20dD0FNW2oirkgQQk5t7GKSnKe4="; + hash = "sha256-o5Hur51Dh4HWI7f4BpfEi40/inVAJgYF3xXZGPMyF8E="; }; nativeBuildInputs = [ @@ -49,17 +49,21 @@ buildPythonPackage rec { disabledTests = [ # Tests require an API key - "test_health_check" - "test_multi_content_scan" + "test_compute_sca_files" "test_content_scan_exceptions" - "test_multi_content_exceptions" "test_content_scan" - "test_extra_headers" - "test_multiscan_parameters" - "test_quota_overview" - "test_versions_from_headers" "test_create_honeytoken" "test_create_jwt" + "test_extra_headers" + "test_health_check" + "test_multi_content_exceptions" + "test_multi_content_scan" + "test_multiscan_parameters" + "test_quota_overview" + "test_sca_client_scan_diff" + "test_sca_scan_directory_invalid_tar" + "test_sca_scan_directory" + "test_versions_from_headers" ]; meta = with lib; {