python313Packages.pysigma-backend-opensearch: 1.0.4 -> 2.0.0

Changelog: https://github.com/SigmaHQ/pySigma-backend-opensearch/releases/tag/v2.0.0
This commit is contained in:
Fabian Affolter
2025-12-23 09:33:11 +01:00
parent d6243c0b9e
commit 801840deed
@@ -5,21 +5,18 @@
poetry-core,
pysigma,
pysigma-backend-elasticsearch,
pytest-cov-stub,
pytestCheckHook,
requests,
}:
buildPythonPackage rec {
pname = "pysigma-backend-opensearch";
version = "1.0.4";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma-backend-opensearch";
tag = "v${version}";
hash = "sha256-VKDyXTvh0T/MKqsZo9lAlHyfhtiXzP5P+d0DSiLqS1o=";
hash = "sha256-N1Gs/L2kCcKkhHYXCyfmentvl1RORUrWIEyxTEsvNKg=";
};
pythonRelaxDeps = [ "pysigma" ];
@@ -31,18 +28,10 @@ buildPythonPackage rec {
pysigma-backend-elasticsearch
];
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
requests
];
# Starting with 2.0.0 all tests require network access
doCheck = false;
pythonImportsCheck = [ "sigma.backends.opensearch" ];
disabledTests = [
# Tests requires network access
"test_connect_lucene"
];
#pythonImportsCheck = [ "sigma.backends.opensearch" ];
meta = {
description = "Library to support OpenSearch for pySigma";