python313Packages.appthreat-vulnerability-db: 6.4.1 -> 6.4.2 (#424304)

authored by

Fabian Affolter and committed by
GitHub
f0780017 6986e2a3

+3 -5
+3 -5
pkgs/development/python-modules/appthreat-vulnerability-db/default.nix
··· 12 pydantic, 13 pytestCheckHook, 14 pytest-cov-stub, 15 - pythonOlder, 16 rich, 17 semver, 18 setuptools, ··· 21 22 buildPythonPackage rec { 23 pname = "appthreat-vulnerability-db"; 24 - version = "6.4.1"; 25 pyproject = true; 26 27 - disabled = pythonOlder "3.10"; 28 - 29 src = fetchFromGitHub { 30 owner = "AppThreat"; 31 repo = "vulnerability-db"; 32 tag = "v${version}"; 33 - hash = "sha256-yPe8AWh2L6KUFPb9rmUSjQ7/iDP77Tw2aTBF2rr8/dY="; 34 }; 35 36 pythonRelaxDeps = [ ··· 67 # Tests require network access 68 "test_bulk_search" 69 "test_download_recent" 70 ]; 71 72 pythonImportsCheck = [ "vdb" ];
··· 12 pydantic, 13 pytestCheckHook, 14 pytest-cov-stub, 15 rich, 16 semver, 17 setuptools, ··· 20 21 buildPythonPackage rec { 22 pname = "appthreat-vulnerability-db"; 23 + version = "6.4.2"; 24 pyproject = true; 25 26 src = fetchFromGitHub { 27 owner = "AppThreat"; 28 repo = "vulnerability-db"; 29 tag = "v${version}"; 30 + hash = "sha256-PmxlcdAUJjLIc0AWsN/oG11ESdsnln3LALsSnjV0yWM="; 31 }; 32 33 pythonRelaxDeps = [ ··· 64 # Tests require network access 65 "test_bulk_search" 66 "test_download_recent" 67 + "test_parse_purl" 68 ]; 69 70 pythonImportsCheck = [ "vdb" ];