python313Packages.pysigma-backend-elasticsearch: modernize

This commit is contained in:
Fabian Affolter
2025-12-23 09:33:11 +01:00
parent 4f9c69d5d0
commit 63422be094
@@ -6,7 +6,6 @@
pysigma,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
requests,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "1.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma-backend-elasticsearch";
@@ -46,7 +43,7 @@ buildPythonPackage rec {
meta = {
description = "Library to support Elasticsearch for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-backend-elasticsearch";
changelog = "https://github.com/SigmaHQ/pySigma-backend-elasticsearch/releases/tag/v${version}";
changelog = "https://github.com/SigmaHQ/pySigma-backend-elasticsearch/releases/tag/${src.tag}";
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [ fab ];
};