mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python313Packages.pysigma: 0.11.19 -> 0.11.23 (#396771)
This commit is contained in:
commit
118b7276cc
3 changed files with 12 additions and 10 deletions
|
@ -29,6 +29,11 @@ buildPythonPackage rec {
|
|||
|
||||
pythonImportsCheck = [ "sigma.backends.loki" ];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests are out-dated
|
||||
"tests/test_backend_loki_field_modifiers.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library to support the loki backend for pySigma";
|
||||
homepage = "https://github.com/grafana/pySigma-backend-loki";
|
||||
|
|
|
@ -5,27 +5,24 @@
|
|||
poetry-core,
|
||||
pysigma,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysigma-backend-sqlite";
|
||||
version = "0.2.0";
|
||||
version = "0.2.0-unstable-2025-01-21";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SigmaHQ";
|
||||
repo = "pySigma-backend-sqlite";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-PQByKARf0OOMC9LRTz3XVrFZp6ODSggMJeA6PNK/AuA=";
|
||||
rev = "865350ce1a398acd7182f6f8429c3048db54ef1d";
|
||||
hash = "sha256-NBgpLP3/UUrW/qM24jUyV4MH5c/uCVAfInZ6AKcl1X0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [ pysigma ];
|
||||
dependencies = [ pysigma ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysigma";
|
||||
version = "0.11.19";
|
||||
version = "0.11.23";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "SigmaHQ";
|
||||
repo = "pySigma";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Zji0idW4HkZjbZgbfABJ2W145y19a6no4t4oZUvi0Qs=";
|
||||
hash = "sha256-mRDevojeVHgp66RTB90XXeEGP8LYlWCLGmAMv9DW3SA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue