python314Packages.appthreat-vulnerability-db: 6.5.1 -> 6.6.0

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v6.6.0
This commit is contained in:
Fabian Affolter
2026-01-27 12:15:28 +01:00
parent baea0b2ddc
commit 5dc3e87129
@@ -7,11 +7,13 @@
fetchFromGitHub,
httpx,
msgpack,
oras,
orjson,
packageurl-python,
pydantic,
pytestCheckHook,
pytest-cov-stub,
pytestCheckHook,
pyyaml,
rich,
semver,
setuptools,
@@ -21,14 +23,14 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "6.5.1";
version = "6.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "AppThreat";
repo = "vulnerability-db";
tag = "v${version}";
hash = "sha256-SyUTDWi9t37Gw8qn7vCpW+l5jBAXFH5b/VACrFhgsRU=";
hash = "sha256-/tcfHEvTdk0B/vfcqqkTn9kGT3QIPLWW4l01fjnrhqE=";
};
pythonRelaxDeps = [
@@ -51,13 +53,24 @@ buildPythonPackage rec {
semver
tabulate
]
++ httpx.optional-dependencies.http2;
++ httpx.optional-dependencies.http2
++ pydantic.optional-dependencies.email;
optional-dependencies = {
all = [
oras
pyyaml
];
custom = [ pyyaml ];
oras = [ oras ];
};
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
writableTmpDirAsHomeHook
];
]
++ lib.flatten (builtins.attrValues optional-dependencies);
disabledTests = [
# Tests require network access