Merge pull request #302283 from r-ryantm/auto-update/vunnel

vunnel: 0.21.1 -> 0.21.2
This commit is contained in:
Nick Cao 2024-04-07 10:50:49 -04:00 committed by GitHub
commit feddb38e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 20 deletions

View File

@ -1,19 +1,20 @@
{ lib
, fetchFromGitHub
, git
, python3
{
lib,
fetchFromGitHub,
git,
python3,
}:
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.21.1";
version = "0.21.2";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
rev = "refs/tags/v${version}";
hash = "sha256-m+khfAEN+fO3UuCYBqshlvjIXSzebeWBQtoQtPalIio=";
hash = "sha256-pd8mvNxlkfHKNr8Ce1wLy3r6THW/w/FkojdmMVVCXD0=";
};
pythonRelaxDeps = [
@ -21,9 +22,7 @@ python3.pkgs.buildPythonApplication rec {
"sqlalchemy"
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
build-system = with python3.pkgs; [
poetry-core
@ -52,18 +51,16 @@ python3.pkgs.buildPythonApplication rec {
zstandard
];
nativeCheckInputs = [
git
] ++ (with python3.pkgs; [
jsonschema
pytest-mock
pytest-unordered
pytestCheckHook
]);
nativeCheckInputs =
[ git ]
++ (with python3.pkgs; [
jsonschema
pytest-mock
pytest-unordered
pytestCheckHook
]);
pythonImportsCheck = [
"vunnel"
];
pythonImportsCheck = [ "vunnel" ];
disabledTests = [
# Compare output