mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #270073 from fabaff/pysigma-bump
python311Packages.pysigma: 0.10.6 -> 0.10.9
This commit is contained in:
commit
d5307e6cbc
@ -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"
|
||||
];
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user