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

This commit is contained in:
Fabian Affolter
2025-07-12 11:21:38 +02:00
committed by GitHub
@@ -12,7 +12,6 @@
pydantic,
pytestCheckHook,
pytest-cov-stub,
pythonOlder,
rich,
semver,
setuptools,
@@ -21,16 +20,14 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "6.4.1";
version = "6.4.2";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "vulnerability-db";
tag = "v${version}";
hash = "sha256-yPe8AWh2L6KUFPb9rmUSjQ7/iDP77Tw2aTBF2rr8/dY=";
hash = "sha256-PmxlcdAUJjLIc0AWsN/oG11ESdsnln3LALsSnjV0yWM=";
};
pythonRelaxDeps = [
@@ -67,6 +64,7 @@ buildPythonPackage rec {
# Tests require network access
"test_bulk_search"
"test_download_recent"
"test_parse_purl"
];
pythonImportsCheck = [ "vdb" ];