vunnel: 0.37.0 -> 0.38.0

Changelog: https://github.com/anchore/vunnel/releases/tag/v0.38.0
This commit is contained in:
Fabian Affolter
2025-09-02 12:39:15 +02:00
parent e21abb19b7
commit 3b03df2b2e
+5 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.37.0";
version = "0.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-x6J0MbwPQvqG1WXrnwMf0uzAu7MDDVxmDRzbDMb+RSk=";
hash = "sha256-sb22uR34yZxLMwac15Q6d17K/TP2rAXUGFMzKyA05Lg=";
leaveDotGit = true;
};
@@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
lxml
mashumaro
mergedeep
oras
orjson
packageurl-python
pytest-snapshot
@@ -77,6 +78,8 @@ python3.pkgs.buildPythonApplication rec {
"test_status"
# TypeError
"test_parser"
# Test require network access
"test_rhel_provider_supports_ignore_hydra_errors"
];
meta = {