Merge pull request #270073 from fabaff/pysigma-bump

python311Packages.pysigma: 0.10.6 -> 0.10.9
This commit is contained in:
Fabian Affolter 2023-11-26 14:21:24 +01:00 committed by GitHub
commit d5307e6cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pysigma";
version = "0.10.6";
version = "0.10.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-CmIhNZraDawiiKg6WuHUVRMwXSVEizg1KEv7o2ZP1Hc=";
hash = "sha256-zKV2yDLhoRTvlDZ/bwEyJhtE6hx1IAgKNI37J31nQo8=";
};
pythonRelaxDeps = [
@ -49,7 +49,7 @@ buildPythonPackage rec {
];
disabledTests = [
# require network connection
# Tests require network connection
"test_sigma_plugin_directory_default"
"test_sigma_plugin_installation"
];

View File

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "sigma-cli";
version = "0.7.10";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
@ -55,6 +55,10 @@ python3.pkgs.buildPythonApplication rec {
"test_plugin_show_identifier"
"test_plugin_show_nonexisting"
"test_plugin_show_uuid"
# Tests compare STDOUT results
"test_check_valid"
"test_check_stdin"
"test_check_exclude"
];
pythonImportsCheck = [