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

View file

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